Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Exposure is limited to file metadata and URLs, not file content directly, warranting C:L over C:H; all other metrics match the trivially exploitable network vector.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
Lifecycle Timeline
5DescriptionCVE.org
The CatFolders Document Gallery & PDF Library WordPress plugin before 2.0.7 does not have authorisation checks in some of its REST API endpoints, allowing unauthenticated users to retrieve the title, type, size and URL of the media attachments assigned to any of its folders, including folders which are not published in any gallery on the site.
AnalysisAI
Unauthenticated information disclosure in CatFolders Document Gallery & PDF Library WordPress plugin before 2.0.7 exposes media attachment metadata - including titles, file types, sizes, and direct URLs - from any configured folder, including those never published to a gallery. The missing authorization checks on REST API endpoints mean any external party can enumerate private document libraries without credentials. A publicly available exploit exists per WPScan, though EPSS sits at just 0.17% (7th percentile), suggesting limited observed exploitation activity at time of analysis.
Technical ContextAI
The affected component is the CatFolders Document Gallery & PDF Library WordPress plugin (CPE: cpe:2.3:a:unknown:catfolders_document_gallery_&_pdf_library:*:*:*:*:*:*:*:*), a plugin that organizes WordPress media attachments into folder-based galleries. The root cause is CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) - specifically, WordPress REST API endpoints registered by the plugin lack the standard permission_callback checks required to enforce authentication or capability validation. In the WordPress REST API architecture, omitting or misconfiguring permission_callback defaults to unrestricted public access. This allows any unauthenticated HTTP client to call the affected endpoints and receive metadata (title, MIME type, file size, and direct URL) for media attachments across all plugin-managed folders, including those intentionally kept off public galleries.
RemediationAI
The primary fix is to update the CatFolders Document Gallery & PDF Library plugin to version 2.0.7 or later, which is available from the WordPress plugin repository per the vendor advisory referenced at https://wpscan.com/vulnerability/79a4bae6-96e2-44b4-a56b-42198f8b3d32/ and tracked at https://nvd.nist.gov/vuln/detail/CVE-2026-19717. If immediate patching is not feasible, a compensating control is to use a Web Application Firewall (WAF) rule to block unauthenticated requests to the plugin's REST API namespace (typically /wp-json/catfolders/ or equivalent) - this prevents exploitation but will also break legitimate unauthenticated API consumers if any exist, so validate before deploying. Alternatively, disabling the WordPress REST API for unauthenticated users site-wide (via a security plugin such as Wordfence or custom code adding a rest_authentication_errors filter) blocks this attack vector but may affect other plugins or themes relying on public REST access.
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-59917
GHSA-5mhj-h5rp-p5mp