Answer in brief
CVE-2026-97520 records a High severity (CVSS 7.1) vulnerability in gfs2: move quota_init qc iterator increment. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.1. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <04ec2f3b29b3c8a59950b8816b5ebc8ba052808a || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <21a50a9373adab35ffadf5cf59272dc99078170e || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <942202677f8f2ee448a6a2feb06aeeaf520342e3 || >=0 <6.12.111 || >=0 <6.18.53 | 04ec2f3b29b3c8a59950b8816b5ebc8ba052808a, 21a50a9373adab35ffadf5cf59272dc99078170e, 942202677f8f2ee448a6a2feb06aeeaf520342e3, 6.12.111, 6.18.53 |
Published upstream
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
In the Linux kernel, the following vulnerability has been resolved: gfs2: move quota_init qc iterator increment Move qc++ from the loop body into the for-loop increment expression in gfs2_quota_init(). This keeps iterator progression explicit and avoids mixing pointer advance with duplicate-slot handling in the loop body.
Quoted source text, attributed separately from HOL analysis.