CVE-2025-38656 (GCVE-0-2025-38656)
Vulnerability from cvelistv5
Published
2025-08-22 16:00
Modified
2025-08-28 14:44
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: Fix error code in iwl_op_mode_dvm_start() Preserve the error code if iwl_setup_deferred_work() fails. The current code returns ERR_PTR(0) (which is NULL) on this path. I believe the missing error code potentially leads to a use after free involving debugfs.
Impacted products
Vendor Product Version
Linux Linux Version: c0e43c3f6c0a79381b468574c241065998412b7c
Version: 70a1b527eaea9430b1bd87de59f3b9f6bd225701
Version: 90a0d9f339960448a3acc1437a46730f975efd6a
Version: c80832d445653baba5ac80cd2c2637c437ac881b
Version: b398120fbe0acfef60b16f6a0f69902d385d7728
Version: 2e9f85ee3b46453a2f250a57d3a9f10c70c71202
Version: 6663c52608d8d8727bf1911e6d9218069ba1c85e
Version: ca980f1911a7144d451d1c31298ab8507c6bd88f
Version: 7dd6350307af6521b6240b295c93b7eec4daebe6
Create a notification for this product.
   Linux Linux Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/wireless/intel/iwlwifi/dvm/main.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "991e2066f6009d3cb898413058c62dbcc92bd6d2",
              "status": "affected",
              "version": "c0e43c3f6c0a79381b468574c241065998412b7c",
              "versionType": "git"
            },
            {
              "lessThan": "1d068272c21d886d06526454b68368100ba0a720",
              "status": "affected",
              "version": "70a1b527eaea9430b1bd87de59f3b9f6bd225701",
              "versionType": "git"
            },
            {
              "lessThan": "cf80c02a9fdb6c5bc8508beb6a0f6a1294fc32f6",
              "status": "affected",
              "version": "90a0d9f339960448a3acc1437a46730f975efd6a",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "c80832d445653baba5ac80cd2c2637c437ac881b",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "b398120fbe0acfef60b16f6a0f69902d385d7728",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "2e9f85ee3b46453a2f250a57d3a9f10c70c71202",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "6663c52608d8d8727bf1911e6d9218069ba1c85e",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "ca980f1911a7144d451d1c31298ab8507c6bd88f",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "7dd6350307af6521b6240b295c93b7eec4daebe6",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/wireless/intel/iwlwifi/dvm/main.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux"
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "5.4.297",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "5.10.241",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "5.15.190",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.1.148",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.6.102",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.12.42",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: iwlwifi: Fix error code in iwl_op_mode_dvm_start()\n\nPreserve the error code if iwl_setup_deferred_work() fails.  The current\ncode returns ERR_PTR(0) (which is NULL) on this path.  I believe the\nmissing error code potentially leads to a use after free involving\ndebugfs."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-08-28T14:44:29.601Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/991e2066f6009d3cb898413058c62dbcc92bd6d2"
        },
        {
          "url": "https://git.kernel.org/stable/c/1d068272c21d886d06526454b68368100ba0a720"
        },
        {
          "url": "https://git.kernel.org/stable/c/cf80c02a9fdb6c5bc8508beb6a0f6a1294fc32f6"
        }
      ],
      "title": "wifi: iwlwifi: Fix error code in iwl_op_mode_dvm_start()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2025-38656",
    "datePublished": "2025-08-22T16:00:59.678Z",
    "dateReserved": "2025-04-16T04:51:24.030Z",
    "dateUpdated": "2025-08-28T14:44:29.601Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2025-38656\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-08-22T16:15:40.633\",\"lastModified\":\"2025-08-22T18:08:51.663\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nwifi: iwlwifi: Fix error code in iwl_op_mode_dvm_start()\\n\\nPreserve the error code if iwl_setup_deferred_work() fails.  The current\\ncode returns ERR_PTR(0) (which is NULL) on this path.  I believe the\\nmissing error code potentially leads to a use after free involving\\ndebugfs.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1d068272c21d886d06526454b68368100ba0a720\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/991e2066f6009d3cb898413058c62dbcc92bd6d2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/cf80c02a9fdb6c5bc8508beb6a0f6a1294fc32f6\",\"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…