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

CVE-2022-50468 (GCVE-0-2022-50468)

Vulnerability from cvelistv5 – Published: 2025-10-01 11:45 – Updated: 2026-05-11 19:20
VLAI
Title
platform/chrome: cros_usbpd_notify: Fix error handling in cros_usbpd_notify_init()
Summary
In the Linux kernel, the following vulnerability has been resolved: platform/chrome: cros_usbpd_notify: Fix error handling in cros_usbpd_notify_init() The following WARNING message was given when rmmod cros_usbpd_notify: Unexpected driver unregister! WARNING: CPU: 0 PID: 253 at drivers/base/driver.c:270 driver_unregister+0x8a/0xb0 Modules linked in: cros_usbpd_notify(-) CPU: 0 PID: 253 Comm: rmmod Not tainted 6.1.0-rc3 #24 ... Call Trace: <TASK> cros_usbpd_notify_exit+0x11/0x1e [cros_usbpd_notify] __x64_sys_delete_module+0x3c7/0x570 ? __ia32_sys_delete_module+0x570/0x570 ? lock_is_held_type+0xe3/0x140 ? syscall_enter_from_user_mode+0x17/0x50 ? rcu_read_lock_sched_held+0xa0/0xd0 ? syscall_enter_from_user_mode+0x1c/0x50 do_syscall_64+0x37/0x90 entry_SYSCALL_64_after_hwframe+0x63/0xcd RIP: 0033:0x7f333fe9b1b7 The reason is that the cros_usbpd_notify_init() does not check the return value of platform_driver_register(), and the cros_usbpd_notify can install successfully even if platform_driver_register() failed. Fix by checking the return value of platform_driver_register() and unregister cros_usbpd_notify_plat_driver when it failed.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: ec2daf6e33f9f9113ba085b6ff88592907b6f1ce , < 5c0cacdd354987f8f5348d16908716f154047890 (git)
Affected: ec2daf6e33f9f9113ba085b6ff88592907b6f1ce , < cab345f9d51943898e406275f9607c145adb1877 (git)
Affected: ec2daf6e33f9f9113ba085b6ff88592907b6f1ce , < 7b6ee54995739202b4a0cc01b7e9269f761c573d (git)
Affected: ec2daf6e33f9f9113ba085b6ff88592907b6f1ce , < 751f12696d797e785d2611099fe9f0569d47556e (git)
Affected: ec2daf6e33f9f9113ba085b6ff88592907b6f1ce , < 5a2d96623670155d94aca72c320c0ac27bdc6bd2 (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.7
Unaffected: 0 , < 5.7 (semver)
Unaffected: 5.10.163 , ≤ 5.10.* (semver)
Unaffected: 5.15.86 , ≤ 5.15.* (semver)
Unaffected: 6.0.16 , ≤ 6.0.* (semver)
Unaffected: 6.1.2 , ≤ 6.1.* (semver)
Unaffected: 6.2 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/platform/chrome/cros_usbpd_notify.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "5c0cacdd354987f8f5348d16908716f154047890",
              "status": "affected",
              "version": "ec2daf6e33f9f9113ba085b6ff88592907b6f1ce",
              "versionType": "git"
            },
            {
              "lessThan": "cab345f9d51943898e406275f9607c145adb1877",
              "status": "affected",
              "version": "ec2daf6e33f9f9113ba085b6ff88592907b6f1ce",
              "versionType": "git"
            },
            {
              "lessThan": "7b6ee54995739202b4a0cc01b7e9269f761c573d",
              "status": "affected",
              "version": "ec2daf6e33f9f9113ba085b6ff88592907b6f1ce",
              "versionType": "git"
            },
            {
              "lessThan": "751f12696d797e785d2611099fe9f0569d47556e",
              "status": "affected",
              "version": "ec2daf6e33f9f9113ba085b6ff88592907b6f1ce",
              "versionType": "git"
            },
            {
              "lessThan": "5a2d96623670155d94aca72c320c0ac27bdc6bd2",
              "status": "affected",
              "version": "ec2daf6e33f9f9113ba085b6ff88592907b6f1ce",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/platform/chrome/cros_usbpd_notify.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.7"
            },
            {
              "lessThan": "5.7",
              "status": "unaffected",
              "version": "0",
              "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": "5.10.163",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.86",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.0.16",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.2",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.2",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nplatform/chrome: cros_usbpd_notify: Fix error handling in cros_usbpd_notify_init()\n\nThe following WARNING message was given when rmmod cros_usbpd_notify:\n\n Unexpected driver unregister!\n WARNING: CPU: 0 PID: 253 at drivers/base/driver.c:270 driver_unregister+0x8a/0xb0\n Modules linked in: cros_usbpd_notify(-)\n CPU: 0 PID: 253 Comm: rmmod Not tainted 6.1.0-rc3 #24\n ...\n Call Trace:\n  \u003cTASK\u003e\n  cros_usbpd_notify_exit+0x11/0x1e [cros_usbpd_notify]\n  __x64_sys_delete_module+0x3c7/0x570\n  ? __ia32_sys_delete_module+0x570/0x570\n  ? lock_is_held_type+0xe3/0x140\n  ? syscall_enter_from_user_mode+0x17/0x50\n  ? rcu_read_lock_sched_held+0xa0/0xd0\n  ? syscall_enter_from_user_mode+0x1c/0x50\n  do_syscall_64+0x37/0x90\n  entry_SYSCALL_64_after_hwframe+0x63/0xcd\n RIP: 0033:0x7f333fe9b1b7\n\nThe reason is that the cros_usbpd_notify_init() does not check the return\nvalue of platform_driver_register(), and the cros_usbpd_notify can\ninstall successfully even if platform_driver_register() failed.\n\nFix by checking the return value of platform_driver_register() and\nunregister cros_usbpd_notify_plat_driver when it failed."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-11T19:20:04.497Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/5c0cacdd354987f8f5348d16908716f154047890"
        },
        {
          "url": "https://git.kernel.org/stable/c/cab345f9d51943898e406275f9607c145adb1877"
        },
        {
          "url": "https://git.kernel.org/stable/c/7b6ee54995739202b4a0cc01b7e9269f761c573d"
        },
        {
          "url": "https://git.kernel.org/stable/c/751f12696d797e785d2611099fe9f0569d47556e"
        },
        {
          "url": "https://git.kernel.org/stable/c/5a2d96623670155d94aca72c320c0ac27bdc6bd2"
        }
      ],
      "title": "platform/chrome: cros_usbpd_notify: Fix error handling in cros_usbpd_notify_init()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2022-50468",
    "datePublished": "2025-10-01T11:45:38.881Z",
    "dateReserved": "2025-10-01T11:38:45.642Z",
    "dateUpdated": "2026-05-11T19:20:04.497Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2022-50468",
      "date": "2026-09-14",
      "epss": "0.00155",
      "percentile": "0.05022"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2022-50468\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-10-01T12:15:40.603\",\"lastModified\":\"2026-06-17T05:23:36.857\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nplatform/chrome: cros_usbpd_notify: Fix error handling in cros_usbpd_notify_init()\\n\\nThe following WARNING message was given when rmmod cros_usbpd_notify:\\n\\n Unexpected driver unregister!\\n WARNING: CPU: 0 PID: 253 at drivers/base/driver.c:270 driver_unregister+0x8a/0xb0\\n Modules linked in: cros_usbpd_notify(-)\\n CPU: 0 PID: 253 Comm: rmmod Not tainted 6.1.0-rc3 #24\\n ...\\n Call Trace:\\n  \u003cTASK\u003e\\n  cros_usbpd_notify_exit+0x11/0x1e [cros_usbpd_notify]\\n  __x64_sys_delete_module+0x3c7/0x570\\n  ? __ia32_sys_delete_module+0x570/0x570\\n  ? lock_is_held_type+0xe3/0x140\\n  ? syscall_enter_from_user_mode+0x17/0x50\\n  ? rcu_read_lock_sched_held+0xa0/0xd0\\n  ? syscall_enter_from_user_mode+0x1c/0x50\\n  do_syscall_64+0x37/0x90\\n  entry_SYSCALL_64_after_hwframe+0x63/0xcd\\n RIP: 0033:0x7f333fe9b1b7\\n\\nThe reason is that the cros_usbpd_notify_init() does not check the return\\nvalue of platform_driver_register(), and the cros_usbpd_notify can\\ninstall successfully even if platform_driver_register() failed.\\n\\nFix by checking the return value of platform_driver_register() and\\nunregister cros_usbpd_notify_plat_driver when it failed.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/platform/chrome/cros_usbpd_notify.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"ec2daf6e33f9f9113ba085b6ff88592907b6f1ce\",\"lessThan\":\"5c0cacdd354987f8f5348d16908716f154047890\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ec2daf6e33f9f9113ba085b6ff88592907b6f1ce\",\"lessThan\":\"cab345f9d51943898e406275f9607c145adb1877\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ec2daf6e33f9f9113ba085b6ff88592907b6f1ce\",\"lessThan\":\"7b6ee54995739202b4a0cc01b7e9269f761c573d\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ec2daf6e33f9f9113ba085b6ff88592907b6f1ce\",\"lessThan\":\"751f12696d797e785d2611099fe9f0569d47556e\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ec2daf6e33f9f9113ba085b6ff88592907b6f1ce\",\"lessThan\":\"5a2d96623670155d94aca72c320c0ac27bdc6bd2\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/platform/chrome/cros_usbpd_notify.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.7\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.7\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.163\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.86\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.0.16\",\"lessThanOrEqual\":\"6.0.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.2\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.2\",\"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\":\"5.7\",\"versionEndExcluding\":\"5.10.163\",\"matchCriteriaId\":\"C2144766-88CD-4F79-AAAE-9C29F249ABF8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.11\",\"versionEndExcluding\":\"5.15.86\",\"matchCriteriaId\":\"47237296-55D1-4ED4-8075-D00FC85A61EE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.0.16\",\"matchCriteriaId\":\"C720A569-3D93-4D77-95F6-E2B3A3267D9F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.1\",\"versionEndExcluding\":\"6.1.2\",\"matchCriteriaId\":\"77239F4B-6BB2-4B9E-A654-36A52396116C\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/5a2d96623670155d94aca72c320c0ac27bdc6bd2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/5c0cacdd354987f8f5348d16908716f154047890\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/751f12696d797e785d2611099fe9f0569d47556e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/7b6ee54995739202b4a0cc01b7e9269f761c573d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/cab345f9d51943898e406275f9607c145adb1877\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-06-29T21:50:44+00:00",
      "cve": "CVE-2022-50468",
      "id": "CVE-2022-50468",
      "initial_release_date": "2022-01-01T00:00:00+00:00",
      "product_status:fixed": "280",
      "product_status:known_affected": "22",
      "product_status:known_not_affected": "174",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: platform/chrome: cros_usbpd_notify: Fix error handling in cros_usbpd_notify_init()",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2022/cve-2022-50468.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-06T17:06:58Z",
      "cve": "CVE-2022-50468",
      "id": "CVE-2022-50468",
      "initial_release_date": "2025-10-03T00:02:51Z",
      "product_status:known_affected": "344",
      "product_status:known_not_affected": "395",
      "product_status:recommended": "206",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2022-50468",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2022-50468.json",
      "version": "31"
    }
  }
}



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…

Loading…