Bug 427994 (CVE-2007-3104)
Summary: | CVE-2007-3104 Null pointer to an inode in a dentry can cause an oops in sysfs_readdir | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Jan Lieskovsky <jlieskov> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | drewelmore |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-02-18 11:01:35 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: | 243728, 245777 | ||
Bug Blocks: |
Description
Jan Lieskovsky
2008-01-08 15:28:20 UTC
" The sysfs_readdir function was able to de-reference a NULL dentry. If another code-path modified the dentry between sysfs_dirent checking and dereferencing it, a denial of service (kernel OOPS) could be caused. This update adds a check to ensure the null pointer value is unchanged before the directory entry is read again by sysfs_readdir. (CVE-2007-3104, Moderate). " I notice that patches have been published for CVE-2007-3104; however this bug remains open with status RELEASE_PENDING... Are there further patches pending? thanks, Andrew (In reply to comment #4) > I notice that patches have been published for CVE-2007-3104; however this bug > remains open with status RELEASE_PENDING... > > Are there further patches pending? This bug has been addressed. There are no further patches pending. Thanks. |