๐Ÿ” CVE Alert

CVE-2026-10780

MEDIUM 4.3

Static Block <= 2.2 - Insecure Direct Object Reference to Authenticated (Contributor+) Sensitive Information Disclosure via Shortcode 'id' Attribute

CVSS Score
4.3
EPSS Score
0.2%
EPSS Percentile
11th

The Static Block plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 2.2. This is due to the static_block_content() shortcode handler retrieving a post via get_post() using an attacker-supplied 'id' attribute and outputting its post_content without verifying the post's status (private, draft, pending) or the requesting user's capability to view it. This makes it possible for authenticated attackers, with contributor-level access and above, to read the contents of arbitrary posts, including private and draft static blocks (and any other post type) created by administrators, by embedding the [static_block_content id="X"] shortcode in their own content and previewing it.

CWE CWE-639
Vendor mohammadtanzilurrahman
Product static block
Published Jun 16, 2026
Last Updated Jun 16, 2026
Stay Ahead of the Next One

Get instant alerts for mohammadtanzilurrahman static block

Be the first to know when new medium vulnerabilities affecting mohammadtanzilurrahman static block are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

mohammadtanzilurrahman / Static Block
0 โ‰ค 2.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/f88c00ca-cf9e-44e7-9495-686ace1ead21?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/static-block/trunk/static-block.php#L270 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/static-block/trunk/static-block.php#L244 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/static-block/trunk/static-block.php#L268

Credits

Yong Jin Lim