Cyber Resilience

CVE-2022-24260

CriticalPublic PoC

Published: 04 February 2022

Published
04 February 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.9003 99.6th percentile
Risk Priority 74 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-24260 is a critical-severity SQL Injection (CWE-89) vulnerability in Voipmonitor Voipmonitor. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 0.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2022-24260 is a SQL injection vulnerability, tracked under CWE-89, that affects the Voipmonitor GUI in versions prior to 24.96. The flaw carries a CVSS 3.1 score of 9.8 and permits unauthenticated remote attackers to interact with the application's database in ways that were not intended by the original queries.

An attacker with network access can supply crafted input that alters SQL statements, resulting in privilege escalation to the Administrator role. Because the attack requires no credentials or user interaction and can be performed over the network, it enables full compromise of the confidentiality, integrity, and availability of the monitored VoIP environment.

Public references include the Voipmonitor GUI changelog and a technical analysis published on kerbit.io; the changelog entry for version 24.96 marks the release that addresses the issue. The associated EPSS score has remained near 0.90 since disclosure, indicating sustained exploitation interest.

EU & UK References

Vulnerability details

A SQL injection vulnerability in Voipmonitor GUI before v24.96 allows attackers to escalate privileges to the Administrator level.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

voipmonitor
voipmonitor
≤ 24.96

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.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References