Vulnerabilities > CVE-2007-5365 - Improper Restriction of Operations Within the Bounds of A Memory Buffer vulnerability in multiple products
Attack vector
LOCAL Attack complexity
LOW Privileges required
NONE Confidentiality impact
COMPLETE Integrity impact
COMPLETE Availability impact
COMPLETE Summary
Stack-based buffer overflow in the cons_options function in options.c in dhcpd in OpenBSD 4.0 through 4.2, and some other dhcpd implementations based on ISC dhcp-2, allows remote attackers to execute arbitrary code or cause a denial of service (daemon crash) via a DHCP request specifying a maximum message size smaller than the minimum IP MTU.
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.
Exploit-Db
description | Ubuntu 6.06 DHCPd bug Remote Denial of Service Exploit. CVE-2007-5365,CVE-2008-5010. Dos exploits for multiple platform |
file | exploits/multiple/dos/4601.txt |
id | EDB-ID:4601 |
last seen | 2016-01-31 |
modified | 2007-11-02 |
platform | multiple |
port | |
published | 2007-11-02 |
reporter | RoMaNSoFt |
source | https://www.exploit-db.com/download/4601/ |
title | Ubuntu 6.06 DHCPd - Remote Denial of Service Exploit |
type | dos |
Nessus
NASL family Debian Local Security Checks NASL id DEBIAN_DSA-1388.NASL description The patch used to correct the DHCP server buffer overflow in DSA-1388-1 was incomplete and did not adequately resolve the problem. This update to the previous advisory makes updated packages based on a newer version of the patch available. For completeness, please find below the original advisory : It was discovered that dhcp, a DHCP server for automatic IP address assignment, didn last seen 2020-06-01 modified 2020-06-02 plugin id 27515 published 2007-10-19 reporter This script is Copyright (C) 2007-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/27515 title Debian DSA-1388-3 : dhcp - buffer overflow 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-1388. The text # itself is copyright (C) Software in the Public Interest, Inc. # include("compat.inc"); if (description) { script_id(27515); script_version("1.23"); script_cvs_date("Date: 2019/08/02 13:32:20"); script_cve_id("CVE-2007-5365", "CVE-2008-5010"); script_xref(name:"DSA", value:"1388"); script_name(english:"Debian DSA-1388-3 : dhcp - buffer overflow"); 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: "The patch used to correct the DHCP server buffer overflow in DSA-1388-1 was incomplete and did not adequately resolve the problem. This update to the previous advisory makes updated packages based on a newer version of the patch available. For completeness, please find below the original advisory : It was discovered that dhcp, a DHCP server for automatic IP address assignment, didn't correctly allocate space for network replies. This could potentially allow a malicious DHCP client to execute arbitrary code upon the DHCP server." ); script_set_attribute( attribute:"see_also", value:"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446354" ); script_set_attribute( attribute:"see_also", value:"https://www.debian.org/security/2007/dsa-1388" ); script_set_attribute( attribute:"solution", value: "Upgrade the dhcp packages. For the stable distribution (etch), this problem has been fixed in version 2.0pl5-19.5etch2. Updates to the old stable version (sarge) are pending." ); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available"); script_set_attribute(attribute:"exploit_available", value:"true"); script_set_attribute(attribute:"exploit_framework_core", value:"true"); script_cwe_id(119); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:dhcp"); script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:3.1"); script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:4.0"); script_set_attribute(attribute:"patch_publication_date", value:"2007/10/29"); script_set_attribute(attribute:"plugin_publication_date", value:"2007/10/19"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2007-2019 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:"3.1", prefix:"dhcp", reference:"2.0pl5-19.5etch2")) flag++; if (deb_check(release:"3.1", prefix:"dhcp-client", reference:"2.0pl5-19.5etch2")) flag++; if (deb_check(release:"3.1", prefix:"dhcp-relay", reference:"2.0pl5-19.5etch2")) flag++; if (deb_check(release:"4.0", prefix:"dhcp", reference:"2.0pl5-19.5etch1")) flag++; if (deb_check(release:"4.0", prefix:"dhcp-client", reference:"2.0pl5-19.5etch1")) flag++; if (deb_check(release:"4.0", prefix:"dhcp-relay", reference:"2.0pl5-19.5etch1")) 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-531-2.NASL description USN-531-1 fixed vulnerabilities in dhcp. The fixes were incomplete, and only reduced the scope of the vulnerability, without fully solving it. This update fixes the problem. Nahuel Riva and Gerardo Richarte discovered that the DHCP server did not correctly handle certain client options. A remote attacker could send malicious DHCP replies to the server and execute arbitrary code. 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 28137 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/28137 title Ubuntu 6.06 LTS / 6.10 / 7.04 / 7.10 : dhcp vulnerability (USN-531-2) 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-531-2. 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(28137); script_version("1.18"); script_cvs_date("Date: 2019/08/02 13:33:01"); script_cve_id("CVE-2007-5365", "CVE-2008-5010"); script_xref(name:"USN", value:"531-2"); script_name(english:"Ubuntu 6.06 LTS / 6.10 / 7.04 / 7.10 : dhcp vulnerability (USN-531-2)"); 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: "USN-531-1 fixed vulnerabilities in dhcp. The fixes were incomplete, and only reduced the scope of the vulnerability, without fully solving it. This update fixes the problem. Nahuel Riva and Gerardo Richarte discovered that the DHCP server did not correctly handle certain client options. A remote attacker could send malicious DHCP replies to the server and execute arbitrary code. 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/531-2/" ); script_set_attribute( attribute:"solution", value:"Update the affected dhcp, dhcp-client and / or dhcp-relay packages." ); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available"); script_set_attribute(attribute:"exploit_available", value:"true"); script_set_attribute(attribute:"exploit_framework_core", value:"true"); script_cwe_id(119); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:dhcp"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:dhcp-client"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:dhcp-relay"); 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:"cpe", value:"cpe:/o:canonical:ubuntu_linux:7.10"); script_set_attribute(attribute:"patch_publication_date", value:"2007/10/23"); 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|7\.10)$", string:release)) audit(AUDIT_OS_NOT, "Ubuntu 6.06 / 6.10 / 7.04 / 7.10", "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:"dhcp", pkgver:"2.0pl5-19.4ubuntu0.2")) flag++; if (ubuntu_check(osver:"6.06", pkgname:"dhcp-client", pkgver:"2.0pl5-19.4ubuntu0.2")) flag++; if (ubuntu_check(osver:"6.06", pkgname:"dhcp-relay", pkgver:"2.0pl5-19.4ubuntu0.2")) flag++; if (ubuntu_check(osver:"6.10", pkgname:"dhcp", pkgver:"2.0pl5-19.4ubuntu1.2")) flag++; if (ubuntu_check(osver:"6.10", pkgname:"dhcp-client", pkgver:"2.0pl5-19.4ubuntu1.2")) flag++; if (ubuntu_check(osver:"6.10", pkgname:"dhcp-relay", pkgver:"2.0pl5-19.4ubuntu1.2")) flag++; if (ubuntu_check(osver:"7.04", pkgname:"dhcp", pkgver:"2.0pl5-19.5ubuntu2.2")) flag++; if (ubuntu_check(osver:"7.04", pkgname:"dhcp-client", pkgver:"2.0pl5-19.5ubuntu2.2")) flag++; if (ubuntu_check(osver:"7.04", pkgname:"dhcp-relay", pkgver:"2.0pl5-19.5ubuntu2.2")) flag++; if (ubuntu_check(osver:"7.10", pkgname:"dhcp", pkgver:"2.0pl5dfsg1-20ubuntu1.2")) flag++; if (ubuntu_check(osver:"7.10", pkgname:"dhcp-client", pkgver:"2.0pl5dfsg1-20ubuntu1.2")) flag++; if (ubuntu_check(osver:"7.10", pkgname:"dhcp-relay", pkgver:"2.0pl5dfsg1-20ubuntu1.2")) 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, "dhcp / dhcp-client / dhcp-relay"); }
NASL family Solaris Local Security Checks NASL id SOLARIS10_138876-01.NASL description SunOS 5.10: usr/lib/inet/in.dhcpd patch. Date this patch was last updated by Sun : Nov/06/08 last seen 2020-06-01 modified 2020-06-02 plugin id 107508 published 2018-03-12 reporter This script is Copyright (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/107508 title Solaris 10 (sparc) : 138876-01 NASL family Solaris Local Security Checks NASL id SOLARIS8_109077.NASL description SunOS 5.8: dhcp server and admin patch. Date this patch was last updated by Sun : Nov/06/08 last seen 2020-06-01 modified 2020-06-02 plugin id 13310 published 2004-07-12 reporter This script is Copyright (C) 2004-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/13310 title Solaris 8 (sparc) : 109077-21 NASL family Red Hat Local Security Checks NASL id REDHAT-RHSA-2007-0970.NASL description An updated dhcp package that corrects a security flaw is now available for Red Hat Enterprise Linux 2.1. This update has been rated as having important security impact by the Red Hat Security Response Team. The dhcp package provides the ISC Dynamic Host Configuration Protocol (DHCP) server and relay agent, dhcpd. DHCP is a protocol that allows devices to get their own network configuration information from a server. A bug was found in the way dhcpd validates certain DHCP protocol options. A malicious DHCP client could send a carefully crafted DHCP request and cause dhcpd to crash or possibly execute arbitrary code. (CVE-2007-5365) All users of dhcp should upgrade to this updated package, which contains a backported patch that resolves this issue. last seen 2020-06-01 modified 2020-06-02 plugin id 27566 published 2007-10-25 reporter This script is Copyright (C) 2007-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/27566 title RHEL 2.1 : dhcp (RHSA-2007:0970) NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_138877-01.NASL description SunOS 5.10_x86: usr/lib/inet/in.dhcpd patc. Date this patch was last updated by Sun : Nov/06/08 last seen 2020-06-01 modified 2020-06-02 plugin id 108006 published 2018-03-12 reporter This script is Copyright (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/108006 title Solaris 10 (x86) : 138877-01 NASL family Ubuntu Local Security Checks NASL id UBUNTU_USN-531-1.NASL description Nahuel Riva and Gerardo Richarte discovered that the DHCP server did not correctly handle certain client options. A remote attacker could send malicious DHCP replies to the server and execute arbitrary code. 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 28136 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/28136 title Ubuntu 6.06 LTS / 6.10 / 7.04 / 7.10 : dhcp vulnerability (USN-531-1)
Oval
accepted | 2009-02-16T04:00:22.825-05:00 | ||||||||||||||||||||||||
class | vulnerability | ||||||||||||||||||||||||
contributors |
| ||||||||||||||||||||||||
definition_extensions |
| ||||||||||||||||||||||||
description | Stack-based buffer overflow in the cons_options function in options.c in dhcpd in OpenBSD 4.0 through 4.2, and some other dhcpd implementations based on ISC dhcp-2, allows remote attackers to execute arbitrary code or cause a denial of service (daemon crash) via a DHCP request specifying a maximum message size smaller than the minimum IP MTU. | ||||||||||||||||||||||||
family | unix | ||||||||||||||||||||||||
id | oval:org.mitre.oval:def:5817 | ||||||||||||||||||||||||
status | accepted | ||||||||||||||||||||||||
submitted | 2009-01-05T16:39:26.000-05:00 | ||||||||||||||||||||||||
title | Security Vulnerabilities in DHCP Handling of DHCP Requests May Allow Remote Users to Execute Arbitrary Code or Cause a Denial of the DHCP Service | ||||||||||||||||||||||||
version | 36 |
Redhat
advisories |
| ||||
rpms | dhcp-1:2.0pl5-11 |
Seebug
bulletinFamily exploit description BUGTRAQ ID: 32213 CVE(CAN) ID: CVE-2007-5365 Solaris是一款由Sun开发和维护的商业性质UNIX操作系统。 Solaris的DHCP服务器(in.dhcpd(1M))处理DHCP请求中的安全漏洞可能允许远程非特权用户杀死DHCP服务进程(拒绝服务)或以root用户权限执行任意指令。 Sun Solaris 9.0_x86 Sun Solaris 9.0 Sun Solaris 8.0_x86 Sun Solaris 8.0 Sun Solaris 10.0_x86 Sun Solaris 10.0 Sun OpenSolaris snv_01 - snv_102 Sun --- Sun已经为此发布了一个安全公告(Sun-Alert-243806)以及相应补丁: Sun-Alert-243806:Security Vulnerabilities in DHCP Handling of DHCP Requests May Allow Remote Users to Execute Arbitrary Code or Cause a Denial of the DHCP Service 链接:<a href=http://sunsolve.sun.com/search/printfriendly.do?assetkey=1-66-243806-1 target=_blank>http://sunsolve.sun.com/search/printfriendly.do?assetkey=1-66-243806-1</a> id SSV:4449 last seen 2017-11-19 modified 2008-11-14 published 2008-11-14 reporter Root title Sun Solaris DHCP请求处理拒绝服务及代码执行漏洞 bulletinFamily exploit description CVE ID:CVE-2007-5365 Sun Solaris是一款商业性质的操作系统。 Sun Solaris处理DHCP请求存在问题,远程攻击者可以利用漏洞对系统进行拒绝服务攻击。 -处理DHCP请求时in.dhcpd存在边界错误,可导致缓冲区溢出。 -处理DHCP请求时in.dhcpd存在一个未明错误,可导致DHCP服务器守护程序崩溃或以root权限执行任意代码。 Sun Solaris 10 Sun Solaris 8 Sun Solaris 9 可参考如下补丁: -- SPARC Platform -- Solaris 8: <a href=http://sunsolve.sun.com/search/docume...setkey=urn:cds:docid:1-21-109077-21-1 target=_blank>http://sunsolve.sun.com/search/docume...setkey=urn:cds:docid:1-21-109077-21-1</a> Solaris 9: <a href=http://sunsolve.sun.com/search/docume...setkey=urn:cds:docid:1-21-112837-16-1 target=_blank>http://sunsolve.sun.com/search/docume...setkey=urn:cds:docid:1-21-112837-16-1</a> Solaris 10: <a href=http://sunsolve.sun.com/search/docume...setkey=urn:cds:docid:1-21-138876-01-1 target=_blank>http://sunsolve.sun.com/search/docume...setkey=urn:cds:docid:1-21-138876-01-1</a> OpenSolaris: 在builds snv_103及之后版本得到修补. -- x86 Platform -- Solaris 8: <a href=http://sunsolve.sun.com/search/docume...setkey=urn:cds:docid:1-21-109078-21-1 target=_blank>http://sunsolve.sun.com/search/docume...setkey=urn:cds:docid:1-21-109078-21-1</a> Solaris 9: <a href=http://sunsolve.sun.com/search/docume...setkey=urn:cds:docid:1-21-114265-15-1 target=_blank>http://sunsolve.sun.com/search/docume...setkey=urn:cds:docid:1-21-114265-15-1</a> Solaris 10: <a href=http://sunsolve.sun.com/search/docume...setkey=urn:cds:docid:1-21-138877-01-1 target=_blank>http://sunsolve.sun.com/search/docume...setkey=urn:cds:docid:1-21-138877-01-1</a> OpenSolaris: 在builds snv_103及之后版本得到修补. id SSV:4436 last seen 2017-11-19 modified 2008-11-12 published 2008-11-12 reporter Root title Sun Solaris DHCP请求处理漏洞 bulletinFamily exploit description No description provided by source. id SSV:7446 last seen 2017-11-19 modified 2007-11-03 published 2007-11-03 reporter Root source https://www.seebug.org/vuldb/ssvid-7446 title Ubuntu 6.06 DHCPd bug Remote Denial of Service Exploit
References
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446354
- http://secunia.com/advisories/27160
- http://secunia.com/advisories/27273
- http://secunia.com/advisories/27338
- http://secunia.com/advisories/27350
- http://secunia.com/advisories/32668
- http://securitytracker.com/id?1021157
- http://sunsolve.sun.com/search/document.do?assetkey=1-21-109077-21-1
- http://sunsolve.sun.com/search/document.do?assetkey=1-26-243806-1
- http://www.coresecurity.com/index.php5?module=ContentMod&action=item&id=1962
- http://www.debian.org/security/2007/dsa-1388
- http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/dhcpd/options.c
- http://www.openbsd.org/errata40.html#016_dhcpd
- http://www.openbsd.org/errata41.html#010_dhcpd
- http://www.openbsd.org/errata42.html#001_dhcpd
- http://www.redhat.com/support/errata/RHSA-2007-0970.html
- http://www.securityfocus.com/archive/1/482085/100/100/threaded
- http://www.securityfocus.com/archive/1/483230/100/100/threaded
- http://www.securityfocus.com/bid/25984
- http://www.securityfocus.com/bid/32213
- http://www.securitytracker.com/id?1018794
- http://www.ubuntu.com/usn/usn-531-1
- http://www.ubuntu.com/usn/usn-531-2
- http://www.vupen.com/english/advisories/2008/3088
- https://exchange.xforce.ibmcloud.com/vulnerabilities/37045
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A5817
- https://www.exploit-db.com/exploits/4601