Bug 469652 - kernel: hfs: fix namelength memory corruption
Summary: kernel: hfs: fix namelength memory corruption
Keywords:
Status: CLOSED DUPLICATE of bug 470769
Alias: None
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 469795 469796 469797 469798 469799
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-11-03 09:09 UTC by Eugene Teo (Security Response)
Modified: 2019-09-29 12:26 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-11-13 10:13:18 UTC
Embargoed:


Attachments (Terms of Use)
Upstream patch for this issue (1.28 KB, patch)
2008-11-03 09:19 UTC, Eugene Teo (Security Response)
no flags Details | Diff

Description Eugene Teo (Security Response) 2008-11-03 09:09:34 UTC
Description of problem:
Eric Sesterhenn reported: Fix a stack corruption caused by a corrupted hfs filesystem.  If the catalog name length is corrupted the memcpy overwrites the catalog btree structure.  Since the field is limited to HFS_NAMELEN bytes in the
structure and the file format, we throw an error if it is too long.

Comment 2 Eugene Teo (Security Response) 2008-11-03 09:19:32 UTC
Created attachment 322282 [details]
Upstream patch for this issue

Comment 6 Eugene Teo (Security Response) 2008-11-13 10:13:18 UTC

*** This bug has been marked as a duplicate of bug 470769 ***


Note You need to log in before you can comment on or make changes to this bug.