CVE-2024-49271
RCE in Unlimited-Elements Unlimited Elements For Elementor ≤ 1.5.122
Raw vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:HSummary
CVE-2024-49271 is a critical-severity Improper Neutralization of Script in Attributes of IMG Tags in a Web Page (CWE-82) vulnerability in Unlimited-Elements Unlimited Elements For Elementor. Its CVSS base score is 9.1 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Content Injection (T1659); ranked in the top 36% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SI-10 (Information Input Validation) — see the control section below for these in your framework.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-43337
Vulnerability Data
Deserialization of Untrusted Data vulnerability in Unlimited Elements Unlimited Elements For Elementor (Free Widgets, Addons, Templates) unlimited-elements-for-elementor allows Command Injection.This issue affects Unlimited Elements For Elementor (Free Widgets, Addons, Templates): from n/a through <= 1.5.121.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
—
—
—
V1.2.1V1.3.1
Mitigating Controls (NIST 800-53 r5) AI
Developer testing and evaluation can discover unneutralized script in IMG attributes through dynamic or static analysis.
Input validation directly enforces neutralization of script content in attributes such as IMG src before it is rendered.
Least privilege limits the damage an injected code fragment can perform once executed.
Requiring documented development standards and tools can mandate output encoding or sanitization routines that neutralize script in HTML attributes.
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Secure SDLC practices directly require output encoding and neutralization to prevent XSS flaws such as CWE-82.
PR.DS-10 protects runtime data confidentiality/integrity but has no bearing on neutralizing externally influenced input during code generation, so neither direction shows any preventive effect.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing in development can detect and drive remediation of improper script handling in IMG tags.
Application security requirements can mandate input validation and output encoding that prevent script injection in IMG attributes.
Secure architecture and engineering principles include design rules that eliminate unsafe attribute handling in web pages.
Secure coding standards directly require proper neutralization of script in HTML attributes, addressing the root cause of CWE-82.
Controls that restrict unauthorized or malicious code from being introduced via external networks or removable media limit opportunities for an attacker to inject and execute arbitrary code.