GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2025-68251 (GCVE-0-2025-68251)

Vulnerability from cvelistv5 – Published: 2025-12-16 14:32 – Updated: 2026-05-23 16:02
VLAI
Title
erofs: avoid infinite loops due to corrupted subpage compact indexes
Summary
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()`.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 8d2517aaeea3ab8651bb517bca8f3c8664d318ea , < dbfac1b85d0753996ddfef636934d431b588dd1f (git)
Affected: 8d2517aaeea3ab8651bb517bca8f3c8664d318ea , < 8675447a8794983f2b7e694b378112772c17635e (git)
Affected: 8d2517aaeea3ab8651bb517bca8f3c8664d318ea , < e13d315ae077bb7c3c6027cc292401bc0f4ec683 (git)
Affected: 3f691aa676f29586e83e6c032713554a290418c3 (git)
Affected: 22438a34d383ec2789eaf450728e38abc53051f8 (git)
Affected: 6.6.16 , < 6.7 (semver)
Affected: 6.7.4 , < 6.8 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 6.8
Unaffected: 0 , < 6.8 (semver)
Unaffected: 6.12.91 , ≤ 6.12.* (semver)
Unaffected: 6.17.6 , ≤ 6.17.* (semver)
Unaffected: 6.18 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/erofs/zmap.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "dbfac1b85d0753996ddfef636934d431b588dd1f",
              "status": "affected",
              "version": "8d2517aaeea3ab8651bb517bca8f3c8664d318ea",
              "versionType": "git"
            },
            {
              "lessThan": "8675447a8794983f2b7e694b378112772c17635e",
              "status": "affected",
              "version": "8d2517aaeea3ab8651bb517bca8f3c8664d318ea",
              "versionType": "git"
            },
            {
              "lessThan": "e13d315ae077bb7c3c6027cc292401bc0f4ec683",
              "status": "affected",
              "version": "8d2517aaeea3ab8651bb517bca8f3c8664d318ea",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "3f691aa676f29586e83e6c032713554a290418c3",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "22438a34d383ec2789eaf450728e38abc53051f8",
              "versionType": "git"
            },
            {
              "lessThan": "6.7",
              "status": "affected",
              "version": "6.6.16",
              "versionType": "semver"
            },
            {
              "lessThan": "6.8",
              "status": "affected",
              "version": "6.7.4",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/erofs/zmap.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.8"
            },
            {
              "lessThan": "6.8",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.91",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.17.*",
              "status": "unaffected",
              "version": "6.17.6",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.18",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.91",
                  "versionStartIncluding": "6.8",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.17.6",
                  "versionStartIncluding": "6.8",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18",
                  "versionStartIncluding": "6.8",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.6.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.7.4",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nerofs: avoid infinite loops due to corrupted subpage compact indexes\n\nRobert reported an infinite loop observed by two crafted images.\n\nThe root cause is that `clusterofs` can be larger than `lclustersize`\nfor !NONHEAD `lclusters` in corrupted subpage compact indexes, e.g.:\n\n  blocksize = lclustersize = 512   lcn = 6   clusterofs = 515\n\nMove the corresponding check for full compress indexes to\n`z_erofs_load_lcluster_from_disk()` to also cover subpage compact\ncompress indexes.\n\nIt also fixes the position of `m-\u003etype \u003e= Z_EROFS_LCLUSTER_TYPE_MAX`\ncheck, since it should be placed right after\n`z_erofs_load_{compact,full}_lcluster()`."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-23T16:02:29.626Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/dbfac1b85d0753996ddfef636934d431b588dd1f"
        },
        {
          "url": "https://git.kernel.org/stable/c/8675447a8794983f2b7e694b378112772c17635e"
        },
        {
          "url": "https://git.kernel.org/stable/c/e13d315ae077bb7c3c6027cc292401bc0f4ec683"
        }
      ],
      "title": "erofs: avoid infinite loops due to corrupted subpage compact indexes",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2025-68251",
    "datePublished": "2025-12-16T14:32:17.979Z",
    "dateReserved": "2025-12-16T13:41:40.266Z",
    "dateUpdated": "2026-05-23T16:02:29.626Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2025-68251",
      "date": "2026-09-16",
      "epss": "0.00185",
      "percentile": "0.08354"
    },
    "microsoft_vex": {
      "current_release_date": "2026-09-12T01:47:55.000Z",
      "cve": "CVE-2025-68251",
      "id": "msrc_CVE-2025-68251",
      "initial_release_date": "2026-05-25T01:01:45.000Z",
      "product_status:known_affected": "6",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "erofs: avoid infinite loops due to corrupted subpage compact indexes",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2025-68251.json",
      "version": "8"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2025-68251\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-12-16T15:15:54.413\",\"lastModified\":\"2026-06-17T09:58:48.550\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nerofs: avoid infinite loops due to corrupted subpage compact indexes\\n\\nRobert reported an infinite loop observed by two crafted images.\\n\\nThe root cause is that `clusterofs` can be larger than `lclustersize`\\nfor !NONHEAD `lclusters` in corrupted subpage compact indexes, e.g.:\\n\\n  blocksize = lclustersize = 512   lcn = 6   clusterofs = 515\\n\\nMove the corresponding check for full compress indexes to\\n`z_erofs_load_lcluster_from_disk()` to also cover subpage compact\\ncompress indexes.\\n\\nIt also fixes the position of `m-\u003etype \u003e= Z_EROFS_LCLUSTER_TYPE_MAX`\\ncheck, since it should be placed right after\\n`z_erofs_load_{compact,full}_lcluster()`.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"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\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/8675447a8794983f2b7e694b378112772c17635e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/dbfac1b85d0753996ddfef636934d431b588dd1f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e13d315ae077bb7c3c6027cc292401bc0f4ec683\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-06-30T10:37:15+00:00",
      "cve": "CVE-2025-68251",
      "id": "CVE-2025-68251",
      "initial_release_date": "2025-12-16T00:00:00+00:00",
      "product_status:known_affected": "76",
      "product_status:known_not_affected": "198",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: Linux kernel (erofs): Denial of Service via corrupted subpage compact indexes",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-68251.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-03T00:11:32Z",
      "cve": "CVE-2025-68251",
      "id": "CVE-2025-68251",
      "initial_release_date": "2025-12-17T00:24:23Z",
      "product_status:known_affected": "169",
      "product_status:known_not_affected": "388",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2025-68251",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2025-68251.json",
      "version": "18"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…