CVE-2024-27034

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-27034
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-27034.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-27034
Downstream
Published
2024-05-01T13:15:49Z
Modified
2025-09-18T14:44:23Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

f2fs: compress: fix to cover normal cluster write with cp_rwsem

When we overwrite compressed cluster w/ normal cluster, we should not unlock cprwsem during f2fswriterawpages(), otherwise data will be corrupted if partial blocks were persisted before CP & SPOR, due to cluster metadata wasn't updated atomically.

References

Affected packages