Cyber Resilience

CVE-2022-34878

MediumPublic PoC

Published: 05 July 2022

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

Summary

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

Operationally, ranked in the top 1.8% 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-34878 is a SQL injection vulnerability (CWE-89) in the User Stats interface at /vicidial/user_stats.php of VICIdial, specifically through the file_download parameter. The flaw resides in the web-based contact-center software and carries a CVSS 3.1 score of 5.5.

An attacker who already possesses high-privileged credentials can supply crafted input to the vulnerable parameter and execute arbitrary SQL statements. Successful exploitation enables identity spoofing, tampering with or destroying data, full disclosure of database contents, denial of service against the data store, and escalation to database-server administrator privileges.

Public references include a Metasploit Framework pull request that adds an exploit module and a VICIdial community forum thread discussing the issue; the associated EPSS score has remained steady at 0.5668 with no material post-disclosure increase.

EU & UK References

Vulnerability details

SQL Injection vulnerability in User Stats interface (/vicidial/user_stats.php) of VICIdial via the file_download 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 it otherwise…

more

unavailable, and become administrators of the database server.

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