Vulnerabilities > CVE-2013-4256 - Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability in multiple products
Summary
Multiple stack-based and heap-based buffer overflows in Network Audio System (NAS) 1.9.3 allow local users to cause a denial of service (crash) or possibly execute arbitrary code via the (1) display command argument to the ProcessCommandLine function in server/os/utils.c; (2) ResetHosts function in server/os/access.c; (3) open_unix_socket, (4) open_isc_local, (5) open_xsight_local, (6) open_att_local, or (7) open_att_svr4_local function in server/os/connection.c; the (8) AUDIOHOST environment variable to the CreateWellKnownSockets or (9) AmoebaTCPConnectorThread function in server/os/connection.c; or (10) unspecified vectors related to logging in the osLogMsg function in server/os/aulog.c.
Vulnerable Configurations
Part | Description | Count |
---|---|---|
OS | 3 | |
Application | 1 |
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 Debian Local Security Checks NASL id DEBIAN_DSA-2771.NASL description Hamid Zamani discovered multiple security problems (buffer overflows, format string vulnerabilities and missing input sanitising), which could lead to the execution of arbitrary code. last seen 2020-03-17 modified 2013-10-10 plugin id 70355 published 2013-10-10 reporter This script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/70355 title Debian DSA-2771-1 : nas - several vulnerabilities code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from Debian Security Advisory DSA-2771. The text # itself is copyright (C) Software in the Public Interest, Inc. # include("compat.inc"); if (description) { script_id(70355); script_version("1.6"); script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/12"); script_cve_id("CVE-2013-4256", "CVE-2013-4258"); script_bugtraq_id(61843, 61848, 61852); script_xref(name:"DSA", value:"2771"); script_name(english:"Debian DSA-2771-1 : nas - several vulnerabilities"); script_summary(english:"Checks dpkg output for the updated package"); script_set_attribute( attribute:"synopsis", value:"The remote Debian host is missing a security-related update." ); script_set_attribute( attribute:"description", value: "Hamid Zamani discovered multiple security problems (buffer overflows, format string vulnerabilities and missing input sanitising), which could lead to the execution of arbitrary code." ); script_set_attribute( attribute:"see_also", value:"https://packages.debian.org/source/squeeze/nas" ); script_set_attribute( attribute:"see_also", value:"https://packages.debian.org/source/wheezy/nas" ); script_set_attribute( attribute:"see_also", value:"https://www.debian.org/security/2013/dsa-2771" ); script_set_attribute( attribute:"solution", value: "Upgrade the nas packages. For the oldstable distribution (squeeze), these problems have been fixed in version 1.9.2-4squeeze1. For the stable distribution (wheezy), these problems have been fixed in version 1.9.3-5wheezy1." ); 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_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:nas"); script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:6.0"); script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:7.0"); script_set_attribute(attribute:"patch_publication_date", value:"2013/10/09"); script_set_attribute(attribute:"plugin_publication_date", value:"2013/10/10"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof."); script_family(english:"Debian Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/Debian/release", "Host/Debian/dpkg-l"); exit(0); } include("audit.inc"); include("debian_package.inc"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); if (!get_kb_item("Host/Debian/release")) audit(AUDIT_OS_NOT, "Debian"); if (!get_kb_item("Host/Debian/dpkg-l")) audit(AUDIT_PACKAGE_LIST_MISSING); flag = 0; if (deb_check(release:"6.0", prefix:"libaudio-dev", reference:"1.9.2-4squeeze1")) flag++; if (deb_check(release:"6.0", prefix:"libaudio2", reference:"1.9.2-4squeeze1")) flag++; if (deb_check(release:"6.0", prefix:"nas", reference:"1.9.2-4squeeze1")) flag++; if (deb_check(release:"6.0", prefix:"nas-bin", reference:"1.9.2-4squeeze1")) flag++; if (deb_check(release:"6.0", prefix:"nas-doc", reference:"1.9.2-4squeeze1")) flag++; if (deb_check(release:"7.0", prefix:"libaudio-dev", reference:"1.9.3-5wheezy1")) flag++; if (deb_check(release:"7.0", prefix:"libaudio2", reference:"1.9.3-5wheezy1")) flag++; if (deb_check(release:"7.0", prefix:"nas", reference:"1.9.3-5wheezy1")) flag++; if (deb_check(release:"7.0", prefix:"nas-bin", reference:"1.9.3-5wheezy1")) flag++; if (deb_check(release:"7.0", prefix:"nas-doc", reference:"1.9.3-5wheezy1")) flag++; if (flag) { if (report_verbosity > 0) security_hole(port:0, extra:deb_report_get()); else security_hole(0); exit(0); } else audit(AUDIT_HOST_NOT, "affected");
NASL family Ubuntu Local Security Checks NASL id UBUNTU_USN-1986-1.NASL description Hamid Zamani discovered multiple security issues in the Network Audio System (NAS) server. An attacker could possibly use these issues to cause a denial of service or execute arbitrary code. (CVE-2013-4256, CVE-2013-4257). 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 70270 published 2013-10-02 reporter Ubuntu Security Notice (C) 2013-2019 Canonical, Inc. / NASL script (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/70270 title Ubuntu 12.04 LTS / 12.10 / 13.04 : nas vulnerabilities (USN-1986-1) NASL family Fedora Local Security Checks NASL id FEDORA_2013-16989.NASL description This release fixes four security bugs: buffer overflow when parsing display number (CVE-2013-4256), heap overflow when processing AUDIOHOST variable (CVE-2013-4257), formatting string for syslog call (CVE-2013-4258), and a race when opening a TCP device. 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-03-17 modified 2013-09-27 plugin id 70155 published 2013-09-27 reporter This script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/70155 title Fedora 18 : nas-1.9.3-4.fc18 (2013-16989) NASL family Fedora Local Security Checks NASL id FEDORA_2013-17036.NASL description This release fixes four security bugs: buffer overflow when parsing display number (CVE-2013-4256), heap overflow when processing AUDIOHOST variable (CVE-2013-4257), formatting string for syslog call (CVE-2013-4258), and a race when opening a TCP device. 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-03-17 modified 2013-09-27 plugin id 70156 published 2013-09-27 reporter This script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/70156 title Fedora 19 : nas-1.9.3-7.fc19 (2013-17036) NASL family Fedora Local Security Checks NASL id FEDORA_2013-16936.NASL description This release fixes four security bugs: buffer overflow when parsing display number (CVE-2013-4256), heap overflow when processing AUDIOHOST variable (CVE-2013-4257), formatting string for syslog call (CVE-2013-4258), and a race when opening a TCP device. 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-03-17 modified 2013-09-27 plugin id 70153 published 2013-09-27 reporter This script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/70153 title Fedora 20 : nas-1.9.3-9.fc20 (2013-16936) NASL family FreeBSD Local Security Checks NASL id FREEBSD_PKG_BF7912F5C1A811E3A5AC001B21614864.NASL description Hamid Zamani reports : multiple security problems (buffer overflows, format string vulnerabilities and missing input sanitising), which could lead to the execution of arbitrary code. last seen 2020-06-01 modified 2020-06-02 plugin id 73553 published 2014-04-16 reporter This script is Copyright (C) 2014-2018 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/73553 title FreeBSD : nas -- multiple vulnerabilities (bf7912f5-c1a8-11e3-a5ac-001b21614864) NASL family Gentoo Local Security Checks NASL id GENTOO_GLSA-201406-22.NASL description The remote host is affected by the vulnerability described in GLSA-201406-22 (Network Audio System: Multiple vulnerabilities) Multiple vulnerabilities have been discovered in Network Audio System. Please review the CVE identifiers referenced below for details. Impact : A context-dependent attacker could possibly execute arbitrary code with the privileges of the process or cause a Denial of Service condition. Workaround : There is no known workaround at this time. last seen 2020-06-01 modified 2020-06-02 plugin id 76224 published 2014-06-26 reporter This script is Copyright (C) 2014-2015 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/76224 title GLSA-201406-22 : Network Audio System: Multiple vulnerabilities
References
- http://radscan.com/pipermail/nas/2013-August/001270.html
- http://radscan.com/pipermail/nas/2013-August/001270.html
- http://sourceforge.net/p/nas/code/288
- http://sourceforge.net/p/nas/code/288
- http://www.debian.org/security/2013/dsa-2771
- http://www.debian.org/security/2013/dsa-2771
- http://www.openwall.com/lists/oss-security/2013/08/16/2
- http://www.openwall.com/lists/oss-security/2013/08/16/2
- http://www.openwall.com/lists/oss-security/2013/08/19/3
- http://www.openwall.com/lists/oss-security/2013/08/19/3
- http://www.securityfocus.com/bid/61848
- http://www.securityfocus.com/bid/61848
- http://www.ubuntu.com/usn/USN-1986-1
- http://www.ubuntu.com/usn/USN-1986-1