CVE-2025-22122
MediumIn the Linux kernel, the following vulnerability has been resolved: block: fix adding folio to bio >4GB folio is possible on some ARCHs, such as aarch64, 16GB hugepage is supported, then 'offset' of folio can't be held in 'unsigned int', cause warning in bio_add_folio_nofail() and IO failure. Fix it by adjusting 'page' & trimming 'offset' so that `->bi_offset` won't be overflow, and folio can be added to bio successfully.
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected versions
Linux kernel versions
6.12
and later are affected. Fixed in
6.12.33,
6.14.2,
6.15
and their respective stable series.
References
The following references provide additional information about CVE-2025-22122 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/0c60158ff14df04c92792dd9b1809372b095040f
-
PatchKernel patch commithttps://git.kernel.org/stable/c/26064d3e2b4d9a14df1072980e558c636fb023ea
-
PatchKernel patch commithttps://git.kernel.org/stable/c/b96e0af1b1c99cb7e6188b6fa4963a4e47beb01e
Frequently asked questions
-
What is CVE-2025-22122?
CVE-2025-22122 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 . It affects Linux kernel versions from 6.12 onward and has been patched in 6.12.33, 6.14.2 and 6.15. CVE-2025-22122 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2025-22122?
CVE-2025-22122 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2025-22122?
Yes — CVE-2025-22122 has been patched. Fixed versions include 6.12.33, 6.14.2 and 6.15. If you are running Linux kernel 6.12 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2025-22122 actively exploited?
No — CVE-2025-22122 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.