๐Ÿ” CVE Alert

CVE-2026-89602

HIGH 7.8

erofs: skip sufficiently large global buffers when resizing

CVSS Score
7.8
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: erofs: skip sufficiently large global buffers when resizing z_erofs_gbuf_nrpages is advanced only after every global buffer has been grown. If a resize fails after some buffers were enlarged, a retry revisits those enlarged buffers. Retrying the same size then returns -ENOMEM because alloc_pages_bulk() has no pages to add and the unchanged return value is treated as a failure. Retrying an intermediate size allocates a temporary pointer array smaller than gbuf->nrpages and copies more existing pointers than the array can hold. Skip buffers that already satisfy the request. Once all remaining buffers have caught up, advancing z_erofs_gbuf_nrpages again describes the guaranteed minimum size across the pool.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 11, 2026
Last Updated Sep 13, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new high vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

Linux / Linux
d6db47e571dcaecaeaafa8840d00ae849ae3907b < 7267557ce98ccd07faaf3bc86382448950cc4ff6 d6db47e571dcaecaeaafa8840d00ae849ae3907b < 7f4a89d4f0d6acaf4b756c31de48f2109a257b70 d6db47e571dcaecaeaafa8840d00ae849ae3907b < a7d097cf01301c5da37927c8f26123d006f0fd8a
Linux / Linux
6.10

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/7267557ce98ccd07faaf3bc86382448950cc4ff6 git.kernel.org: https://git.kernel.org/stable/c/7f4a89d4f0d6acaf4b756c31de48f2109a257b70 git.kernel.org: https://git.kernel.org/stable/c/a7d097cf01301c5da37927c8f26123d006f0fd8a