CVE-2024-11270
Published: 08 January 2025
Summary
CVE-2024-11270 is a high-severity Missing Authorization (CWE-862) vulnerability in Webinarpress Webinarpress. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 6.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).
Deeper analysis
The WordPress Webinar Plugin – WebinarPress plugin for WordPress is vulnerable to arbitrary file creation due to a missing capability check on the 'sync-import-imgs' function and missing file type validation. The flaw affects all versions up to and including 1.33.24 and carries a CVSS 3.1 score of 8.8.
Authenticated attackers with subscriber-level access or higher can exploit the issue over the network to write arbitrary files on the server, which may be leveraged for remote code execution.
A fix addressing the missing authorization and validation checks is available in the referenced plugin changeset, and the vulnerability is tracked in the Wordfence advisory database.
The EPSS score has remained flat at its peak value of 0.1216 with no material increase observed after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-34327
Vulnerability details
The WordPress Webinar Plugin – WebinarPress plugin for WordPress is vulnerable to arbitrary file creation due to a missing capability check on the 'sync-import-imgs' function and missing file type validation in all versions up to, and including, 1.33.24. This makes…
more
it possible for authenticated attackers, with subscriber-level access and above, to create arbitrary files that can lead to remote code execution.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Arbitrary file upload via missing auth in public-facing WordPress plugin directly enables exploitation of web apps (T1190) and deployment of web shells for RCE (T1505.003).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Enforces approved authorizations, directly addressing the missing capability check on the 'sync-import-imgs' function that allows unauthorized access.
Validates information inputs such as file types prior to processing, mitigating the absent file type validation that enables arbitrary file creation.
Restricts user privileges to the least necessary, limiting the impact of exploitation by low-privilege authenticated users like subscribers.