cleantalk
Vulnerabilities and Security Researches

Vulnerabilities and security researches foropen-brain open-brain

Direction: descending
Apr 17, 2026

OPEN-BRAIN # CVE-2026-4091

CVE, Research URL

CVE-2026-4091

Application

OPEN-BRAIN

Date
Apr 15, 2026
Research Description
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.
Affected versions
max 0.5.0.
Status
vulnerable

OPEN-BRAIN # CVE-2026-3995

CVE, Research URL

CVE-2026-3995

Application

OPEN-BRAIN

Date
Apr 16, 2026
Research Description
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.
Affected versions
max 0.5.0.
Status
vulnerable