Description
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.
Published: 2026-08-16
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in the CatFolders Document Gallery & PDF Library WordPress plugin before version 2.0.7, where certain REST API endpoints lack proper authorization checks. As a result, a user who has never logged into the site can send requests to those endpoints and receive the title, type, size, and full URL of every media attachment associated with any folder, including folders that are not published in any gallery. While the data retrieved is limited to metadata, disclosure of file names and URLs can facilitate reconnaissance, aid in identifying sensitive resources, and potentially direct attackers to download files or exploit additional weaknesses if those files are publicly accessible.

Affected Systems

Any WordPress site that has installed CatFolders Document Gallery & PDF Library version 2.0.6 or older is affected. The plugin’s authentication is bypassed on several REST API routes, meaning all installations of the older plugin—regardless of site configuration—are vulnerable.

Risk and Exploitability

The exploit does not require any credentials and operates purely over HTTP requests to the plugin’s REST API. Because the EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, the exact likelihood of exploitation is unknown, but the lack of authentication allows unrestricted access to sensitive resource metadata. An attacker could use the disclosed information to craft further attacks, such as direct downloads of files or probing for other configuration or code-injection weaknesses. The potential impact is moderate; it does not directly expose file contents but provides actionable information that could lead to higher‑severity exploits. The CVSS score is not provided, so risk assessment must consider the contextual likelihood of an attacker discovering and exploiting these endpoints.

Generated by OpenCVE AI on August 16, 2026 at 07:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade CatFolders Document Gallery & PDF Library to version 2.0.7 or later, which restores proper authorization checks on REST API endpoints.
  • If an immediate upgrade is not possible, restrict or disable the vulnerable REST API endpoints so that only authenticated users can access attachment metadata, for example by adding a WordPress capability requirement or by blocking the routes with a custom .htaccess rule.
  • Review the file system and WordPress media settings to ensure that files obtained via the URLs are not publicly accessible and that directory listings are disabled, reducing the risk of unintended file disclosure.

Generated by OpenCVE AI on August 16, 2026 at 07:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 16 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284

Sun, 16 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description 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.
Title CatFolders Document Gallery < 2.0.7 - Unauthenticated Attachment Disclosure via REST API
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-16T06:00:16.376Z

Reserved: 2026-08-13T11:38:59.111Z

Link: CVE-2026-19717

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-16T06:16:52.390

Modified: 2026-08-16T06:16:52.390

Link: CVE-2026-19717

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-16T07:30:04Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control