VOOZH about

URL: https://nvd.nist.gov/vuln/detail/CVE-2025-68251

⇱ NVD - CVE-2025-68251


  1. Vulnerabilities

CVE-2025-68251 Detail

Not Scheduled

This CVE record is not being prioritized for NVD enrichment efforts due to resource or other concerns.

Description

In the Linux kernel, the following vulnerability has been resolved: erofs: avoid infinite loops due to corrupted subpage compact indexes Robert reported an infinite loop observed by two crafted images. The root cause is that `clusterofs` can be larger than `lclustersize` for !NONHEAD `lclusters` in corrupted subpage compact indexes, e.g.: blocksize = lclustersize = 512 lcn = 6 clusterofs = 515 Move the corresponding check for full compress indexes to `z_erofs_load_lcluster_from_disk()` to also cover subpage compact compress indexes. It also fixes the position of `m->type >= Z_EROFS_LCLUSTER_TYPE_MAX` check, since it should be placed right after `z_erofs_load_{compact,full}_lcluster()`.


Metrics

NVD enrichment efforts reference publicly available information to associate vector strings. CVSS information contributed by other sources is also displayed.
CVSS 4.0 Severity and Vector Strings:

NVD assessment not yet provided.

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving NIST webspace. We have provided these links to other web sites because they may have information that would be of interest to you. No inferences should be drawn on account of other sites being referenced, or not, from this page. There may be other web sites that are more appropriate for your purpose. NIST does not necessarily endorse the views expressed, or concur with the facts presented on these sites. Further, NIST does not endorse any commercial products that may be mentioned on these sites. Please address comments about this page to [email protected].

URL Source(s) Tag(s)
https://git.kernel.org/stable/c/8675447a8794983f2b7e694b378112772c17635e kernel.org
https://git.kernel.org/stable/c/dbfac1b85d0753996ddfef636934d431b588dd1f kernel.org
https://git.kernel.org/stable/c/e13d315ae077bb7c3c6027cc292401bc0f4ec683 kernel.org

Weakness Enumeration

CWE-ID CWE Name Source

Change History

3 change records found show changes

CVE Modified by kernel.org 6/17/2026 5:58:48 AM

Action Type Old Value New Value
Added Affected
[{"vendor":"Linux","product":"Linux","defaultStatus":"unaffected","programFiles":["fs/erofs/zmap.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"8d2517aaeea3ab8651bb517bca8f3c8664d318ea","lessThan":"dbfac1b85d0753996ddfef636934d431b588dd1f","versionType":"git","status":"affected"},{"version":"8d2517aaeea3ab8651bb517bca8f3c8664d318ea","lessThan":"8675447a8794983f2b7e694b378112772c17635e","versionType":"git","status":"affected"},{"version":"8d2517aaeea3ab8651bb517bca8f3c8664d318ea","lessThan":"e13d315ae077bb7c3c6027cc292401bc0f4ec683","versionType":"git","status":"affected"},{"version":"3f691aa676f29586e83e6c032713554a290418c3","versionType":"git","status":"affected"},{"version":"22438a34d383ec2789eaf450728e38abc53051f8","versionType":"git","status":"affected"},{"version":"6.6.16","lessThan":"6.7","versionType":"semver","status":"affected"},{"version":"6.7.4","lessThan":"6.8","versionType":"semver","status":"affected"}]},{"vendor":"Linux","product":"Linux","defaultStatus":"affected","programFiles":["fs/erofs/zmap.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"6.8","status":"affected"},{"version":"0","lessThan":"6.8","versionType":"semver","status":"unaffected"},{"version":"6.12.91","lessThanOrEqual":"6.12.*","versionType":"semver","status":"unaffected"},{"version":"6.17.6","lessThanOrEqual":"6.17.*","versionType":"semver","status":"unaffected"},{"version":"6.18","lessThanOrEqual":"*","versionType":"original_commit_for_fix","status":"unaffected"}]}]


CVE Modified by kernel.org 5/23/2026 8:17:01 AM

Action Type Old Value New Value
Added Reference
https://git.kernel.org/stable/c/dbfac1b85d0753996ddfef636934d431b588dd1f


New CVE Received from kernel.org 12/16/2025 10:15:54 AM

Action Type Old Value New Value
Added Description
In the Linux kernel, the following vulnerability has been resolved:

erofs: avoid infinite loops due to corrupted subpage compact indexes

Robert reported an infinite loop observed by two crafted images.

The root cause is that `clusterofs` can be larger than `lclustersize`
for !NONHEAD `lclusters` in corrupted subpage compact indexes, e.g.:

 blocksize = lclustersize = 512 lcn = 6 clusterofs = 515

Move the corresponding check for full compress indexes to
`z_erofs_load_lcluster_from_disk()` to also cover subpage compact
compress indexes.

It also fixes the position of `m->type >= Z_EROFS_LCLUSTER_TYPE_MAX`
check, since it should be placed right after
`z_erofs_load_{compact,full}_lcluster()`.


Added Reference
https://git.kernel.org/stable/c/8675447a8794983f2b7e694b378112772c17635e


Added Reference
https://git.kernel.org/stable/c/e13d315ae077bb7c3c6027cc292401bc0f4ec683


Quick Info

CVE Dictionary Entry:
CVE-2025-68251
NVD Published Date:
12/16/2025
NVD Last Modified:
06/17/2026
Source:
kernel.org