CVE-2026-37555
CVE-2026-37555 is a high-severity vulnerability in Libsndfile Project Libsndfile with a CVSS 3.x base score of 7.5. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-190.
Key facts
- Severity: High (CVSS 3.x base score 7.5)
- EPSS exploit prediction: 1% (39th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-26241
- Weakness: CWE-190
- Affected product: Libsndfile Project Libsndfile
- Published:
- Last modified:
Description
An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path (line 241) was fixed with (sf_count_t) cast, but the WAV code path (line 235) and close path (line 167) were not. When samplesperblock (int) * blocks (int) exceeds INT_MAX, the 32-bit multiplication overflows before being assigned to sf.frames (sf_count_t/int64). With samplesperblock=50000 and blocks=50000, the product 2500000000 overflows to -1794967296. This causes incorrect frame count leading to heap buffer overflow or denial of service. Both values come from the WAV file header and are attacker-controlled. This issue was discovered after an incomplete fix for CVE-2022-33065.
Frequently asked questions
- What is CVE-2026-37555?
- An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path (line 241) was fixed with (sf_count_t) cast, but the WAV code path (line 235) and close path (line 167) were not. When samplesperblock (int) * blocks (int) exceeds INT_MAX, the 32-bit multiplication overflows before being assigned to sf.frames (sf_count_t/int64). With samplesperblock=50000 and blocks=50000, the product 2500000000 overflows to -1794967296. This causes incorrect frame count leading to heap buffer overflow or denial of service. Both values come from the WAV file header and are attacker-controlled. This issue was discovered after an incomplete fix for CVE-2022-33065.
- How severe is CVE-2026-37555?
- CVE-2026-37555 has a CVSS 3.x base score of 7.5, rated high severity. It is exploitable over network with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is none, integrity none, and availability high.
- Is CVE-2026-37555 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 1% (39th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2026-37555?
- CVE-2026-37555 affects Libsndfile Project Libsndfile. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2026-37555?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
- Does CVE-2026-37555 have an EU (EUVD) identifier?
- Yes. CVE-2026-37555 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-26241.
- When was CVE-2026-37555 published?
- CVE-2026-37555 was published on 2026-04-29 and last updated on 2026-06-30.
References
- https://gist.github.com/sgInnora/a5f5c19e4bf6f4fb74fab7b0ef2bfcc1
- https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151
- https://github.com/libsndfile/libsndfile/issues/833
- https://access.redhat.com/errata/RHSA-2026:19559
- https://access.redhat.com/errata/RHSA-2026:19560
- https://access.redhat.com/errata/RHSA-2026:19610
- https://access.redhat.com/errata/RHSA-2026:23221
- https://access.redhat.com/errata/RHSA-2026:23222
- https://access.redhat.com/errata/RHSA-2026:23223
- https://access.redhat.com/errata/RHSA-2026:25092
- https://access.redhat.com/errata/RHSA-2026:25197
- https://access.redhat.com/errata/RHSA-2026:25198
- https://access.redhat.com/errata/RHSA-2026:25227
- https://access.redhat.com/errata/RHSA-2026:30078
- https://access.redhat.com/errata/RHSA-2026:30087
- https://access.redhat.com/errata/RHSA-2026:30088
- https://access.redhat.com/errata/RHSA-2026:30089
- https://access.redhat.com/security/cve/CVE-2026-37555
- https://bugzilla.redhat.com/show_bug.cgi?id=2463856
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-37555.json
Affected products (1)
- cpe:2.3:a:libsndfile_project:libsndfile:1.2.2:*:*:*:*:*:*:*
More vulnerabilities in Libsndfile Project Libsndfile
- CVE-2017-12562 — Critical (CVSS 9.8): Heap-based Buffer Overflow in the psf_binheader_writef function in common.c in libsndfile through 1.0.28 allows remote…
- CVE-2021-3246 — High (CVSS 8.8): A heap buffer overflow vulnerability in msadpcm_decode_block of libsndfile 1.0.30 allows attackers to execute arbitrary…
- CVE-2018-13139 — High (CVSS 8.8): A stack-based buffer overflow in psf_memset in common.c in libsndfile 1.0.28 allows remote attackers to cause a denial…
- CVE-2017-6892 — High (CVSS 8.8): In libsndfile version 1.0.28, an error in the "aiff_read_chanmap()" function (aiff.c) can be exploited to cause an…
- CVE-2017-8361 — High (CVSS 8.8): The flac_buffer_copy function in flac.c in libsndfile 1.0.28 allows remote attackers to cause a denial of service…
- CVE-2018-19662 — High (CVSS 8.1): An issue was discovered in libsndfile 1.0.28. There is a buffer over-read in the function i2alaw_array in alaw.c that…
All CVEs affecting Libsndfile Project Libsndfile →
Other CWE-190 (Integer Overflow or Wraparound) vulnerabilities
- CVE-2026-4689 — Critical (CVSS 10.0): Sandbox escape due to incorrect boundary conditions, integer overflow in the XPCOM component. This vulnerability was…
- CVE-2026-24814 — Critical (CVSS 10.0): Integer Overflow or Wraparound vulnerability in swoole swoole-src (thirdparty/hiredis modules). This vulnerability is…
- CVE-2025-64721 — Critical (CVSS 10.0): Sandboxie is a sandbox-based isolation software for 32-bit and 64-bit Windows NT-based operating systems. In versions…
- CVE-2015-5108 — Critical (CVSS 10.0): Integer overflow in Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC…
- CVE-2015-5097 — Critical (CVSS 10.0): Integer overflow in Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC…
- CVE-2013-2555 — Critical (CVSS 10.0): Integer overflow in Adobe Flash Player before 10.3.183.75 and 11.x before 11.7.700.169 on Windows and Mac OS X, before…
Browse all CWE-190 (Integer Overflow or Wraparound) vulnerabilities →