PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-80750 Linux CVE debrief

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-09-03T13:06:14.650Z and has not been modified since then. The vulnerability exists in the Linux kernel, specifically in the pmdomain: mediatek component. It has been resolved by fixing the remaining %pOF after of_node_put(). The scpsys_get_bus_protection_legacy() function looks up several legacy bus protection regmaps from device-tree nodes. Two error paths put the device node before checking whether the regmap lookup failed, but still pass that node to dev_err_probe() with %pOF on failure. If of_node_put() drops the last reference, the later %pOF formatting can dereference a freed device node. Evidence is limited, and defenders should verify the provided kernel patches and update Linux kernel to the latest version. Linux kernel developers and maintainers, as well as users of Linux-based systems, should review and apply the provided kernel patches to fix the vulnerability.

Vendor
Linux
Product
Unknown
CVSS
HIGH 8.4
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-03
Original CVE updated
2026-09-04
Advisory published
2026-09-03
Advisory updated
2026-09-04

Who should care

Linux kernel developers and maintainers, as well as users of Linux-based systems, should review and apply the provided kernel patches to fix the vulnerability. They should also update Linux kernel to the latest version and monitor system logs for potential exploitation attempts. Additionally, they should review compensating controls for exposed systems while remediation is scheduled and verified.

Technical summary

The vulnerability exists in the Linux kernel, specifically in the pmdomain: mediatek component. It has been resolved by fixing the remaining %pOF after of_node_put(). The scpsys_get_bus_protection_legacy() function looks up several legacy bus protection regmaps from device-tree nodes. Two error paths put the device node before checking whether the regmap lookup failed, but still pass that node to dev_err_probe() with %pOF on failure. If of_node_put() drops the last reference, the later %pOF formatting can dereference a freed device node.

Defensive priority

Linux kernel vulnerability with high CVSS score of 8.4, requiring immediate attention.

Recommended defensive actions

  • Review and apply the provided kernel patches to fix the vulnerability
  • Update Linux kernel to the latest version
  • Monitor system logs for potential exploitation attempts
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The vulnerability exists in the Linux kernel, specifically in the pmdomain: mediatek component. It has been resolved by fixing the remaining %pOF after of_node_put(). The scpsys_get_bus_protection_legacy() function looks up several legacy bus protection regmaps from device-tree nodes. Two error paths put the device node before checking whether the regmap lookup failed, but still pass that node to dev_err_probe() with %pOF on failure. If of_node_put() drops the last reference, the later %pOF formatting can dereference a freed device node. Evidence is limited, and defenders should verify the provided kernel patches and update Linux kernel to the latest version.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-80750 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-80750

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-80750 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-80750

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/10bf2d7261d7f724ed43a09eea4c90c19c0230a0

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/3e013bc8b941bd52c8e3a99798d0ae8792cb71ca

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/970b9c83a07c405fdd32bcce7cc4c9e670e58875

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.