CVE-2024-50660
Published: 07 January 2025
Summary
CVE-2024-50660 is a critical-severity Code Injection (CWE-94) vulnerability in Ipublishmedia Adportal. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 21.5% 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
SI-10 directly prevents file upload bypass vulnerabilities by enforcing validation of uploaded files to block malicious code injection.
SI-9 restricts file upload inputs by type, size, and other attributes, mitigating bypasses that allow arbitrary code execution.
SI-2 requires timely patching and remediation of the specific file upload flaw in AdPortal 3.0.39.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct unauthenticated RCE on public-facing web app via malicious file upload enables T1190 and web shell deployment (T1505.003).
NVD Description
File Upload Bypass was found in AdPortal 3.0.39 allows a remote attacker to execute arbitrary code via the file upload functionality
Deeper analysisAI
CVE-2024-50660 is a critical file upload bypass vulnerability in AdPortal 3.0.39, enabling remote attackers to execute arbitrary code through the file upload functionality. Assigned CWE-94 (code injection), it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its network accessibility, low attack complexity, lack of required privileges or user interaction, and potential for complete compromise of confidentiality, integrity, and availability.
Any unauthenticated remote attacker can exploit this vulnerability by uploading malicious files via the affected functionality, leading to arbitrary code execution on the server. The attack requires no special privileges or user interaction, making it highly practical for widespread exploitation against exposed AdPortal 3.0.39 instances.
Mitigation details are available in vendor advisories and related documents, including resources at http://adportal.com, http://ipublish.com, and https://petercipolone.info/wp-content/uploads/2025/01/iPublishMedia_AdPortal3.0.39_CVEs.pdf, which security practitioners should review for patching instructions, workarounds, or configuration changes. The vulnerability was published on 2025-01-07.
Details
- CWE(s)