CVE-2026-88372
Received Received - Intake

Integer Overflow in libsndfile MAT4 File Parsing

Vulnerability report for CVE-2026-88372, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: MITRE

Description

libsndfile 1.2.2 contains an integer overflow vulnerability in mat4_read_header() when parsing crafted MAT4 (MATLAB v4) files.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-24
Last Modified
2026-09-24
Generated
2026-09-24
AI Q&A
2026-09-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
libsndfile libsndfile 1.2.2

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-190 The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

libsndfile 1.2.2 has an integer overflow flaw in the mat4_read_header() function. This occurs when processing specially crafted MAT4 files, which are MATLAB v4 format audio files. The overflow can lead to memory corruption or crashes.

Detection Guidance

Detecting this vulnerability requires checking for the presence of libsndfile 1.2.2 or earlier versions on your system. Use commands like 'find / -name libsndfile.so*' or 'dpkg -l | grep libsndfile' to identify installed versions. Monitor network traffic for unusual MAT4 file processing activities.

Impact Analysis

If exploited, this vulnerability could allow an attacker to cause a denial of service by crashing the application or potentially execute arbitrary code. Users processing untrusted MAT4 files may be affected.

Mitigation Strategies

Immediately update libsndfile to version 1.2.3 or later. Disable or restrict processing of MAT4 files if not required. Apply network-level controls to block suspicious MAT4 file transfers. Monitor for exploitation attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-88372. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart