216.73.217.22

CVE-2026-46288

· Published 08/06/2026 19:16 · Modified 08/06/2026 17:16 · Author: The MITRE Corporation

Labels: CVE-2026-46288 2026-06-08416baaa9-dc9f-4396-8d5f-8c081fb06d67CVE-2026-46288

Essential information

Published
08/06/2026 19:16
Modified
08/06/2026 17:16
Author
The MITRE Corporation
Creator
The MITRE Corporation
CVSS
8.4 HIGH (v3.1)
CISA KEV
No
CWE
EPSS (First)
P4.8% ?EPSS percentile: rank of this vulnerability versus all others. Higher percentile = more likely to be exploited. Learn more (score 0.00018)
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

CVSS metrics

Description

In the Linux kernel, the following vulnerability has been resolved: of: unittest: fix use-after-free in of_unittest_changeset() The variable 'parent' is assigned the value of 'nchangeset' earlier in the function, meaning both point to the same struct device_node. The call to of_node_put(nchangeset) can decrement the reference count to zero and free the node if there are no other holders. After that, the code still uses 'parent' to check for the presence of a property and to read a string property, leading to a use-after-free. Fix this by moving the of_node_put() call after the last access to 'parent', avoiding the UAF.

NVD status

Status
Received — CVE has been recently published to the CVE List and has been received by the NVD.
Source
416baaa9-dc9f-4396-8d5f-8c081fb06d67
NVD
View on NVD

Affected products (CPE)

ProductCPE
linux / kernel cpe:2.3:a:linux:kernel:*:*:*:*:*:*:*:*

References