๐Ÿ” CVE Alert

CVE-2026-9008

MEDIUM 4.3

Page-list <= 6.2 - Missing Authorization to Authenticated (Contributor+) Sensitive Information Disclosure via Shortcode Attributes

CVSS Score
4.3
EPSS Score
0.0%
EPSS Percentile
0th

The Page-list plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 6.2. This is due to the pagelist_unqprfx_ext_shortcode() function (the [pagelist_ext] / [pagelistext] shortcode) accepting attacker-controlled post_status, post_type, and show_meta_key attributes and passing them directly into get_pages() and get_post_meta() with no capability check verifying that the rendering user is permitted to read the matched objects. When the current post has no child pages, the shortcode re-issues the query with child_of => 0, broadening it to every page on the site matching the supplied status/type. This makes it possible for authenticated attackers, with contributor-level access and above, to disclose the titles, body content/excerpts, and arbitrary post meta of unrelated private and draft pages by inserting the shortcode into a contributor-authored draft and previewing it.

CWE CWE-862
Vendor webvitaly
Product page-list
Published Jun 6, 2026
Last Updated Jun 6, 2026
Stay Ahead of the Next One

Get instant alerts for webvitaly page-list

Be the first to know when new medium vulnerabilities affecting webvitaly page-list 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

webvitaly / Page-list
0 โ‰ค 6.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/22defe19-28ac-43b3-814d-5a2038380adb?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/page-list/tags/5.9/page-list.php#L301 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/page-list/tags/5.9/page-list.php#L303 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/page-list/tags/5.9/page-list.php#L383 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/page-list/tags/5.9/page-list.php#L188 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3552931%40page-list&new=3552931%40page-list&sfp_email=&sfph_mail=

Credits

darkestmode