CVE-2025-38736 (GCVE-0-2025-38736)
Vulnerability from cvelistv5
Published
2025-09-05 17:20
Modified
2025-11-03 17:42
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: net: usb: asix_devices: Fix PHY address mask in MDIO bus initialization Syzbot reported shift-out-of-bounds exception on MDIO bus initialization. The PHY address should be masked to 5 bits (0-31). Without this mask, invalid PHY addresses could be used, potentially causing issues with MDIO bus operations. Fix this by masking the PHY address with 0x1f (31 decimal) to ensure it stays within the valid range.
Impacted products
Vendor Product Version
Linux Linux Version: 75947d3200de98a9ded9ad8972e02f1a177097fe
Version: 59ed6fbdb1bc03316e09493ffde7066f031c7524
Version: ccef5ee4adf56472aa26bdd1f821a6d0cd06089a
Version: ee2cd40b0bb46056949a2319084a729d95389386
Version: ad1f8313aeec0115f9978bd2d002ef4a8d96c773
Version: 4faff70959d51078f9ee8372f8cff0d7045e4114
Version: a754ab53993b1585132e871c5d811167ad3c52ff
Create a notification for this product.
   Linux Linux Version: 6.12.43   
Version: 6.16.2   
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2025-11-03T17:42:06.126Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "url": "https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/usb/asix_devices.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "fcb4ce9f729c1d08e53abf9d449340e24c3edee6",
              "status": "affected",
              "version": "75947d3200de98a9ded9ad8972e02f1a177097fe",
              "versionType": "git"
            },
            {
              "lessThan": "8f141f2a4f2ef8ca865d5921574c3d6535e00a49",
              "status": "affected",
              "version": "59ed6fbdb1bc03316e09493ffde7066f031c7524",
              "versionType": "git"
            },
            {
              "lessThan": "748da80831221ae24b4bc8d7ffb22acd5712a341",
              "status": "affected",
              "version": "ccef5ee4adf56472aa26bdd1f821a6d0cd06089a",
              "versionType": "git"
            },
            {
              "lessThan": "22042ffedd8c2c6db08ccdd6d4273068eddd3c5c",
              "status": "affected",
              "version": "ee2cd40b0bb46056949a2319084a729d95389386",
              "versionType": "git"
            },
            {
              "lessThan": "523eab02fce458fa6d3c51de5bb055800986953e",
              "status": "affected",
              "version": "ad1f8313aeec0115f9978bd2d002ef4a8d96c773",
              "versionType": "git"
            },
            {
              "lessThan": "24ef2f53c07f273bad99173e27ee88d44d135b1c",
              "status": "affected",
              "version": "4faff70959d51078f9ee8372f8cff0d7045e4114",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "a754ab53993b1585132e871c5d811167ad3c52ff",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/usb/asix_devices.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "6.12.44",
              "status": "affected",
              "version": "6.12.43",
              "versionType": "semver"
            },
            {
              "lessThan": "6.16.4",
              "status": "affected",
              "version": "6.16.2",
              "versionType": "semver"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.44",
                  "versionStartIncluding": "6.12.43",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.16.4",
                  "versionStartIncluding": "6.16.2",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.15.11",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: usb: asix_devices: Fix PHY address mask in MDIO bus initialization\n\nSyzbot reported shift-out-of-bounds exception on MDIO bus initialization.\n\nThe PHY address should be masked to 5 bits (0-31). Without this\nmask, invalid PHY addresses could be used, potentially causing issues\nwith MDIO bus operations.\n\nFix this by masking the PHY address with 0x1f (31 decimal) to ensure\nit stays within the valid range."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-09-29T05:57:05.681Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/fcb4ce9f729c1d08e53abf9d449340e24c3edee6"
        },
        {
          "url": "https://git.kernel.org/stable/c/8f141f2a4f2ef8ca865d5921574c3d6535e00a49"
        },
        {
          "url": "https://git.kernel.org/stable/c/748da80831221ae24b4bc8d7ffb22acd5712a341"
        },
        {
          "url": "https://git.kernel.org/stable/c/22042ffedd8c2c6db08ccdd6d4273068eddd3c5c"
        },
        {
          "url": "https://git.kernel.org/stable/c/523eab02fce458fa6d3c51de5bb055800986953e"
        },
        {
          "url": "https://git.kernel.org/stable/c/24ef2f53c07f273bad99173e27ee88d44d135b1c"
        }
      ],
      "title": "net: usb: asix_devices: Fix PHY address mask in MDIO bus initialization",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2025-38736",
    "datePublished": "2025-09-05T17:20:36.546Z",
    "dateReserved": "2025-04-16T04:51:24.034Z",
    "dateUpdated": "2025-11-03T17:42:06.126Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2025-38736\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-09-05T18:15:42.953\",\"lastModified\":\"2025-11-03T18:16:38.383\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet: usb: asix_devices: Fix PHY address mask in MDIO bus initialization\\n\\nSyzbot reported shift-out-of-bounds exception on MDIO bus initialization.\\n\\nThe PHY address should be masked to 5 bits (0-31). Without this\\nmask, invalid PHY addresses could be used, potentially causing issues\\nwith MDIO bus operations.\\n\\nFix this by masking the PHY address with 0x1f (31 decimal) to ensure\\nit stays within the valid range.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/22042ffedd8c2c6db08ccdd6d4273068eddd3c5c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/24ef2f53c07f273bad99173e27ee88d44d135b1c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/523eab02fce458fa6d3c51de5bb055800986953e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/748da80831221ae24b4bc8d7ffb22acd5712a341\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8f141f2a4f2ef8ca865d5921574c3d6535e00a49\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/fcb4ce9f729c1d08e53abf9d449340e24c3edee6\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}"
  }
}


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.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • 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…