CVE-2024-13618
Published: 25 March 2025
Summary
CVE-2024-13618 is a high-severity an unspecified weakness vulnerability in Osteopathic Downloadable By American Osteopathic Association. Its CVSS base score is 7.2 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 38.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 AC-14 (Permitted Actions Without Identification or Authentication) and AC-3 (Access Enforcement).
Deeper analysis
CVE-2024-13618 is a vulnerability in the aoa-downloadable WordPress plugin through version 0.1.0. The plugin's download.php endpoint lacks proper authorization and authentication checks, enabling unauthenticated visitors to submit requests that fetch content from arbitrary URLs. This issue has a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N), classified as high severity with a changed scope.
Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity by directly accessing the download.php endpoint and specifying any target URL. Successful exploitation allows attackers to proxy requests through the vulnerable WordPress site, potentially leading to server-side request forgery (SSRF). This could enable limited confidentiality impacts, such as reading sensitive data from internal services, or integrity impacts like triggering unintended actions on reachable endpoints, without direct availability disruption.
The WPScan advisory at https://wpscan.com/vulnerability/d6a78233-3f23-4da4-9bc0-1439cde20a30/ provides details on the vulnerability, including recommended mitigations such as updating the plugin if a patched version is available or removing it entirely from affected sites.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-54506
Vulnerability details
The aoa-downloadable WordPress plugin through 0.1.0 lacks authorization and authentication for requests to its download.php endpoint, allowing unauthenticated visitors to make requests to arbitrary URLs.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The CVE describes an SSRF vulnerability in a public-facing WordPress plugin (download.php endpoint) that can be exploited remotely without authentication, directly mapping to exploitation of public-facing applications.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Enforces approved authorizations to prevent unauthenticated access to the download.php endpoint that enables SSRF.
Defines and restricts specific actions permitted without identification or authentication, prohibiting unauthenticated arbitrary URL requests.
Validates user-supplied URLs in the download endpoint to prevent SSRF by ensuring only authorized and safe inputs are processed.