CVE-2026-97534

Source
https://cve.org/CVERecord?id=CVE-2026-97534
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97534.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-97534
Downstream
Published
2026-09-25T10:21:33Z
Modified
2026-09-26T03:48:29Z
Summary
f2fs: accurately adjust free_sections during free_segment_range
Details

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

f2fs: accurately adjust free_sections during free_segment_range

In free_segment_range(), MAIN_SECS(sbi) is temporarily reduced by secs to restrict block allocation to the safe remaining main area while valid blocks in the truncated range are evacuated by GC.

However, FREE_I(sbi)->free_sections tracks the total number of free sections across the whole filesystem. If any sections within the truncated range were already free upon entering free_segment_range(), failing to deduct them from free_sections causes the filesystem to overestimate available free sections in the active, reduced main area. This leads to inconsistent free section accounting during GC data migration and can trigger unexpected allocation failures or assertion errors when space is tight.

Fix this by calculating the number of already-free sections in the truncated range, deducting them from free_sections upon entering free_segment_range(), and restoring them on exit.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/97xxx/CVE-2026-97534.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
b4b10061ef98c583bcf82a4200703fbaa98c18dc
Fixed
ca31116fad0954c61a0d38163cc51c48e4981b75
Fixed
8a123a10770d2132d046748f20f02baa8d5539a1
Fixed
8c963d1738fdca400082ff5f9d99e083de4f4e70

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97534.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.8.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97534.json"