CVE-2026-46308
📛 CVE Title
(no title)
Description
In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: fix use-after-free in scpsys_get_bus_protection_legacy() In scpsys_get_bus_protection_legacy(), of_find_node_with_property() returns a device node with its reference count incremented. The function then calls of_node_put(node) before checking whether syscon_regmap_lookup_by_phandle() returns an error. If an error occurs, dev_err_probe() dereferences the node pointer to print diagnostic information, but the node memory may have already been freed due to the earlier of_node_put(), leading to a use-after-free vulnerability. Fix this by moving the of_node_put() call after the error check, ensuring the node is still valid when accessed in the error path.
Description (MITRE) cveawg.mitre.org
Pulled from cveawg.mitre.org/api/cve/CVE-2026-46308 on 2026-07-06. Shown when MITRE's text differs from the cvelistV5 mirror.
In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: fix use-after-free in scpsys_get_bus_protection_legacy() In scpsys_get_bus_protection_legacy(), of_find_node_with_property() returns a device node with its reference count incremented. The function then calls of_node_put(node) before checking whether syscon_regmap_lookup_by_phandle() returns an error. If an error occurs, dev_err_probe() dereferences the node pointer to print diagnostic information, but the node memory may have already been freed due to the earlier of_node_put(), leading to a use-after-free vulnerability. Fix this by moving the of_node_put() call after the error check, ensuring the node is still valid when accessed in the error path.
Overview
- State
- —
- Assigner (CNA)
- —
- CVSS severity
- high
- CVSS score
- 7.1 / 10
- CVSS vector
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H- Effective score
- 7.1 / 10 HIGH source: CNA overview
- CWE(s)
- —
- Reserved
- —
- Published
- —
- Last updated
- —
- Source
- https://www.tenable.com/cve/CVE-2026-46308
- Linked Threat
- CVE-2026-46308 — CVE-2026-46308
NVD triage scoring NVD CVE 2.0
Layer NVD adds on top of the CNA's CVE record — published / last-modified timestamps, exploitability / impact subscores, and the FIRST.org EPSS probability that this CVE will be exploited in the wild in the next 30 days.
- NVD published
- 2026-06-08 17:16:49 UTC
- NVD last modified
- 2026-06-17 10:53:32 UTC
- EPSS score
- 0.0015 (probability of exploitation in next 30 days)
- EPSS percentile
- 5.00% vs all CVEs — higher = more likely to be exploited, as of 2026-07-05
NVD / KEV / EPSS data refreshed 2026-07-06 10:45 UTC. Re-run the 🛰 Backfill from NVD button above to refresh.
European Union Vulnerability Database ENISA EUVD
ENISA's official EU repository for curated vulnerability intelligence. Carries a separate identifier (EUVD-YYYY-NNNN) and frequently exposes an earlier-published description + CVSS than NVD does.
- EUVD ID
-
EUVD-2026-35173 - Assigner
- Linux
- Published
- Jun 8, 2026, 3:46:36 PM
- Updated
- Jun 14, 2026, 6:08:08 PM
- EUVD base score
- 0.0 / 10
- EUVD-reported EPSS
- 0.1200
- Vendors
- Linux
- Products
-
Linux (patch: 7.0.7)Linux (patch: 6.18.30)Linux (c29345fa5f66bea0790cf2219f57b974d4fc177b <38d8410021b55d226847b2ac8d189d89fe5a8866)Linux (patch: 0)Linux (c29345fa5f66bea0790cf2219f57b974d4fc177b <cb27e43c0511e9e1ca8818d231656070b11c18cf)Linux (6.18)Linux (c29345fa5f66bea0790cf2219f57b974d4fc177b <ec1fcddb3117d9452210e838fd37389ee61e10e8)Linux (patch: 7.1)
- Aliases
-
GHSA-rpc3-vj77-cxwg
ENISA description: In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: fix use-after-free in scpsys_get_bus_protection_legacy() In scpsys_get_bus_protection_legacy(), of_find_node_with_property() returns a device node with its reference count incremented. The function then calls of_node_put(node) before checking whether syscon_regmap_lookup_by_phandle() returns an error. If an error occurs, dev_err_probe() dereferences the node pointer to print diagnostic information, but the node memory may have already been freed due to the earlier of_node_put(), leading to a use-after-free vulnerability. Fix this by moving the of_node_put() call after the error check, ensuring the node is still valid when accessed in the error path.
Vendor references (0)
References embedded in the original CVE record by the assigning CNA.
None in the CVE record.
Web references (5)
DuckDuckGo results ranked by threat-intel / vendor advisory domains. Generated by the 🔎 Find references (web) button above — same flow as the Remediations search.
- https://git.kernel.org/stable/c/38d8410021b55d226847b2ac8d189d89fe5a8866 tenable:git.kernel.org
- https://git.kernel.org/stable/c/cb27e43c0511e9e1ca8818d231656070b11c18cf tenable:git.kernel.org
- https://git.kernel.org/stable/c/ec1fcddb3117d9452210e838fd37389ee61e10e8 tenable:git.kernel.org
- https://nvd.nist.gov/vuln/detail/CVE-2026-46308 tenable:nvd.nist.gov
- https://www.cve.org/CVERecord?id=CVE-2026-46308 tenable:www.cve.org
NVD-tagged references (3)
Reference list NVD curates from the CNA record, vendor advisories, and third-party reports. The tag chips below are NVD's analyst-assigned categories.
- https://git.kernel.org/stable/c/38d8410021b55d226847b2ac8d189d89fe5a8866 416baaa9-dc9f-4396-8d5f-8c081fb06d67
- https://git.kernel.org/stable/c/cb27e43c0511e9e1ca8818d231656070b11c18cf 416baaa9-dc9f-4396-8d5f-8c081fb06d67
- https://git.kernel.org/stable/c/ec1fcddb3117d9452210e838fd37389ee61e10e8 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remediations (10)
Remediations are stored against the linked Threat row; the list below is deduplicated across both pages.
-
web:blog.qualys.com
May 2026's Patch Tuesday arrives with Microsoft addressing a fresh set of vulnerabilities across its ecosystem, reinforcing the ongoing need for timely patching in an increasingly threat-heavy…
2026-06-19 02:38 UTC -
web:blog.qualys.com
Microsoft and Adobe Patch Tuesday, April 2026 Security Update Review Posted in Patch Tuesday, Vulnerabilities and Threat Research 7 Diksha Ojha March 11, 2026 - 8 min read
2026-06-19 02:38 UTC -
web:cybersecuritynews.com
Microsoft has officially acknowledged a critical zero-day vulnerability in Microsoft Defender, publicly dubbed "RoguePlanet," and confirmed it is actively developing a security patch to address the flaw.
2026-06-19 02:38 UTC -
web:msrc.microsoft.com
Security Update Guide - Microsoft Security Response Center
2026-06-19 02:38 UTC -
web:nvd.nist.gov
An official website of the United States government Here's how you know
2026-06-19 02:38 UTC -
web:portal.msrc.microsoft.com
The Security Update Guide provides information on the latest Microsoft security updates, helping users understand and address potential vulnerabilities effectively.
2026-06-19 02:38 UTC -
web:www.crowdstrike.com
Microsoft has released security updates for 130 vulnerabilities, including 30 critical, in its May 2026 Patch Tuesday rollout.
2026-06-19 02:38 UTC -
web:www.malwarebytes.com
Microsoft says it's working on a fix for an unpatched Defender vulnerability that can give attackers the highest level of access on Windows.
2026-06-19 02:38 UTC -
web:www.rapid7.com
Microsoft is publishing 200 vulnerabilities on June 2026 Patch Tuesday, including an HTTP/2 denial of service vulnerability and an elevation of privilege vulnerability in PowerToys.
2026-06-19 02:38 UTC -
web:zecurit.com
Get the complete breakdown of Microsoft's June 2026 Patch Tuesday. We analyze the latest security updates and all critical CVEs .
2026-06-19 02:38 UTC
AI Forensic Analysis
Only Available for Registered Users. Sign in to view.