AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2026-3906

MEDIUM · CVSS 4.3 EPSS 0.30%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-03-11 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 4.3. It affects WordPress. Exploitation may require the attacker to be authenticated.

CVE
CVE-2026-3906
Severity
MEDIUM
CVSS
4.3
EPSS
0.30%
WordPress

Original NVD Description

WordPress core is vulnerable to unauthorized access in versions 6.9 through 6.9.1. The Notes feature (block-level collaboration annotations) was introduced in WordPress 6.9 to allow editorial comments directly on posts in the block editor. However, the REST API `create_item_permissions_check()` method in the comments controller did not verify that the authenticated user has `edit_post` permission on the target post when creating a note. This makes it possible for authenticated attackers with Subscriber-level access to create notes on any post, including posts authored by other users, private posts, and posts in any status.