Search criteria
ⓘ
Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.
2 vulnerabilities by faridsaniee
CVE-2026-3995 (GCVE-0-2026-3995)
Vulnerability from cvelistv5 – Published: 2026-04-16 06:44 – Updated: 2026-04-16 12:04
VLAI?
Title
OPEN-BRAIN <= 0.5.0 - Authenticated (Administrator+) Stored Cross-Site Scripting via 'API Key' Setting
Summary
The OPEN-BRAIN plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'API Key' settings field in all versions up to, and including, 0.5.0. This is due to insufficient input sanitization and output escaping. The plugin uses sanitize_text_field() which strips HTML tags but does not encode double quotes or other HTML-special characters needed for safe attribute context output. The API key value is saved via update_option() and later output into an HTML input element's value attribute without esc_attr() escaping. This makes it possible for authenticated attackers, with Administrator-level access, to inject arbitrary web scripts via attribute breakout payloads (e.g., double quotes followed by event handlers) that execute whenever a user accesses the plugin settings page.
Severity ?
4.4 (Medium)
CWE
- CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Assigner
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| faridsaniee | OPEN-BRAIN |
Affected:
0 , ≤ 0.5.0
(semver)
|
Credits
Muhammad Nur Ibnu Hubab
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-3995",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-16T11:11:56.355411Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-16T12:04:24.073Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "OPEN-BRAIN",
"vendor": "faridsaniee",
"versions": [
{
"lessThanOrEqual": "0.5.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Muhammad Nur Ibnu Hubab"
}
],
"descriptions": [
{
"lang": "en",
"value": "The OPEN-BRAIN plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the \u0027API Key\u0027 settings field in all versions up to, and including, 0.5.0. This is due to insufficient input sanitization and output escaping. The plugin uses sanitize_text_field() which strips HTML tags but does not encode double quotes or other HTML-special characters needed for safe attribute context output. The API key value is saved via update_option() and later output into an HTML input element\u0027s value attribute without esc_attr() escaping. This makes it possible for authenticated attackers, with Administrator-level access, to inject arbitrary web scripts via attribute breakout payloads (e.g., double quotes followed by event handlers) that execute whenever a user accesses the plugin settings page."
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-79",
"description": "CWE-79 Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-16T06:44:51.340Z",
"orgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
"shortName": "Wordfence"
},
"references": [
{
"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/3fe3fa95-cc1d-469b-8a97-37987b9ae362?source=cve"
},
{
"url": "https://plugins.trac.wordpress.org/browser/open-brain/trunk/index.php#L272"
},
{
"url": "https://plugins.trac.wordpress.org/browser/open-brain/tags/0.5.0/index.php#L272"
},
{
"url": "https://plugins.trac.wordpress.org/browser/open-brain/trunk/index.php#L252"
},
{
"url": "https://plugins.trac.wordpress.org/browser/open-brain/tags/0.5.0/index.php#L252"
},
{
"url": "https://plugins.trac.wordpress.org/browser/open-brain/trunk/index.php#L253"
},
{
"url": "https://plugins.trac.wordpress.org/browser/open-brain/tags/0.5.0/index.php#L253"
},
{
"url": "https://plugins.trac.wordpress.org/browser/open-brain/trunk/index.php#L128"
},
{
"url": "https://plugins.trac.wordpress.org/browser/open-brain/tags/0.5.0/index.php#L128"
}
],
"timeline": [
{
"lang": "en",
"time": "2026-04-15T17:42:29.000Z",
"value": "Disclosed"
}
],
"title": "OPEN-BRAIN \u003c= 0.5.0 - Authenticated (Administrator+) Stored Cross-Site Scripting via \u0027API Key\u0027 Setting"
}
},
"cveMetadata": {
"assignerOrgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
"assignerShortName": "Wordfence",
"cveId": "CVE-2026-3995",
"datePublished": "2026-04-16T06:44:51.340Z",
"dateReserved": "2026-03-11T17:04:22.771Z",
"dateUpdated": "2026-04-16T12:04:24.073Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-4091 (GCVE-0-2026-4091)
Vulnerability from cvelistv5 – Published: 2026-04-15 08:28 – Updated: 2026-04-15 15:48
VLAI?
Title
OPEN-BRAIN <= 0.5.0 - Cross-Site Request Forgery
Summary
The OPEN-BRAIN plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 0.5.0. This is due to missing nonce verification on the settings form in the func_page_main() function. This makes it possible for unauthenticated attackers to inject malicious web scripts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
Severity ?
6.1 (Medium)
CWE
- CWE-352 - Cross-Site Request Forgery (CSRF)
Assigner
References
| URL | Tags | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| faridsaniee | OPEN-BRAIN |
Affected:
0 , ≤ 0.5.0
(semver)
|
Credits
Muhammad Nur Ibnu Hubab
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-4091",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-15T15:48:50.884671Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-15T15:48:59.579Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "OPEN-BRAIN",
"vendor": "faridsaniee",
"versions": [
{
"lessThanOrEqual": "0.5.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Muhammad Nur Ibnu Hubab"
}
],
"descriptions": [
{
"lang": "en",
"value": "The OPEN-BRAIN plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 0.5.0. This is due to missing nonce verification on the settings form in the func_page_main() function. This makes it possible for unauthenticated attackers to inject malicious web scripts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link."
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-352",
"description": "CWE-352 Cross-Site Request Forgery (CSRF)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-15T08:28:15.602Z",
"orgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
"shortName": "Wordfence"
},
"references": [
{
"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/93df6480-9bb1-4f5d-bb39-ff1a01d739cf?source=cve"
},
{
"url": "https://plugins.trac.wordpress.org/browser/open-brain/trunk/index.php#L272"
},
{
"url": "https://plugins.trac.wordpress.org/browser/open-brain/tags/0.5.0/index.php#L272"
},
{
"url": "https://plugins.trac.wordpress.org/browser/open-brain/trunk/index.php#L252"
},
{
"url": "https://plugins.trac.wordpress.org/browser/open-brain/tags/0.5.0/index.php#L252"
},
{
"url": "https://plugins.trac.wordpress.org/browser/open-brain/trunk/index.php#L253"
},
{
"url": "https://plugins.trac.wordpress.org/browser/open-brain/tags/0.5.0/index.php#L253"
},
{
"url": "https://plugins.trac.wordpress.org/browser/open-brain/trunk/index.php#L237"
},
{
"url": "https://plugins.trac.wordpress.org/browser/open-brain/tags/0.5.0/index.php#L237"
}
],
"timeline": [
{
"lang": "en",
"time": "2026-04-14T19:46:41.000Z",
"value": "Disclosed"
}
],
"title": "OPEN-BRAIN \u003c= 0.5.0 - Cross-Site Request Forgery"
}
},
"cveMetadata": {
"assignerOrgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
"assignerShortName": "Wordfence",
"cveId": "CVE-2026-4091",
"datePublished": "2026-04-15T08:28:15.602Z",
"dateReserved": "2026-03-12T21:16:13.890Z",
"dateUpdated": "2026-04-15T15:48:59.579Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}