CVE-2026-4091 MEDIUM

CVE-2026-4091: OPEN-BRAIN <= 0.5.0 - Cross-Site Request Forgery

Vendor Faridsaniee
Product OPEN-BRAIN
Weakness CWE-352 · CSRF
Published April 15, 2026
Last update April 15, 2026

CVSS base score

6.1/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction Required
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

OPEN-BRAIN versions 0.5.0 and earlier are vulnerable to cross-site request forgery (CSRF) attacks. An attacker can craft a malicious webpage that, when visited by a logged-in user, performs unwanted actions on their behalf. The attack requires the victim to visit the attacker's page while authenticated to the application. This can lead to unauthorized changes or data disclosure.

What an attacker can do

03Attacker Capabilities

Trick a logged-in user into performing unwanted actions (data modification or disclosure) by visiting a malicious webpage.

Potential impact on your site

04Site Impact

Users' accounts can be compromised to perform unauthorized actions without their knowledge or consent.

Conditions required to exploit

05Prerequisites

Victim must be logged in to OPEN-BRAIN and click a link or visit an attacker-controlled page.

Key dates

06Disclosure timeline

April 15, 2026 CVE published
April 15, 2026 Record updated

Related vulnerabilities

08Related CVE