Vulnerabilities > CVE-2007-4974 - Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability in Mega-Nerd Libsndfile
Attack vector
UNKNOWN Attack complexity
UNKNOWN Privileges required
UNKNOWN Confidentiality impact
UNKNOWN Integrity impact
UNKNOWN Availability impact
UNKNOWN Summary
Heap-based buffer overflow in the flac_buffer_copy function in libsndfile 1.0.17 and earlier might allow remote attackers to execute arbitrary code via a FLAC file with crafted PCM data containing a block with a size that exceeds the previous block size.
Vulnerable Configurations
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Buffer Overflow via Environment Variables This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
- Overflow Buffers Buffer Overflow attacks target improper or missing bounds checking on buffer operations, typically triggered by input injected by an attacker. As a consequence, an attacker is able to write past the boundaries of allocated buffer regions in memory, causing a program crash or potentially redirection of execution as per the attackers' choice.
- Client-side Injection-induced Buffer Overflow This type of attack exploits a buffer overflow vulnerability in targeted client software through injection of malicious content from a custom-built hostile service.
- Filter Failure through Buffer Overflow In this attack, the idea is to cause an active filter to fail by causing an oversized transaction. An attacker may try to feed overly long input strings to the program in an attempt to overwhelm the filter (by causing a buffer overflow) and hoping that the filter does not fail securely (i.e. the user input is let into the system unfiltered).
- MIME Conversion An attacker exploits a weakness in the MIME conversion routine to cause a buffer overflow and gain control over the mail server machine. The MIME system is designed to allow various different information formats to be interpreted and sent via e-mail. Attack points exist when data are converted to MIME compatible format and back.
Nessus
NASL family Ubuntu Local Security Checks NASL id UBUNTU_USN-525-1.NASL description Robert Buchholz discovered that libsndfile did not correctly validate the size of its memory buffers. If a user were tricked into playing a specially crafted FLAC file, a remote attacker could execute arbitrary code with user privileges. Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-01 modified 2020-06-02 plugin id 28130 published 2007-11-10 reporter Ubuntu Security Notice (C) 2007-2019 Canonical, Inc. / NASL script (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/28130 title Ubuntu 6.06 LTS / 6.10 / 7.04 : libsndfile vulnerability (USN-525-1) code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from Ubuntu Security Notice USN-525-1. The text # itself is copyright (C) Canonical, Inc. See # <http://www.ubuntu.com/usn/>. Ubuntu(R) is a registered # trademark of Canonical, Inc. # include("compat.inc"); if (description) { script_id(28130); script_version("1.15"); script_cvs_date("Date: 2019/08/02 13:33:01"); script_cve_id("CVE-2007-4974"); script_xref(name:"USN", value:"525-1"); script_name(english:"Ubuntu 6.06 LTS / 6.10 / 7.04 : libsndfile vulnerability (USN-525-1)"); script_summary(english:"Checks dpkg output for updated packages."); script_set_attribute( attribute:"synopsis", value: "The remote Ubuntu host is missing one or more security-related patches." ); script_set_attribute( attribute:"description", value: "Robert Buchholz discovered that libsndfile did not correctly validate the size of its memory buffers. If a user were tricked into playing a specially crafted FLAC file, a remote attacker could execute arbitrary code with user privileges. Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues." ); script_set_attribute( attribute:"see_also", value:"https://usn.ubuntu.com/525-1/" ); script_set_attribute( attribute:"solution", value: "Update the affected libsndfile1, libsndfile1-dev and / or sndfile-programs packages." ); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P"); script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C"); script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available"); script_set_attribute(attribute:"exploit_available", value:"false"); script_cwe_id(119); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libsndfile1"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libsndfile1-dev"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:sndfile-programs"); script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:6.06:-:lts"); script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:6.10"); script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:7.04"); script_set_attribute(attribute:"patch_publication_date", value:"2007/10/04"); script_set_attribute(attribute:"plugin_publication_date", value:"2007/11/10"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"Ubuntu Security Notice (C) 2007-2019 Canonical, Inc. / NASL script (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof."); script_family(english:"Ubuntu Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/cpu", "Host/Ubuntu", "Host/Ubuntu/release", "Host/Debian/dpkg-l"); exit(0); } include("audit.inc"); include("ubuntu.inc"); include("misc_func.inc"); if ( ! get_kb_item("Host/local_checks_enabled") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); release = get_kb_item("Host/Ubuntu/release"); if ( isnull(release) ) audit(AUDIT_OS_NOT, "Ubuntu"); release = chomp(release); if (! ereg(pattern:"^(6\.06|6\.10|7\.04)$", string:release)) audit(AUDIT_OS_NOT, "Ubuntu 6.06 / 6.10 / 7.04", "Ubuntu " + release); if ( ! get_kb_item("Host/Debian/dpkg-l") ) audit(AUDIT_PACKAGE_LIST_MISSING); cpu = get_kb_item("Host/cpu"); if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH); if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Ubuntu", cpu); flag = 0; if (ubuntu_check(osver:"6.06", pkgname:"libsndfile1", pkgver:"1.0.12-3ubuntu1")) flag++; if (ubuntu_check(osver:"6.06", pkgname:"libsndfile1-dev", pkgver:"1.0.12-3ubuntu1")) flag++; if (ubuntu_check(osver:"6.06", pkgname:"sndfile-programs", pkgver:"1.0.12-3ubuntu1")) flag++; if (ubuntu_check(osver:"6.10", pkgname:"libsndfile1", pkgver:"1.0.16-1ubuntu0.6.10.1")) flag++; if (ubuntu_check(osver:"6.10", pkgname:"libsndfile1-dev", pkgver:"1.0.16-1ubuntu0.6.10.1")) flag++; if (ubuntu_check(osver:"6.10", pkgname:"sndfile-programs", pkgver:"1.0.16-1ubuntu0.6.10.1")) flag++; if (ubuntu_check(osver:"7.04", pkgname:"libsndfile1", pkgver:"1.0.16-1ubuntu0.7.04.1")) flag++; if (ubuntu_check(osver:"7.04", pkgname:"libsndfile1-dev", pkgver:"1.0.16-1ubuntu0.7.04.1")) flag++; if (ubuntu_check(osver:"7.04", pkgname:"sndfile-programs", pkgver:"1.0.16-1ubuntu0.7.04.1")) flag++; if (flag) { security_report_v4( port : 0, severity : SECURITY_HOLE, extra : ubuntu_report_get() ); exit(0); } else { tested = ubuntu_pkg_tests_get(); if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); else audit(AUDIT_PACKAGE_NOT_INSTALLED, "libsndfile1 / libsndfile1-dev / sndfile-programs"); }
NASL family Debian Local Security Checks NASL id DEBIAN_DSA-1442.NASL description Rubert Buchholz discovered that libsndfile, a library for reading / writing audio files, performs insufficient boundary checks when processing FLAC files, which might lead to the execution of arbitrary code. last seen 2020-06-01 modified 2020-06-02 plugin id 29836 published 2008-01-04 reporter This script is Copyright (C) 2008-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/29836 title Debian DSA-1442-1 : libsndfile - buffer overflow NASL family Gentoo Local Security Checks NASL id GENTOO_GLSA-200710-04.NASL description The remote host is affected by the vulnerability described in GLSA-200710-04 (libsndfile: Buffer overflow) Robert Buchholz of the Gentoo Security team discovered that the flac_buffer_copy() function does not correctly handle FLAC streams with variable block sizes which leads to a heap-based buffer overflow (CVE-2007-4974). Impact : A remote attacker could exploit this vulnerability by enticing a user to open a specially crafted FLAC file or network stream with an application using libsndfile. This might lead to the execution of arbitrary code with privileges of the user playing the file. Workaround : There is no known workaround at this time. last seen 2020-06-01 modified 2020-06-02 plugin id 26944 published 2007-10-09 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/26944 title GLSA-200710-04 : libsndfile: Buffer overflow NASL family SuSE Local Security Checks NASL id SUSE_LIBSNDFILE-4430.NASL description This update fixes a possible buffer overflow that occurs while reading decoded PCM data from the FLAC library. (CVE-2007-4974) last seen 2020-06-01 modified 2020-06-02 plugin id 29881 published 2008-01-08 reporter This script is Copyright (C) 2008-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/29881 title openSUSE 10 Security Update : libsndfile (libsndfile-4430) NASL family Fedora Local Security Checks NASL id FEDORA_2007-2236.NASL description An updated libsndfile package has been released, fixing a potential heap-based buffer overflow in malcrafted flac files. Thx to Robert Buchholz for finding that issue. Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-01 modified 2020-06-02 plugin id 27762 published 2007-11-06 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/27762 title Fedora 7 : libsndfile-1.0.17-2.fc7 (2007-2236) NASL family Mandriva Local Security Checks NASL id MANDRAKE_MDKSA-2007-191.NASL description A heap-based buffer overflow in libsndfile could allow remote attackers to execute arbitrary code via a FLAC file with crafted PCM data which contains a block with a size exceeding that of the previous block. Updated packages have been patched to prevent this issue. last seen 2020-06-01 modified 2020-06-02 plugin id 26901 published 2007-10-03 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/26901 title Mandrake Linux Security Advisory : libsndfile (MDKSA-2007:191) NASL family SuSE Local Security Checks NASL id SUSE_LIBSNDFILE-4431.NASL description This update fixes a possible buffer overflow that occurs while reading decoded PCM data from the FLAC library. (CVE-2007-4974) last seen 2020-06-01 modified 2020-06-02 plugin id 29851 published 2008-01-04 reporter This script is Copyright (C) 2008-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/29851 title SuSE 10 Security Update : libsndfile (ZYPP Patch Number 4431)
References
- http://lists.opensuse.org/opensuse-security-announce/2008-01/msg00002.html
- http://lists.opensuse.org/opensuse-security-announce/2008-01/msg00002.html
- http://secunia.com/advisories/26921
- http://secunia.com/advisories/26921
- http://secunia.com/advisories/26932
- http://secunia.com/advisories/26932
- http://secunia.com/advisories/27018
- http://secunia.com/advisories/27018
- http://secunia.com/advisories/27071
- http://secunia.com/advisories/27071
- http://secunia.com/advisories/27100
- http://secunia.com/advisories/27100
- http://secunia.com/advisories/28265
- http://secunia.com/advisories/28265
- http://secunia.com/advisories/28412
- http://secunia.com/advisories/28412
- http://security.gentoo.org/glsa/glsa-200710-04.xml
- http://security.gentoo.org/glsa/glsa-200710-04.xml
- http://www.debian.org/security/2007/dsa-1442
- http://www.debian.org/security/2007/dsa-1442
- http://www.mandriva.com/security/advisories?name=MDKSA-2007:191
- http://www.mandriva.com/security/advisories?name=MDKSA-2007:191
- http://www.securityfocus.com/bid/25758
- http://www.securityfocus.com/bid/25758
- http://www.ubuntu.com/usn/usn-525-1
- http://www.ubuntu.com/usn/usn-525-1
- http://www.vupen.com/english/advisories/2007/3241
- http://www.vupen.com/english/advisories/2007/3241
- https://bugs.gentoo.org/show_bug.cgi?id=192834
- https://bugs.gentoo.org/show_bug.cgi?id=192834
- https://bugzilla.redhat.com/show_bug.cgi?id=296221
- https://bugzilla.redhat.com/show_bug.cgi?id=296221
- https://www.redhat.com/archives/fedora-package-announce/2007-September/msg00344.html
- https://www.redhat.com/archives/fedora-package-announce/2007-September/msg00344.html