What the vulnerability does
01Description
The Alba Board plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 2.1.3. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with subscriber-level access and above, to access arbitrary private alba_card post data, including title, description, assignee, due date, tags, and comments, that is intended to be restricted to Administrators and Editors. The handler is registered via the wp_ajax_nopriv_ hook and its nonce is exposed to all site visitors through wp_localize_script on pages containing the [alba_board] shortcode, making this exploitable by unauthenticated users who can access any such page.
Explanation of Vulnerability in Simple Terms
02Summary
Alba Board versions up to 2.1.3 lack proper authorization checks, allowing authenticated users to read sensitive information they should not access. An attacker with a low-privilege account can view confidential data by making direct requests to the application. This affects the confidentiality of information stored in the board.
What an attacker can do
03Attacker Capabilities
Read sensitive information belonging to other users or restricted areas of the board.
Potential impact on your site
04Site Impact
User data and board information may be exposed to authenticated users who should not have access to it.
Conditions required to exploit
05Prerequisites
Attacker must have a valid low-privilege user account on the Alba Board instance.
Key dates
06Disclosure timeline
June 5, 2026
CVE published
June 6, 2026
Record updated