CVE-2024-41935
Published: Jan 11, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to shrink read extent node in batches We use rwlock to protect core structure data of extent tree during its shrink, however, if there is a huge number of extent nodes in extent tree, during shrink of extent tree, it may hold rwlock for a very long time, which may trigger kernel hang issue. This patch fixes to shrink read extent node in batches, so that, critical region of the rwlock can be shrunk to avoid its extreme long time hold.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 98e4da8ca301e062d79ae168c67e56f3c3de3ce4 - < 295b50e95e900da31ff237e46e04525fa799b2cfaffected 98e4da8ca301e062d79ae168c67e56f3c3de3ce4 - < 924f7dd1e832e4e4530d14711db223d2803f7b61affected 98e4da8ca301e062d79ae168c67e56f3c3de3ce4 - < 3fc5d5a182f6a1f8bd4dc775feb54c369dd2c343 |
Linux | Linux | affected 3.8unaffected 0 - < 3.8unaffected 6.6.66 - <= 6.6.*unaffected 6.12.5 - <= 6.12.*unaffected 6.13 - <= * |
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now