Lucene search
+L

1500 matches found

OSV
OSV
added 2026/05/08 12:00 a.m.5 views

OPENSUSE-SU-2026:10730-1 libsndfile-devel-1.2.2-5.1 on GA media

These are all security issues fixed in the libsndfile-devel-1.2.2-5.1 package on the GA media of openSUSE Tumbleweed...

8.2CVSS5.8AI score0.00628EPSS
SaveExploits2References2
RedhatCVE
RedhatCVE
added 2026/05/07 5:22 p.m.17 views

CVE-2026-37555

A flaw was found in the libsndfile library. An integer overflow in the IMA ADPCM codec can occur when a specially crafted WAV audio file is processed, specifically with malicious samplesperblock and blocks values. This can lead to a heap-based buffer overflow, causing a crash to the application...

8.2CVSS6AI score0.00504EPSS
SaveExploits1References5
Microsoft CVE
Microsoft CVE
added 2026/05/03 8:01 a.m.10 views

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.

...

8.2CVSS6.1AI score0.00504EPSS
SaveExploits2
SUSE CVE
SUSE CVE
added 2026/05/01 2:04 a.m.12 views

SUSE CVE-2026-37555

An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path line 241 was fixed with sfcountt cast, but the WAV code path line 235 and close path line 167 were not. When samplesperblock int blocks int exceeds INTMAX, the 32-bit multiplication overflows before being assigned to...

7.5CVSS5.8AI score0.00504EPSS
SaveExploits1References10
Tenable Nessus
Tenable Nessus
added 2026/04/30 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-37555

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path line 241 was fixed with sfcountt cast, but the WAV code path line 235 and close...

8.2CVSS6.1AI score0.00504EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/04/29 6:22 p.m.8 views

Integer Overflow or Wraparound

Overview Affected versions of this package are vulnerable to Integer Overflow or Wraparound in the WAV file processing path when the multiplication of samplesperblock and blocks exceeds the maximum value for a 32-bit integer, resulting in an integer overflow before assignment to a 64-bit variable...

7.5CVSS6AI score0.00504EPSS
SaveExploits1References2
NVD
NVD
added 2026/04/29 4:16 p.m.12 views

CVE-2026-37555

An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path line 241 was fixed with sfcountt cast, but the WAV code path line 235 and close path line 167 were not. When samplesperblock int blocks int exceeds INTMAX, the 32-bit multiplication overflows before being assigned to...

8.2CVSS0.00504EPSS
SaveExploits1References20
OSV
OSV
added 2026/04/29 4:16 p.m.5 views

AZL-85457 CVE-2026-37555 affecting package libsndfile for versions less than 1.2.2-5

An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path line 241 was fixed with sfcountt cast, but the WAV code path line 235 and close path line 167 were not. When samplesperblock int blocks int exceeds INTMAX, the 32-bit multiplication overflows before being assigned to...

8.2CVSS7.4AI score0.00504EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2026/04/29 4:16 p.m.12 views

CVE-2026-37555

An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path line 241 was fixed with sfcountt cast, but the WAV code path line 235 and close path line 167 were not. When samplesperblock int blocks int exceeds INTMAX, the 32-bit multiplication overflows before being assigned to...

8.2CVSS6AI score0.00504EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/29 4:16 p.m.14 views

UBUNTU-CVE-2026-37555

An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path line 241 was fixed with sfcountt cast, but the WAV code path line 235 and close path line 167 were not. When samplesperblock int blocks int exceeds INTMAX, the 32-bit multiplication overflows before being assigned to...

8.2CVSS6AI score0.00504EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/04/29 12:00 a.m.7 views

CVE-2026-37555

An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path line 241 was fixed with sfcountt cast, but the WAV code path line 235 and close path line 167 were not. When samplesperblock int blocks int exceeds INTMAX, the 32-bit multiplication overflows before being assigned to...

5.7AI score0.00504EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/04/29 12:00 a.m.10 views

CVE-2026-37555

An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path line 241 was fixed with sfcountt cast, but the WAV code path line 235 and close path line 167 were not. When samplesperblock int blocks int exceeds INTMAX, the 32-bit multiplication overflows before being assigned to...

7.8CVSS7.9AI score0.00504EPSS
SaveExploits2References3
CVE
CVE
added 2026/04/29 12:00 a.m.56 views

CVE-2026-37555

The CVE-2026-37555 entry describes a vulnerability in libsndfile 1.2.2’s IMA ADPCM codec. The AIFF path was fixed via a (sf_count_t) cast, but the WAV and close paths remain vulnerable. When samplesperblock (int) * blocks (int) exceeds INT_MAX, a 32-bit multiplication overflows before assignment ...

8.2CVSS5.8AI score0.00504EPSS
SaveExploits1References20Affected Software1
Cvelist
Cvelist
added 2026/04/29 12:00 a.m.41 views

CVE-2026-37555

An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path line 241 was fixed with sfcountt cast, but the WAV code path line 235 and close path line 167 were not. When samplesperblock int blocks int exceeds INTMAX, the 32-bit multiplication overflows before being assigned to...

0.00504EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/04/29 12:00 a.m.25 views

PT-2026-35949

Name of the Vulnerable Software and Affected Versions libsndfile version 1.2.2 Description An integer overflow exists in the IMA ADPCM codec within the WAV and close code paths. When the product of samplesperblock and blocks exceeds the maximum value of a 32-bit signed integer INT MAX, a...

8.2CVSS6AI score0.00504EPSS
SaveExploits1References49
AlpineLinux
AlpineLinux
added 2026/04/29 12:00 a.m.19 views

CVE-2026-37555

An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path line 241 was fixed with sfcountt cast, but the WAV code path line 235 and close path line 167 were not. When samplesperblock int blocks int exceeds INTMAX, the 32-bit multiplication overflows before being assigned to...

8.2CVSS7.4AI score0.00504EPSS
SaveExploits2References20
Debian CVE
Debian CVE
added 2026/04/29 12:00 a.m.9 views

CVE-2026-37555

An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path line 241 was fixed with sfcountt cast, but the WAV code path line 235 and close path line 167 were not. When samplesperblock int blocks int exceeds INTMAX, the 32-bit multiplication overflows before being assigned to...

8.2CVSS5.8AI score0.00504EPSS
SaveExploits1
EUVD
EUVD
added 2026/04/29 12:00 a.m.10 views

EUVD-2026-26241

An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path line 241 was fixed with sfcountt cast, but the WAV code path line 235 and close path line 167 were not. When samplesperblock int blocks int exceeds INTMAX, the 32-bit multiplication overflows before being assigned to...

7.8CVSS7.9AI score0.00504EPSS
SaveExploits2References2
OSV
OSV
added 2026/04/29 12:00 a.m.7 views

CVE-2026-37555

An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path line 241 was fixed with sfcountt cast, but the WAV code path line 235 and close path line 167 were not. When samplesperblock int blocks int exceeds INTMAX, the 32-bit multiplication overflows before being assigned to...

7.5CVSS7.3AI score
SaveExploits0References22
Packet Storm News
Packet Storm News
added 2026/04/19 12:00 a.m.31 views

SDLLMFuzz: Dynamic-Static LLM-Assisted Greybox Fuzzing for Structured Input Programs

Fuzzing has become a widely adopted technique for vulnerability discovery, yet it remains ineffective for structured-input programs due to strict syntactic constraints and limited semantic awareness. Traditional greybox fuzzers rely on mutation-based strategies and coarse-grained coverage feedbac...

6AI score
SaveExploits0
Rows per page
Query Builder