Cyber Resilience

CVE-2022-34877

MediumPublic PoC

Published: 05 July 2022

Published
05 July 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 6.4 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
EPSS Score 0.4923 97.8th percentile
Risk Priority 42 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-34877 is a medium-severity SQL Injection (CWE-89) vulnerability in Vicidial Vicidial. Its CVSS base score is 6.4 (Medium).

Operationally, ranked in the top 2.2% 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-34877 is a SQL injection vulnerability in the AST Agent Time Sheet interface at /vicidial/AST_agent_time_sheet.php within VICIdial. The flaw is triggered through the agent parameter and affects VICIdial 2.14b0.5 versions prior to build 3555. Successful exploitation can result in identity spoofing, data tampering or destruction, full disclosure of database contents, and administrative control of the underlying database server.

An attacker with low-privileged network access and no user interaction required can supply crafted input to the affected parameter. Because the vulnerability carries a changed scope rating, the attacker can leverage the injection to impact resources beyond the immediate application, achieving the impacts described above.

Public references include Metasploit Framework pull requests that add an exploit module for the issue along with VICIdial community forum threads discussing the flaw. The EPSS score reached a peak of 0.4923 and remains at that level, indicating sustained exploitation interest after disclosure.

EU & UK References

Vulnerability details

SQL Injection vulnerability in AST Agent Time Sheet interface ((/vicidial/AST_agent_time_sheet.php) of VICIdial via the agent parameter allows attacker to spoof identity, tamper with existing data, allow the complete disclosure of all data on the system, destroy the data or make…

more

it otherwise unavailable, and become administrators of the database server. This issue affects: VICIdial 2.14b0.5 versions prior to 3555.

CWE(s)

Related Threats

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

Affected Assets

vicidial
vicidial
2.14b0.5

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