CVE-2024-42533
Published: 25 March 2025
Summary
CVE-2024-42533 is a critical-severity SQL Injection (CWE-89) vulnerability. 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 20.6% 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).
Deeper analysis
CVE-2024-42533 is a SQL injection vulnerability (CWE-89) in the authentication module of Convivance StandVoice versions 4.5 through 6.2. The flaw allows remote attackers to execute arbitrary code by exploiting the GEST_LOGIN parameter. It has 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 critical severity due to its network accessibility, low attack complexity, and lack of prerequisites.
Unauthenticated remote attackers can exploit this vulnerability over the network without user interaction. Successful exploitation grants high-impact access to confidentiality, integrity, and availability, enabling arbitrary code execution on the affected system through the injected SQL payload in the authentication process.
Further details, including potential mitigation guidance, are documented in the referenced advisories at https://gist.github.com/7h30th3r0n3/eae27e0eed39741365c55dfd46b57dc8. Security practitioners should review these sources for patching instructions or workarounds specific to StandVoice deployments.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-54499
Vulnerability details
SQL injection vulnerability in the authentication module in Convivance StandVoice 4.5 through 6.2 allows remote attackers to execute arbitrary code via the GEST_LOGIN parameter.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection vulnerability in public-facing authentication module enables remote unauthenticated arbitrary code execution, directly mapping to T1190 Exploit Public-Facing Application.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates SQL injection in the GEST_LOGIN parameter by enforcing validation of all information inputs to block malicious SQL payloads.
Requires identification, reporting, and correction of the specific SQL injection flaw in the authentication module via timely patching.
Mandates vulnerability scanning to detect and remediate SQL injection vulnerabilities like CVE-2024-42533 before exploitation.