Bug 239890 (CVE-2007-2683)
| Summary: | CVE-2007-2683 Buffer overflow in mutt's gecos structure handling | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | Lubomir Kundrak <lkundrak> |
| Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | mlichvar |
| Target Milestone: | --- | Keywords: | Security |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://dev.mutt.org/trac/ticket/2885 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-06-14 12:42:33 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: | 240176, 241247, 241652, 838048 | ||
| Bug Blocks: | |||
|
Description
Lubomir Kundrak
2007-05-11 22:44:57 UTC
As the problematic call is to memmove(), this should be caught by _FORTIFY_SOURCE=2 on FC and RHEL5, and thus have no security impact at all there. Doesn't Affect: RHEL2.1
Affects: RHEL3
Affects: RHEL4
Doesn't Affect: RHEL5 (_FORTIFY_SOURCE, impact=none)
Doesn't Affect: FC5 (_FORTIFY_SOURCE, impact=none)
Doesn't Affect: FC6 (_FORTIFY_SOURCE, impact=none)
Not caught by fortify source. I had mistaken. |