CVE-2024-33113
Published: 06 May 2024
Summary
CVE-2024-33113 is a medium-severity Command Injection (CWE-77) vulnerability in Dlink Dir-845L Firmware. Its CVSS base score is 5.3 (Medium).
Operationally, ranked in the top 2.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
D-LINK DIR-845L firmware versions up to and including v1.01KRb03 contain an information disclosure vulnerability that can be triggered through the bsc_sms_inbox.php endpoint. The flaw is tracked as CVE-2024-33113 with a CVSS 3.1 base score of 5.3 and is also associated with CWE-77 and CWE-79.
An attacker with local access and low privileges can exploit the issue without user interaction to obtain sensitive data and potentially perform limited additional actions on the affected device. Public proof-of-concept code demonstrating the flaw has been published on GitHub.
No vendor advisory or patch information is referenced in the available sources. The EPSS score currently sits at 0.4964 after reaching a peak of 0.5286, indicating moderate and relatively stable exploitation interest since disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-30858
Vulnerability details
D-LINK DIR-845L <=v1.01KRb03 is vulnerable to Information disclosurey via bsc_sms_inbox.php.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.
Validates web inputs to reject script-related content that could produce XSS.
Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.