Cyber Resilience

CVE-2024-11270

High

Published: 08 January 2025

Published
08 January 2025
Modified
17 January 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.1216 94.0th percentile
Risk Priority 25 60% EPSS · 20% KEV · 20% CVSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
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).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2024-11271Same product: Webinarpress Webinarpress
CVE-2025-8418Shared CWE-862
CVE-2024-12848Shared CWE-862
CVE-2026-1720Shared CWE-862
CVE-2025-12975Shared CWE-862
CVE-2025-10690Shared CWE-862
CVE-2025-5394Shared CWE-862
CVE-2025-1307Shared CWE-862
CVE-2026-5464Shared CWE-862
CVE-2026-4326Shared CWE-862

Affected Assets

webinarpress
webinarpress
≤ 1.33.25

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations, directly addressing the missing capability check on the 'sync-import-imgs' function that allows unauthorized access.

prevent

Validates information inputs such as file types prior to processing, mitigating the absent file type validation that enables arbitrary file creation.

prevent

Restricts user privileges to the least necessary, limiting the impact of exploitation by low-privilege authenticated users like subscribers.

References