Bug 2309866 (CVE-2024-45003)
Summary: | CVE-2024-45003 kernel: vfs: Don't evict inode under the inode lru traversing context | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
Component: | vulnerability | Assignee: | Product Security DevOps Team <prodsec-dev> |
Status: | NEW --- | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | dfreiber, drow, jburrell, vkumar |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: |
The inode reclaiming process (function prune_icache_sb) collects all reclaimable inodes and marks them with I_FREEING flag at first. At that time other processes will be stuck if they try getting these inodes (function find_inode_fast), then the reclaiming process destroys the inodes by function dispose_list(). Some filesystems may do inode lookup in the inode evicting callback function. If the inode lookup is operated under the inode lru traversing context, deadlock problems may happen.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 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: | 2309906 | ||
Bug Blocks: |
Description
OSIDB Bzimport
2024-09-04 20:22:41 UTC
|