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

CVE-2022-49944 (GCVE-0-2022-49944)

Vulnerability from cvelistv5 – Published: 2025-06-18 10:59 – Updated: 2026-08-05 08:56
VLAI
Title
Revert "usb: typec: ucsi: add a common function ucsi_unregister_connectors()"
Summary
In the Linux kernel, the following vulnerability has been resolved: Revert "usb: typec: ucsi: add a common function ucsi_unregister_connectors()" The recent commit 87d0e2f41b8c ("usb: typec: ucsi: add a common function ucsi_unregister_connectors()") introduced a regression that caused NULL dereference at reading the power supply sysfs. It's a stale sysfs entry that should have been removed but remains with NULL ops. The commit changed the error handling to skip the entries after a NULL con->wq, and this leaves the power device unreleased. For addressing the regression, the straight revert is applied here. Further code improvements can be done from the scratch again.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 87d0e2f41b8cc2018499be4e8003fa8c09b6f2fb , < 3d4044c9e6d2e3f11f1f8b5e0ee8647d3eb1afad (git)
Affected: 87d0e2f41b8cc2018499be4e8003fa8c09b6f2fb , < 5f73aa2cf8bef4a39baa1591c3144ede4788826e (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.19
Unaffected: 0 , < 5.19 (semver)
Unaffected: 5.19.8 , ≤ 5.19.* (semver)
Unaffected: 6.0 , ≤ * (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/usb/typec/ucsi/ucsi.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "3d4044c9e6d2e3f11f1f8b5e0ee8647d3eb1afad",
              "status": "affected",
              "version": "87d0e2f41b8cc2018499be4e8003fa8c09b6f2fb",
              "versionType": "git"
            },
            {
              "lessThan": "5f73aa2cf8bef4a39baa1591c3144ede4788826e",
              "status": "affected",
              "version": "87d0e2f41b8cc2018499be4e8003fa8c09b6f2fb",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/usb/typec/ucsi/ucsi.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.19"
            },
            {
              "lessThan": "5.19",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.19.*",
              "status": "unaffected",
              "version": "5.19.8",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.0",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.19.8",
                  "versionStartIncluding": "5.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.0",
                  "versionStartIncluding": "5.19",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nRevert \"usb: typec: ucsi: add a common function ucsi_unregister_connectors()\"\n\nThe recent commit 87d0e2f41b8c (\"usb: typec: ucsi: add a common\nfunction ucsi_unregister_connectors()\") introduced a regression that\ncaused NULL dereference at reading the power supply sysfs.  It\u0027s a\nstale sysfs entry that should have been removed but remains with NULL\nops.  The commit changed the error handling to skip the entries after\na NULL con-\u003ewq, and this leaves the power device unreleased.\n\nFor addressing the regression, the straight revert is applied here.\nFurther code improvements can be done from the scratch again."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The bug is triggered by reading the leftover UCSI power-supply sysfs attributes under /sys/class/power_supply/ after a failed connector registration path; that is local sysfs access, not network packet processing or a physical USB plug-in attack.\nAC:L - On affected UCSI systems the failed ucsi_register_altmodes() path deterministically leaves a dangling psy with freed desc, and any subsequent world-readable sysfs read reliably exercises the UAF with no attacker-uncontrollable race.\nPR:L - Power-supply property sysfs attributes are mode 0444 (S_IRUSR|S_IRGRP|S_IROTH), so an unprivileged local user can open and read them without capabilities or init-namespace root.\nUI:N - The attacker only needs to read the stale power-supply sysfs node themselves; no separate victim mount, click, or confirmation is required.\nS:U - Impact stays inside the host kernel UCSI/power_supply authority and does not cross a VM, IOMMU, or other security boundary.\nC:H - ucsi_unregister_connectors() kfree\u0027s the connector array while the still-registered psy-\u003edesc and drv_data point into that freed object, yielding a heap UAF that can be reclaimed and leveraged for arbitrary kernel read.\nI:H - The freed embedded power_supply_desc contains the get_property function pointer invoked on every sysfs property read, giving a classic UAF control-flow/write primitive once the slab object is groomed.\nA:H - The same dangling desc path was observed as a kernel NULL-dereference oops when reading power-supply sysfs, which is a high availability impact (oops/panic under panic_on_oops)."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T08:56:49.285Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/3d4044c9e6d2e3f11f1f8b5e0ee8647d3eb1afad"
        },
        {
          "url": "https://git.kernel.org/stable/c/5f73aa2cf8bef4a39baa1591c3144ede4788826e"
        }
      ],
      "title": "Revert \"usb: typec: ucsi: add a common function ucsi_unregister_connectors()\"",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2022-49944",
    "datePublished": "2025-06-18T10:59:59.319Z",
    "dateReserved": "2025-06-18T10:57:27.381Z",
    "dateUpdated": "2026-08-05T08:56:49.285Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2022-49944",
      "date": "2026-09-15",
      "epss": "0.002",
      "percentile": "0.10009"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2022-49944\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-06-18T11:15:21.377\",\"lastModified\":\"2026-08-04T10:18:00.450\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nRevert \\\"usb: typec: ucsi: add a common function ucsi_unregister_connectors()\\\"\\n\\nThe recent commit 87d0e2f41b8c (\\\"usb: typec: ucsi: add a common\\nfunction ucsi_unregister_connectors()\\\") introduced a regression that\\ncaused NULL dereference at reading the power supply sysfs.  It\u0027s a\\nstale sysfs entry that should have been removed but remains with NULL\\nops.  The commit changed the error handling to skip the entries after\\na NULL con-\u003ewq, and this leaves the power device unreleased.\\n\\nFor addressing the regression, the straight revert is applied here.\\nFurther code improvements can be done from the scratch again.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: Revertir \\\"usb: typec: ucsi: a\u00f1adir una funci\u00f3n com\u00fan ucsi_unregister_connectors()\\\". La reciente confirmaci\u00f3n 87d0e2f41b8c (\\\"usb: typec: ucsi: a\u00f1adir una funci\u00f3n com\u00fan ucsi_unregister_connectors()\\\") introdujo una regresi\u00f3n que provocaba una desreferencia nula al leer el archivo sysfs de la fuente de alimentaci\u00f3n. Se trata de una entrada obsoleta del archivo sysfs que deber\u00eda haberse eliminado, pero que permanece con operaciones nulas. el commit modific\u00f3 la gesti\u00f3n de errores para omitir las entradas despu\u00e9s de un comando con-\u0026gt;wq nulo, lo que deja el dispositivo de alimentaci\u00f3n sin liberar. Para solucionar la regresi\u00f3n, se aplica la reversi\u00f3n directa. Se pueden realizar mejoras de c\u00f3digo desde cero.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/usb/typec/ucsi/ucsi.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"87d0e2f41b8cc2018499be4e8003fa8c09b6f2fb\",\"lessThan\":\"3d4044c9e6d2e3f11f1f8b5e0ee8647d3eb1afad\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"87d0e2f41b8cc2018499be4e8003fa8c09b6f2fb\",\"lessThan\":\"5f73aa2cf8bef4a39baa1591c3144ede4788826e\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/usb/typec/ucsi/ucsi.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.19\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.19\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.19.8\",\"lessThanOrEqual\":\"5.19.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.0\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9},{\"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\":\"CWE-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.19\",\"versionEndExcluding\":\"5.19.8\",\"matchCriteriaId\":\"9E795B3E-4D62-43FD-B109-481E9CF5C069\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"E8BD11A3-8643-49B6-BADE-5029A0117325\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.0:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"5F0AD220-F6A9-4012-8636-155F1B841FAD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.0:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"A46498B3-78E1-4623-AAE1-94D29A42BE4E\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/3d4044c9e6d2e3f11f1f8b5e0ee8647d3eb1afad\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/5f73aa2cf8bef4a39baa1591c3144ede4788826e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-04T19:42:17+00:00",
      "cve": "CVE-2022-49944",
      "id": "CVE-2022-49944",
      "initial_release_date": "2022-01-01T00:00:00+00:00",
      "product_status:fixed": "487",
      "product_status:known_affected": "22",
      "product_status:known_not_affected": "134",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: Revert \"usb: typec: ucsi: add a common function ucsi_unregister_connectors()\"",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2022/cve-2022-49944.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-11T16:52:37Z",
      "cve": "CVE-2022-49944",
      "id": "CVE-2022-49944",
      "initial_release_date": "2025-06-19T03:45:56Z",
      "product_status:known_affected": "369",
      "product_status:known_not_affected": "445",
      "product_status:recommended": "139",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2022-49944",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2022-49944.json",
      "version": "34"
    }
  }
}



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…