Bug 327781 (CVE-2007-5365)
| Summary: | CVE-2007-5365 dhcpd stack-based buffer overlow | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | Tomas Hoger <thoger> | ||||
| Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> | ||||
| Status: | CLOSED ERRATA | QA Contact: | |||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | unspecified | CC: | dcantrell, kreilly | ||||
| Target Milestone: | --- | Keywords: | Security | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| URL: | http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-5365 | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-10-23 13:22:10 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 332691 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Tomas Hoger
2007-10-11 15:23:30 UTC
OpenBSD's dhcpd is based on ISC dhcpd 2.x. We ship dhcpd 2.0pl5 in Red Hat Enterprise Linux 2.1, which seems to be affected by this issue. ISC dhcpd version 3.x checks "maximum message size" value provided by dhcp client. Versions of dhcpd in Red Hat Enterprise Linux 3, 4 and 5 are based on 3.x ISC dhcp branch and are not vulnerable. Patch applied by OpenBSD: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/dhcpd/options.c.diff?r1=1.8&r2=1.9&f=h Note: This issue is reported to be one of three issues discovered by ISS X-Force and fixed in dhcpd bundled with VMWare products (which is based on ISC dhcp 2.x). Those issues have CVE ids CVE-2007-0061, CVE-2007-0062 and CVE-2007-0063, but we currently do not have any details about those vulnerabilities. Created attachment 234291 [details] mms checking code backported from dhcp-3.x Original OpenBSD patch was incomplete. They've already noticed that and updated their version to use code more similar to dhcp-3.x version: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/dhcpd/options.c.diff?r1=1.16&r2=1.17&f=h Issue was addressed by errata: https://rhn.redhat.com/errata/RHSA-2007-0970.html |