CVE-2025-22076 (GCVE-0-2025-22076)
Vulnerability from cvelistv5
Published
2025-04-16 14:12
Modified
2025-05-26 05:17
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: exfat: fix missing shutdown check xfstests generic/730 test failed because after deleting the device that still had dirty data, the file could still be read without returning an error. The reason is the missing shutdown check in ->read_iter. I also noticed that shutdown checks were missing from ->write_iter, ->splice_read, and ->mmap. This commit adds shutdown checks to all of them.
Impacted products
Vendor Product Version
Linux Linux Version: f761fcdd289d07e8547fef7ac76c3760fc7803f2
Version: f761fcdd289d07e8547fef7ac76c3760fc7803f2
Version: f761fcdd289d07e8547fef7ac76c3760fc7803f2
Version: f761fcdd289d07e8547fef7ac76c3760fc7803f2
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/exfat/file.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "4a9595eb024b8319957c178be3cdeed613ac0795",
              "status": "affected",
              "version": "f761fcdd289d07e8547fef7ac76c3760fc7803f2",
              "versionType": "git"
            },
            {
              "lessThan": "e41e33eb795cb9c1ead6ac627d8710546fac6e81",
              "status": "affected",
              "version": "f761fcdd289d07e8547fef7ac76c3760fc7803f2",
              "versionType": "git"
            },
            {
              "lessThan": "539147585ca453db6e3d7a5cf3b9c9690513762d",
              "status": "affected",
              "version": "f761fcdd289d07e8547fef7ac76c3760fc7803f2",
              "versionType": "git"
            },
            {
              "lessThan": "47e35366bc6fa3cf189a8305bce63992495f3efa",
              "status": "affected",
              "version": "f761fcdd289d07e8547fef7ac76c3760fc7803f2",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/exfat/file.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.12"
            },
            {
              "lessThan": "6.12",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.23",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.13.*",
              "status": "unaffected",
              "version": "6.13.11",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.14.*",
              "status": "unaffected",
              "version": "6.14.2",
              "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.12.23",
                  "versionStartIncluding": "6.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.13.11",
                  "versionStartIncluding": "6.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.14.2",
                  "versionStartIncluding": "6.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.15",
                  "versionStartIncluding": "6.12",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nexfat: fix missing shutdown check\n\nxfstests generic/730 test failed because after deleting the device\nthat still had dirty data, the file could still be read without\nreturning an error. The reason is the missing shutdown check in\n-\u003eread_iter.\n\nI also noticed that shutdown checks were missing from -\u003ewrite_iter,\n-\u003esplice_read, and -\u003emmap. This commit adds shutdown checks to all\nof them."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-05-26T05:17:57.120Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/4a9595eb024b8319957c178be3cdeed613ac0795"
        },
        {
          "url": "https://git.kernel.org/stable/c/e41e33eb795cb9c1ead6ac627d8710546fac6e81"
        },
        {
          "url": "https://git.kernel.org/stable/c/539147585ca453db6e3d7a5cf3b9c9690513762d"
        },
        {
          "url": "https://git.kernel.org/stable/c/47e35366bc6fa3cf189a8305bce63992495f3efa"
        }
      ],
      "title": "exfat: fix missing shutdown check",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2025-22076",
    "datePublished": "2025-04-16T14:12:27.214Z",
    "dateReserved": "2024-12-29T08:45:45.815Z",
    "dateUpdated": "2025-05-26T05:17:57.120Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2025-22076\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-04-16T15:16:01.813\",\"lastModified\":\"2025-04-17T20:22:16.240\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nexfat: fix missing shutdown check\\n\\nxfstests generic/730 test failed because after deleting the device\\nthat still had dirty data, the file could still be read without\\nreturning an error. The reason is the missing shutdown check in\\n-\u003eread_iter.\\n\\nI also noticed that shutdown checks were missing from -\u003ewrite_iter,\\n-\u003esplice_read, and -\u003emmap. This commit adds shutdown checks to all\\nof them.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: exfat: se corrige la falta de comprobaci\u00f3n de apagado. La prueba gen\u00e9rica/730 de xfstests fall\u00f3 porque, tras eliminar el dispositivo que a\u00fan conten\u00eda datos corruptos, el archivo a\u00fan se pod\u00eda leer sin devolver un error. El motivo es la falta de comprobaci\u00f3n de apagado en -\u0026gt;read_iter. Tambi\u00e9n observ\u00e9 que faltaban comprobaciones de apagado en -\u0026gt;write_iter, -\u0026gt;splice_read y -\u0026gt;mmap. Esta confirmaci\u00f3n a\u00f1ade comprobaciones de apagado a todas ellas.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/47e35366bc6fa3cf189a8305bce63992495f3efa\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/4a9595eb024b8319957c178be3cdeed613ac0795\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/539147585ca453db6e3d7a5cf3b9c9690513762d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e41e33eb795cb9c1ead6ac627d8710546fac6e81\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…