Vulnerabilities > CVE-2009-4055 - Unspecified vulnerability in Digium Asterisk
Attack vector
UNKNOWN Attack complexity
UNKNOWN Privileges required
UNKNOWN Confidentiality impact
UNKNOWN Integrity impact
UNKNOWN Availability impact
UNKNOWN digium
nessus
Summary
rtp.c in Asterisk Open Source 1.2.x before 1.2.37, 1.4.x before 1.4.27.1, 1.6.0.x before 1.6.0.19, and 1.6.1.x before 1.6.1.11; Business Edition B.x.x before B.2.5.13, C.2.x.x before C.2.4.6, and C.3.x.x before C.3.2.3; and s800i 1.3.x before 1.3.0.6 allows remote attackers to cause a denial of service (daemon crash) via an RTP comfort noise payload with a long data length.
Vulnerable Configurations
Nessus
NASL family Fedora Local Security Checks NASL id FEDORA_2009-12517.NASL description Update to 1.6.1.11 to fix AST-2009-010/CVE-2009-4055 http://downloads.asterisk.org/pub/security/AST-2009-010.html 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 43371 published 2009-12-22 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/43371 title Fedora 12 : asterisk-1.6.1.11-1.fc12 (2009-12517) code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from Fedora Security Advisory 2009-12517. # include("compat.inc"); if (description) { script_id(43371); script_version("1.13"); script_cvs_date("Date: 2019/08/02 13:32:29"); script_bugtraq_id(37153); script_xref(name:"FEDORA", value:"2009-12517"); script_name(english:"Fedora 12 : asterisk-1.6.1.11-1.fc12 (2009-12517)"); script_summary(english:"Checks rpm output for the updated package."); script_set_attribute( attribute:"synopsis", value:"The remote Fedora host is missing a security update." ); script_set_attribute( attribute:"description", value: "Update to 1.6.1.11 to fix AST-2009-010/CVE-2009-4055 http://downloads.asterisk.org/pub/security/AST-2009-010.html 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." ); script_set_attribute( attribute:"see_also", value:"http://downloads.asterisk.org/pub/security/AST-2009-010.html" ); # https://lists.fedoraproject.org/pipermail/package-announce/2009-December/032989.html script_set_attribute( attribute:"see_also", value:"http://www.nessus.org/u?517f1011" ); script_set_attribute( attribute:"solution", value:"Update the affected asterisk package." ); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P"); script_set_cvss_temporal_vector("CVSS2#E:ND/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:fedoraproject:fedora:asterisk"); script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:12"); script_set_attribute(attribute:"patch_publication_date", value:"2009/12/02"); script_set_attribute(attribute:"plugin_publication_date", value:"2009/12/22"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2009-2019 Tenable Network Security, Inc."); script_family(english:"Fedora Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/rpm-list"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("rpm.inc"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); release = get_kb_item("Host/RedHat/release"); if (isnull(release) || "Fedora" >!< release) audit(AUDIT_OS_NOT, "Fedora"); os_ver = eregmatch(pattern: "Fedora.*release ([0-9]+)", string:release); if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Fedora"); os_ver = os_ver[1]; if (! ereg(pattern:"^12([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 12.x", "Fedora " + os_ver); if (!get_kb_item("Host/RedHat/rpm-list")) 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, "Fedora", cpu); flag = 0; if (rpm_check(release:"FC12", reference:"asterisk-1.6.1.11-1.fc12")) flag++; if (flag) { if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get()); else security_warning(0); exit(0); } else { tested = pkg_tests_get(); if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); else audit(AUDIT_PACKAGE_NOT_INSTALLED, "asterisk"); }
NASL family Fedora Local Security Checks NASL id FEDORA_2009-12461.NASL description Update to 1.6.0.19 to fix AST-2009-010/CVE-2009-4055 http://downloads.asterisk.org/pub/security/AST-2009-010.html 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 43114 published 2009-12-14 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/43114 title Fedora 10 : asterisk-1.6.0.19-1.fc10 (2009-12461) NASL family Fedora Local Security Checks NASL id FEDORA_2009-12506.NASL description Update to 1.6.1.11 to fix AST-2009-010/CVE-2009-4055 http://downloads.asterisk.org/pub/security/AST-2009-010.html 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 43370 published 2009-12-22 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/43370 title Fedora 11 : asterisk-1.6.1.11-1.fc11 (2009-12506) NASL family Debian Local Security Checks NASL id DEBIAN_DSA-1952.NASL description Several vulnerabilities have been discovered in asterisk, an Open Source PBX and telephony toolkit. The Common Vulnerabilities and Exposures project identifies the following problems : - CVE-2009-0041 It is possible to determine valid login names via probing, due to the IAX2 response from asterisk (AST-2009-001). - CVE-2008-3903 It is possible to determine a valid SIP username, when Digest authentication and authalwaysreject are enabled (AST-2009-003). - CVE-2009-3727 It is possible to determine a valid SIP username via multiple crafted REGISTER messages (AST-2009-008). - CVE-2008-7220 CVE-2007-2383 It was discovered that asterisk contains an obsolete copy of the Prototype JavaScript framework, which is vulnerable to several security issues. This copy is unused and now removed from asterisk (AST-2009-009). - CVE-2009-4055 It was discovered that it is possible to perform a denial of service attack via RTP comfort noise payload with a long data length (AST-2009-010). The current version in oldstable is not supported by upstream anymore and is affected by several security issues. Backporting fixes for these and any future issues has become unfeasible and therefore we need to drop our security support for the version in oldstable. We recommend that all asterisk users upgrade to the stable distribution (lenny). last seen 2020-06-01 modified 2020-06-02 plugin id 44817 published 2010-02-24 reporter This script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/44817 title Debian DSA-1952-1 : asterisk - several vulnerabilities, end-of-life announcement in oldstable NASL family Gentoo Local Security Checks NASL id GENTOO_GLSA-201006-20.NASL description The remote host is affected by the vulnerability described in GLSA-201006-20 (Asterisk: Multiple vulnerabilities) Multiple vulnerabilities have been reported in Asterisk: Nick Baggott reported that Asterisk does not properly process overly long ASCII strings in various packets (CVE-2009-2726). Noam Rathaus and Blake Cornell reported a flaw in the IAX2 protocol implementation (CVE-2009-2346). amorsen reported an input processing error in the RTP protocol implementation (CVE-2009-4055). Patrik Karlsson reported an information disclosure flaw related to the REGISTER message (CVE-2009-3727). A vulnerability was found in the bundled Prototype JavaScript library, related to AJAX calls (CVE-2008-7220). Impact : A remote attacker could exploit these vulnerabilities by sending a specially crafted package, possibly causing a Denial of Service condition, or resulting in information disclosure. Workaround : There is no known workaround at this time. last seen 2020-06-01 modified 2020-06-02 plugin id 46809 published 2010-06-04 reporter This script is Copyright (C) 2010-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/46809 title GLSA-201006-20 : Asterisk: Multiple vulnerabilities
References
- http://downloads.asterisk.org/pub/security/AST-2009-010-1.2.diff.txt
- http://downloads.asterisk.org/pub/security/AST-2009-010-1.2.diff.txt
- http://downloads.asterisk.org/pub/security/AST-2009-010-1.4.diff.txt
- http://downloads.asterisk.org/pub/security/AST-2009-010-1.4.diff.txt
- http://downloads.asterisk.org/pub/security/AST-2009-010-1.6.0.diff.txt
- http://downloads.asterisk.org/pub/security/AST-2009-010-1.6.0.diff.txt
- http://downloads.asterisk.org/pub/security/AST-2009-010-1.6.1.diff.txt
- http://downloads.asterisk.org/pub/security/AST-2009-010-1.6.1.diff.txt
- http://downloads.digium.com/pub/security/AST-2009-010.html
- http://downloads.digium.com/pub/security/AST-2009-010.html
- http://secunia.com/advisories/37530
- http://secunia.com/advisories/37530
- http://secunia.com/advisories/37677
- http://secunia.com/advisories/37677
- http://secunia.com/advisories/37708
- http://secunia.com/advisories/37708
- http://securitytracker.com/id?1023249
- http://securitytracker.com/id?1023249
- http://www.debian.org/security/2009/dsa-1952
- http://www.debian.org/security/2009/dsa-1952
- http://www.osvdb.org/60569
- http://www.osvdb.org/60569
- http://www.redhat.com/archives/fedora-package-announce/2009-December/msg00759.html
- http://www.redhat.com/archives/fedora-package-announce/2009-December/msg00759.html
- http://www.securityfocus.com/archive/1/508147/100/0/threaded
- http://www.securityfocus.com/archive/1/508147/100/0/threaded
- http://www.securityfocus.com/bid/37153
- http://www.securityfocus.com/bid/37153
- http://www.vupen.com/english/advisories/2009/3368
- http://www.vupen.com/english/advisories/2009/3368
- https://exchange.xforce.ibmcloud.com/vulnerabilities/54471
- https://exchange.xforce.ibmcloud.com/vulnerabilities/54471
- https://issues.asterisk.org/view.php?id=16242
- https://issues.asterisk.org/view.php?id=16242