CVE-2022-50545 (GCVE-0-2022-50545)
Vulnerability from cvelistv5
Published
2025-10-07 15:21
Modified
2025-10-07 15:21
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: r6040: Fix kmemleak in probe and remove There is a memory leaks reported by kmemleak: unreferenced object 0xffff888116111000 (size 2048): comm "modprobe", pid 817, jiffies 4294759745 (age 76.502s) hex dump (first 32 bytes): 00 c4 0a 04 81 88 ff ff 08 10 11 16 81 88 ff ff ................ 08 10 11 16 81 88 ff ff 00 00 00 00 00 00 00 00 ................ backtrace: [<ffffffff815bcd82>] kmalloc_trace+0x22/0x60 [<ffffffff827e20ee>] phy_device_create+0x4e/0x90 [<ffffffff827e6072>] get_phy_device+0xd2/0x220 [<ffffffff827e7844>] mdiobus_scan+0xa4/0x2e0 [<ffffffff827e8be2>] __mdiobus_register+0x482/0x8b0 [<ffffffffa01f5d24>] r6040_init_one+0x714/0xd2c [r6040] ... The problem occurs in probe process as follows: r6040_init_one: mdiobus_register mdiobus_scan <- alloc and register phy_device, the reference count of phy_device is 3 r6040_mii_probe phy_connect <- connect to the first phy_device, so the reference count of the first phy_device is 4, others are 3 register_netdev <- fault inject succeeded, goto error handling path // error handling path err_out_mdio_unregister: mdiobus_unregister(lp->mii_bus); err_out_mdio: mdiobus_free(lp->mii_bus); <- the reference count of the first phy_device is 1, it is not released and other phy_devices are released // similarly, the remove process also has the same problem The root cause is traced to the phy_device is not disconnected when removes one r6040 device in r6040_remove_one() or on error handling path after r6040_mii probed successfully. In r6040_mii_probe(), a net ethernet device is connected to the first PHY device of mii_bus, in order to notify the connected driver when the link status changes, which is the default behavior of the PHY infrastructure to handle everything. Therefore the phy_device should be disconnected when removes one r6040 device or on error handling path. Fix it by adding phy_disconnect() when removes one r6040 device or on error handling path after r6040_mii probed successfully.
Impacted products
Vendor Product Version
Linux Linux Version: 3831861b4ad8fd0ad7110048eb3e155628799d2b
Version: 3831861b4ad8fd0ad7110048eb3e155628799d2b
Version: 3831861b4ad8fd0ad7110048eb3e155628799d2b
Version: 3831861b4ad8fd0ad7110048eb3e155628799d2b
Version: 3831861b4ad8fd0ad7110048eb3e155628799d2b
Version: 3831861b4ad8fd0ad7110048eb3e155628799d2b
Version: 3831861b4ad8fd0ad7110048eb3e155628799d2b
Version: 3831861b4ad8fd0ad7110048eb3e155628799d2b
Version: 3831861b4ad8fd0ad7110048eb3e155628799d2b
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/rdc/r6040.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "a04707f4596952049da05756c27398c34d9a1d36",
              "status": "affected",
              "version": "3831861b4ad8fd0ad7110048eb3e155628799d2b",
              "versionType": "git"
            },
            {
              "lessThan": "b4448816e6a565e08236a6009c6bf48c6836cdfd",
              "status": "affected",
              "version": "3831861b4ad8fd0ad7110048eb3e155628799d2b",
              "versionType": "git"
            },
            {
              "lessThan": "2ce242e1b9ad31c1f68496b3548e407a8cb2c07d",
              "status": "affected",
              "version": "3831861b4ad8fd0ad7110048eb3e155628799d2b",
              "versionType": "git"
            },
            {
              "lessThan": "b0a61359026b57a287a48fbb4ba1d097023eca3e",
              "status": "affected",
              "version": "3831861b4ad8fd0ad7110048eb3e155628799d2b",
              "versionType": "git"
            },
            {
              "lessThan": "3d5f83a62e8235d235534b3dc6f197d8a822c269",
              "status": "affected",
              "version": "3831861b4ad8fd0ad7110048eb3e155628799d2b",
              "versionType": "git"
            },
            {
              "lessThan": "9b5b50329e2e966831a7237dd6949e7b5362a49a",
              "status": "affected",
              "version": "3831861b4ad8fd0ad7110048eb3e155628799d2b",
              "versionType": "git"
            },
            {
              "lessThan": "ad2c8f25457ca9a81e7e958148cbc26600ce3071",
              "status": "affected",
              "version": "3831861b4ad8fd0ad7110048eb3e155628799d2b",
              "versionType": "git"
            },
            {
              "lessThan": "5944c25c67de54e0aa53623e1e1af3bf8b16ed44",
              "status": "affected",
              "version": "3831861b4ad8fd0ad7110048eb3e155628799d2b",
              "versionType": "git"
            },
            {
              "lessThan": "7e43039a49c2da45edc1d9d7c9ede4003ab45a5f",
              "status": "affected",
              "version": "3831861b4ad8fd0ad7110048eb3e155628799d2b",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/rdc/r6040.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "2.6.36"
            },
            {
              "lessThan": "2.6.36",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.9.*",
              "status": "unaffected",
              "version": "4.9.337",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.14.*",
              "status": "unaffected",
              "version": "4.14.303",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.270",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.229",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.163",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.86",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.0.*",
              "status": "unaffected",
              "version": "6.0.16",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.2",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.9.337",
                  "versionStartIncluding": "2.6.36",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.14.303",
                  "versionStartIncluding": "2.6.36",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.270",
                  "versionStartIncluding": "2.6.36",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.229",
                  "versionStartIncluding": "2.6.36",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.163",
                  "versionStartIncluding": "2.6.36",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.86",
                  "versionStartIncluding": "2.6.36",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.0.16",
                  "versionStartIncluding": "2.6.36",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.2",
                  "versionStartIncluding": "2.6.36",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.2",
                  "versionStartIncluding": "2.6.36",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nr6040: Fix kmemleak in probe and remove\n\nThere is a memory leaks reported by kmemleak:\n\n  unreferenced object 0xffff888116111000 (size 2048):\n    comm \"modprobe\", pid 817, jiffies 4294759745 (age 76.502s)\n    hex dump (first 32 bytes):\n      00 c4 0a 04 81 88 ff ff 08 10 11 16 81 88 ff ff  ................\n      08 10 11 16 81 88 ff ff 00 00 00 00 00 00 00 00  ................\n    backtrace:\n      [\u003cffffffff815bcd82\u003e] kmalloc_trace+0x22/0x60\n      [\u003cffffffff827e20ee\u003e] phy_device_create+0x4e/0x90\n      [\u003cffffffff827e6072\u003e] get_phy_device+0xd2/0x220\n      [\u003cffffffff827e7844\u003e] mdiobus_scan+0xa4/0x2e0\n      [\u003cffffffff827e8be2\u003e] __mdiobus_register+0x482/0x8b0\n      [\u003cffffffffa01f5d24\u003e] r6040_init_one+0x714/0xd2c [r6040]\n      ...\n\nThe problem occurs in probe process as follows:\n  r6040_init_one:\n    mdiobus_register\n      mdiobus_scan    \u003c- alloc and register phy_device,\n                         the reference count of phy_device is 3\n    r6040_mii_probe\n      phy_connect     \u003c- connect to the first phy_device,\n                         so the reference count of the first\n                         phy_device is 4, others are 3\n    register_netdev   \u003c- fault inject succeeded, goto error handling path\n\n    // error handling path\n    err_out_mdio_unregister:\n      mdiobus_unregister(lp-\u003emii_bus);\n    err_out_mdio:\n      mdiobus_free(lp-\u003emii_bus);    \u003c- the reference count of the first\n                                       phy_device is 1, it is not released\n                                       and other phy_devices are released\n  // similarly, the remove process also has the same problem\n\nThe root cause is traced to the phy_device is not disconnected when\nremoves one r6040 device in r6040_remove_one() or on error handling path\nafter r6040_mii probed successfully. In r6040_mii_probe(), a net ethernet\ndevice is connected to the first PHY device of mii_bus, in order to\nnotify the connected driver when the link status changes, which is the\ndefault behavior of the PHY infrastructure to handle everything.\nTherefore the phy_device should be disconnected when removes one r6040\ndevice or on error handling path.\n\nFix it by adding phy_disconnect() when removes one r6040 device or on\nerror handling path after r6040_mii probed successfully."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-10-07T15:21:09.288Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/a04707f4596952049da05756c27398c34d9a1d36"
        },
        {
          "url": "https://git.kernel.org/stable/c/b4448816e6a565e08236a6009c6bf48c6836cdfd"
        },
        {
          "url": "https://git.kernel.org/stable/c/2ce242e1b9ad31c1f68496b3548e407a8cb2c07d"
        },
        {
          "url": "https://git.kernel.org/stable/c/b0a61359026b57a287a48fbb4ba1d097023eca3e"
        },
        {
          "url": "https://git.kernel.org/stable/c/3d5f83a62e8235d235534b3dc6f197d8a822c269"
        },
        {
          "url": "https://git.kernel.org/stable/c/9b5b50329e2e966831a7237dd6949e7b5362a49a"
        },
        {
          "url": "https://git.kernel.org/stable/c/ad2c8f25457ca9a81e7e958148cbc26600ce3071"
        },
        {
          "url": "https://git.kernel.org/stable/c/5944c25c67de54e0aa53623e1e1af3bf8b16ed44"
        },
        {
          "url": "https://git.kernel.org/stable/c/7e43039a49c2da45edc1d9d7c9ede4003ab45a5f"
        }
      ],
      "title": "r6040: Fix kmemleak in probe and remove",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2022-50545",
    "datePublished": "2025-10-07T15:21:09.288Z",
    "dateReserved": "2025-10-07T15:15:38.667Z",
    "dateUpdated": "2025-10-07T15:21:09.288Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2022-50545\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-10-07T16:15:38.943\",\"lastModified\":\"2025-10-08T19:38:32.610\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nr6040: Fix kmemleak in probe and remove\\n\\nThere is a memory leaks reported by kmemleak:\\n\\n  unreferenced object 0xffff888116111000 (size 2048):\\n    comm \\\"modprobe\\\", pid 817, jiffies 4294759745 (age 76.502s)\\n    hex dump (first 32 bytes):\\n      00 c4 0a 04 81 88 ff ff 08 10 11 16 81 88 ff ff  ................\\n      08 10 11 16 81 88 ff ff 00 00 00 00 00 00 00 00  ................\\n    backtrace:\\n      [\u003cffffffff815bcd82\u003e] kmalloc_trace+0x22/0x60\\n      [\u003cffffffff827e20ee\u003e] phy_device_create+0x4e/0x90\\n      [\u003cffffffff827e6072\u003e] get_phy_device+0xd2/0x220\\n      [\u003cffffffff827e7844\u003e] mdiobus_scan+0xa4/0x2e0\\n      [\u003cffffffff827e8be2\u003e] __mdiobus_register+0x482/0x8b0\\n      [\u003cffffffffa01f5d24\u003e] r6040_init_one+0x714/0xd2c [r6040]\\n      ...\\n\\nThe problem occurs in probe process as follows:\\n  r6040_init_one:\\n    mdiobus_register\\n      mdiobus_scan    \u003c- alloc and register phy_device,\\n                         the reference count of phy_device is 3\\n    r6040_mii_probe\\n      phy_connect     \u003c- connect to the first phy_device,\\n                         so the reference count of the first\\n                         phy_device is 4, others are 3\\n    register_netdev   \u003c- fault inject succeeded, goto error handling path\\n\\n    // error handling path\\n    err_out_mdio_unregister:\\n      mdiobus_unregister(lp-\u003emii_bus);\\n    err_out_mdio:\\n      mdiobus_free(lp-\u003emii_bus);    \u003c- the reference count of the first\\n                                       phy_device is 1, it is not released\\n                                       and other phy_devices are released\\n  // similarly, the remove process also has the same problem\\n\\nThe root cause is traced to the phy_device is not disconnected when\\nremoves one r6040 device in r6040_remove_one() or on error handling path\\nafter r6040_mii probed successfully. In r6040_mii_probe(), a net ethernet\\ndevice is connected to the first PHY device of mii_bus, in order to\\nnotify the connected driver when the link status changes, which is the\\ndefault behavior of the PHY infrastructure to handle everything.\\nTherefore the phy_device should be disconnected when removes one r6040\\ndevice or on error handling path.\\n\\nFix it by adding phy_disconnect() when removes one r6040 device or on\\nerror handling path after r6040_mii probed successfully.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/2ce242e1b9ad31c1f68496b3548e407a8cb2c07d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/3d5f83a62e8235d235534b3dc6f197d8a822c269\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/5944c25c67de54e0aa53623e1e1af3bf8b16ed44\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/7e43039a49c2da45edc1d9d7c9ede4003ab45a5f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/9b5b50329e2e966831a7237dd6949e7b5362a49a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a04707f4596952049da05756c27398c34d9a1d36\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ad2c8f25457ca9a81e7e958148cbc26600ce3071\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b0a61359026b57a287a48fbb4ba1d097023eca3e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b4448816e6a565e08236a6009c6bf48c6836cdfd\",\"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.
  • 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…