CVE-2023-54128
BaseFortify
Publication date: 2025-12-24
Last updated on: 2025-12-29
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves improper handling of peer group IDs during cleanup in failure paths. Specifically, the code fails to hold the namespace lock while dropping peer group IDs, which can lead to a race condition where another thread might concurrently change a mount from shared to non-shared, causing inconsistent or unexpected behavior.
How can this vulnerability impact me? :
The vulnerability can lead to race conditions in the Linux kernel's filesystem management, potentially causing inconsistent mount states. This may result in system instability, unexpected behavior in filesystem operations, or security issues related to mount namespace isolation.