CVE-2025-2174
Published: 11 March 2025
Summary
CVE-2025-2174 is a medium-severity Integer Overflow or Wraparound (CWE-190) vulnerability in Zapping-Vbi Zvbi. Its CVSS base score is 5.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 38.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-2 (Flaw Remediation) and RA-5 (Vulnerability Monitoring and Scanning).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly requires timely identification, reporting, and correction of the integer overflow flaw in libzvbi by applying the patch in version 0.2.44.
Enables vulnerability scanning to identify systems running vulnerable libzvbi versions up to 0.2.43 exposed to remote DoS exploitation.
Mandates validation of inputs like src_length prior to processing by libzvbi to block crafted data triggering the integer overflow.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Integer overflow in libzvbi enables remote unauthenticated crafted input to trigger application crashes, directly mapping to Endpoint Denial of Service via Application or System Exploitation.
NVD Description
A vulnerability was found in libzvbi up to 0.2.43. It has been declared as problematic. Affected by this vulnerability is the function vbi_strndup_iconv_ucs2 of the file src/conv.c. The manipulation of the argument src_length leads to integer overflow. The attack can…
more
be launched remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 0.2.44 is able to address this issue. The patch is named ca1672134b3e2962cd392212c73f44f8f4cb489f. It is recommended to upgrade the affected component. The code maintainer was informed beforehand about the issues. She reacted very fast and highly professional.
Deeper analysisAI
CVE-2025-2174 is an integer overflow vulnerability affecting libzvbi versions up to and including 0.2.43. The issue resides in the vbi_strndup_iconv_ucs2 function within the src/conv.c file, where manipulation of the src_length argument triggers the overflow. Classified under CWE-189 and CWE-190, it carries a CVSS v3.1 base score of 5.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L), indicating medium severity primarily due to availability impact.
The vulnerability enables remote exploitation without authentication or user interaction. An attacker can send crafted input over the network to any system using the affected libzvbi versions, triggering the integer overflow and resulting in a limited denial of service, such as application crashes. Public disclosure of an exploit exists, increasing the risk of immediate use against vulnerable deployments.
Mitigation involves upgrading to libzvbi version 0.2.44, which incorporates the fixing commit ca1672134b3e2962cd392212c73f44f8f4cb489f. The project maintainer was notified in advance and responded promptly and professionally, as detailed in the GitHub security advisory (GHSA-g7cg-7gw9-v8cf) and release notes.
Details
- CWE(s)