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

CVE-2025-37863 (GCVE-0-2025-37863)

Vulnerability from cvelistv5 – Published: 2025-05-09 06:43 – Updated: 2026-05-23 15:58
VLAI
Title
ovl: don't allow datadir only
Summary
In the Linux kernel, the following vulnerability has been resolved: ovl: don't allow datadir only In theory overlayfs could support upper layer directly referring to a data layer, but there's no current use case for this. Originally, when data-only layers were introduced, this wasn't allowed, only introduced by the "datadir+" feature, but without actually handling this case, resulting in an Oops. Fix by disallowing datadir without lowerdir.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: cc0918b3582c98f12cfb30bf7496496d14bff3e9 , < 0874b629f65320778e7e3e206177770666d9db18 (git)
Affected: 24e16e385f2272b1a9df51337a5c32d28a29c7ad , < b9e3579213ba648fa23f780e8d53e99011c62331 (git)
Affected: 24e16e385f2272b1a9df51337a5c32d28a29c7ad , < 21d2ffb0e9838a175064c22f3a9de97d1f56f27d (git)
Affected: 24e16e385f2272b1a9df51337a5c32d28a29c7ad , < eb3a04a8516ee9b5174379306f94279fc90424c4 (git)
Affected: 6.6.23 , < 6.6.88 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 6.7
Unaffected: 0 , < 6.7 (semver)
Unaffected: 6.6.88 , ≤ 6.6.* (semver)
Unaffected: 6.12.25 , ≤ 6.12.* (semver)
Unaffected: 6.14.4 , ≤ 6.14.* (semver)
Unaffected: 6.15 , ≤ * (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/overlayfs/super.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "0874b629f65320778e7e3e206177770666d9db18",
              "status": "affected",
              "version": "cc0918b3582c98f12cfb30bf7496496d14bff3e9",
              "versionType": "git"
            },
            {
              "lessThan": "b9e3579213ba648fa23f780e8d53e99011c62331",
              "status": "affected",
              "version": "24e16e385f2272b1a9df51337a5c32d28a29c7ad",
              "versionType": "git"
            },
            {
              "lessThan": "21d2ffb0e9838a175064c22f3a9de97d1f56f27d",
              "status": "affected",
              "version": "24e16e385f2272b1a9df51337a5c32d28a29c7ad",
              "versionType": "git"
            },
            {
              "lessThan": "eb3a04a8516ee9b5174379306f94279fc90424c4",
              "status": "affected",
              "version": "24e16e385f2272b1a9df51337a5c32d28a29c7ad",
              "versionType": "git"
            },
            {
              "lessThan": "6.6.88",
              "status": "affected",
              "version": "6.6.23",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/overlayfs/super.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.7"
            },
            {
              "lessThan": "6.7",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.88",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.25",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.14.*",
              "status": "unaffected",
              "version": "6.14.4",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.15",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.88",
                  "versionStartIncluding": "6.6.23",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.25",
                  "versionStartIncluding": "6.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.14.4",
                  "versionStartIncluding": "6.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.15",
                  "versionStartIncluding": "6.7",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\novl: don\u0027t allow datadir only\n\nIn theory overlayfs could support upper layer directly referring to a data\nlayer, but there\u0027s no current use case for this.\n\nOriginally, when data-only layers were introduced, this wasn\u0027t allowed,\nonly introduced by the \"datadir+\" feature, but without actually handling\nthis case, resulting in an Oops.\n\nFix by disallowing datadir without lowerdir."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-23T15:58:27.343Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/0874b629f65320778e7e3e206177770666d9db18"
        },
        {
          "url": "https://git.kernel.org/stable/c/b9e3579213ba648fa23f780e8d53e99011c62331"
        },
        {
          "url": "https://git.kernel.org/stable/c/21d2ffb0e9838a175064c22f3a9de97d1f56f27d"
        },
        {
          "url": "https://git.kernel.org/stable/c/eb3a04a8516ee9b5174379306f94279fc90424c4"
        }
      ],
      "title": "ovl: don\u0027t allow datadir only",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2025-37863",
    "datePublished": "2025-05-09T06:43:54.250Z",
    "dateReserved": "2025-04-16T04:51:23.958Z",
    "dateUpdated": "2026-05-23T15:58:27.343Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2025-37863",
      "date": "2026-09-16",
      "epss": "0.00267",
      "percentile": "0.18964"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2025-37863\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-05-09T07:16:07.317\",\"lastModified\":\"2026-06-17T09:15:35.453\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\novl: don\u0027t allow datadir only\\n\\nIn theory overlayfs could support upper layer directly referring to a data\\nlayer, but there\u0027s no current use case for this.\\n\\nOriginally, when data-only layers were introduced, this wasn\u0027t allowed,\\nonly introduced by the \\\"datadir+\\\" feature, but without actually handling\\nthis case, resulting in an Oops.\\n\\nFix by disallowing datadir without lowerdir.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: ovl: no se permite solo datadir. En teor\u00eda, overlayfs podr\u00eda permitir que la capa superior haga referencia directa a una capa de datos, pero actualmente no existe un caso pr\u00e1ctico para esto. Originalmente, cuando se introdujeron las capas de solo datos, esto no se permit\u00eda; solo se introdujo mediante la funci\u00f3n \\\"datadir+\\\", pero sin gestionar este caso, lo que resultaba en un error. Se soluciona deshabilitando datadir sin lowerdir.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"fs/overlayfs/super.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"cc0918b3582c98f12cfb30bf7496496d14bff3e9\",\"lessThan\":\"0874b629f65320778e7e3e206177770666d9db18\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"24e16e385f2272b1a9df51337a5c32d28a29c7ad\",\"lessThan\":\"b9e3579213ba648fa23f780e8d53e99011c62331\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"24e16e385f2272b1a9df51337a5c32d28a29c7ad\",\"lessThan\":\"21d2ffb0e9838a175064c22f3a9de97d1f56f27d\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"24e16e385f2272b1a9df51337a5c32d28a29c7ad\",\"lessThan\":\"eb3a04a8516ee9b5174379306f94279fc90424c4\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6.6.23\",\"lessThan\":\"6.6.88\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"fs/overlayfs/super.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.7\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.7\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.88\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.25\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.14.4\",\"lessThanOrEqual\":\"6.14.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.15\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.6.23\",\"versionEndExcluding\":\"6.6.88\",\"matchCriteriaId\":\"F1ECACC5-D719-4DD5-9E3F-A7A06FEF17D6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.12.25\",\"matchCriteriaId\":\"8E59EE65-FA6B-4AE4-8125-26135E28BF35\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.14.4\",\"matchCriteriaId\":\"29FA1A8E-1C2A-4B0B-B397-2C915ECDEDEE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.15:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"8D465631-2980-487A-8E65-40AE2B9F8ED1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.15:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"4C9D071F-B28E-46EC-AC61-22B913390211\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0874b629f65320778e7e3e206177770666d9db18\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/21d2ffb0e9838a175064c22f3a9de97d1f56f27d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b9e3579213ba648fa23f780e8d53e99011c62331\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/eb3a04a8516ee9b5174379306f94279fc90424c4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-06-30T00:08:35+00:00",
      "cve": "CVE-2025-37863",
      "id": "CVE-2025-37863",
      "initial_release_date": "2025-05-09T00:00:00+00:00",
      "product_status:known_affected": "104",
      "product_status:known_not_affected": "170",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: ovl: don\u0027t allow datadir only",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-37863.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-31T00:21:12Z",
      "cve": "CVE-2025-37863",
      "id": "CVE-2025-37863",
      "initial_release_date": "2025-05-10T02:52:45Z",
      "product_status:known_affected": "67",
      "product_status:known_not_affected": "438",
      "product_status:recommended": "78",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2025-37863",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2025-37863.json",
      "version": "13"
    }
  }
}



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…