CVE Catalog

CVE-2026-88386

Unknown
Published: Updated: Translated: NVD NIST

Summary

libsndfile 1.2.2 contains a misaligned memory access issue in psf_binheader_readf() while parsing WAV fmt chunks. A specially crafted WAV file can cause the function to cast an unaligned destination address to unsigned int * and perform a 4-byte store. This results in undefined behavior leading to denial of service.

Risk Assessment

An attacker can remotely crash an audio-processing application, causing denial of service. This may disrupt systems that play or process sound.

Recommendation

Upgrade libsndfile to a version newer than 1.2.2 that includes the fix. Until then, avoid processing untrusted WAV files.

Other vulnerabilities in libsndfile

See all
Original NVD description (English source)

libsndfile 1.2.2 contains a misaligned memory access issue in psf_binheader_readf() while parsing WAV fmt chunks. A specially crafted WAV file can cause the function to cast an unaligned destination address to unsigned int * and perform a 4-byte store. This results in undefined behavior leading to denial of service.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS