Logo
componentlibsndfile1
Name
libsndfile1
Version
1.0.31
Type
library
Description
Audio format Conversion library
Licenses
LGPL-2.1-only
PURL
-
CPE
cpe:2.3:*:*:libsndfile:1.0.31:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
master
1.2.2
scarthgap
1.2.2

Patches#


#
Title
Author
Resolve
1
sds: fix int overflow warning in sample calculations
Alex Stewart <alex.stewart@ni.com>
CVE-2022-33065
2
avr: fix int overflow in avr_read_header()
Alex Stewart <alex.stewart@ni.com>
CVE-2022-33065
3
ima_adpcm: fix int overflow in ima_reader_init()
Alex Stewart <alex.stewart@ni.com>
CVE-2022-33065
4
common: fix int overflow in psf_binheader_readf()
Alex Stewart <alex.stewart@ni.com>
CVE-2022-33065
5
src/ogg: better error checking for vorbis. Fixes #1035
Arthur Taylor <art@ified.ca>
CVE-2024-50612
6
Patch #6
Richard Purdie <richard.purdie@linuxfoundation.org>
7
au: avoid int overflow while calculating data_end
Alex Stewart <alex.stewart@ni.com>
CVE-2022-33065
8
nms_adpcm: fix int overflow in signal estimate
Alex Stewart <alex.stewart@ni.com>
CVE-2022-33065
9
pcm: fix int overflow in pcm_init()
Alex Stewart <alex.stewart@ni.com>
CVE-2022-33065
10
mat4/mat5: fix int overflow when calculating blockwidth
Alex Stewart <alex.stewart@ni.com>
CVE-2022-33065
11
nms_adpcm: fix int overflow in sf.frames calc
Alex Stewart <alex.stewart@ni.com>
CVE-2022-33065
12
flac: Fix improper buffer reusing (#732)
yuan <ssspeed00@gmail.com>
CVE-2021-4156
13
mat4/mat5: fix int overflow in dataend calculation
Alex Stewart <alex.stewart@ni.com>
CVE-2022-33065
14
ircam: fix int overflow in ircam_read_header()
Alex Stewart <alex.stewart@ni.com>
CVE-2022-33065
15
aiff: fix int overflow when counting header elements
Alex Stewart <alex.stewart@ni.com>
CVE-2022-33065
16
rf64: fix int overflow in rf64_read_header()
Alex Stewart <alex.stewart@ni.com>
CVE-2022-33065

Vulnerabilities#


Name
Analysis
Description
Exploitable
A buffer overflow vulnerability exists in libsndfile version 1.2.2 and potentially earlier versions when processing malformed IRCAM audio files. The vulnerability occurs in the ircam_read_header function at src/ircam.c:164 during sample rate processing, leading to memory corruption and potential code execution.
Exploitable
libsndfile through 1.2.2 has a reachable assertion, that may lead to application exit, in mpeg_l3_encode.c mpeg_l3_encoder_close.
Patched
libsndfile through 1.2.2 has an ogg_vorbis.c vorbis_analysis_wrote out-of-bounds read.
Patched
Multiple signed integers overflow in function au_read_header in src/au.c and in functions mat4_open and mat4_read_header in src/mat4.c in Libsndfile, allows an attacker to cause Denial of Service or other unspecified impacts.
Patched
An out-of-bounds read flaw was found in libsndfile's FLAC codec functionality. An attacker who is able to submit a specially crafted file (via tricking a user to open or otherwise) to an application linked with libsndfile and using the FLAC codec, could trigger an out-of-bounds read that would most likely cause a crash but could potentially leak memory information that could be used in further exploitation of other flaws.