CVE Catalog

CVE-2026-97520

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, a vulnerability in gfs2 was fixed: moved 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.

Risk Assessment

The vulnerability may lead to incorrect quota initialization in GFS2, potentially resulting in errors in disk quota management.

Recommendation

It is recommended to update the Linux kernel to a patched version.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS