7.8
HIGH CVSS 3.1
CVE-2026-68461
device property: initialize the remaining fields of fwnode_handle in fwnode_init()
Description

In the Linux kernel, the following vulnerability has been resolved: device property: initialize the remaining fields of fwnode_handle in fwnode_init() If a firmware node is allocated on the stack (for instance: temporary software node whose life-time we control) or on the heap - but using a non-zeroing allocation function - and initialized using fwnode_init(), its secondary pointer will contain uninitialized memory which likely will be neither NULL nor IS_ERR() and so may end up being dereferenced (for example: in dev_to_swnode()). Set fwnode->secondary to NULL on initialization. While at it: initialize the remaining fields of struct fwnode_handle too just to be sure. [ Fix typo in commit message. - Danilo ]

INFO

Published Date :

Aug. 15, 2026, 6:18 a.m.

Last Modified :

Aug. 17, 2026, 6:17 a.m.

Remotely Exploit :

No

Source :

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

The following products are affected by CVE-2026-68461 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 HIGH 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Solution
Initialize device properties in the Linux kernel to prevent pointer dereferencing issues.
  • Ensure all fields of struct fwnode_handle are initialized.
  • Set fwnode->secondary to NULL during initialization.
  • Use zeroing allocation functions for firmware nodes.
  • Apply the latest kernel patches promptly.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-68461 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-68461 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-68461 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-68461 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Aug. 17, 2026

    Action Type Old Value New Value
    Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
    Changed Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': '0198d579948322cda5178b9672d448375a32f947', 'versionType': 'git'}, {'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': '173b61c9276c7b3a5fbcc63ae7aafc897fee1e18', 'versionType': 'git'}, {'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': 'f0b4e1cc8ad76baf49d898727eb52e91a4ef0544', 'versionType': 'git'}, {'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': 'c8542b68ba6ef4f61072098893a3f5b71c569b6c', 'versionType': 'git'}, {'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': '9c86a1f930bb2ddb85f867b4736716e82a4a4683', 'versionType': 'git'}, {'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': 'c81e2af41de6a159837c7129a4fc444ac6e48046', 'versionType': 'git'}, {'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': '7eba000621fff223dd7bab484d48918c7c77a307', 'versionType': 'git'}], 'programFiles': ['include/linux/fwnode.h'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '5.11'}, {'status': 'unaffected', 'version': '0', 'lessThan': '5.11', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.96', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.39', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['include/linux/fwnode.h'], 'defaultStatus': 'affected'}] [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': '0198d579948322cda5178b9672d448375a32f947', 'versionType': 'git'}, {'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': '173b61c9276c7b3a5fbcc63ae7aafc897fee1e18', 'versionType': 'git'}, {'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': 'f0b4e1cc8ad76baf49d898727eb52e91a4ef0544', 'versionType': 'git'}, {'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': 'c8542b68ba6ef4f61072098893a3f5b71c569b6c', 'versionType': 'git'}, {'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': '9c86a1f930bb2ddb85f867b4736716e82a4a4683', 'versionType': 'git'}, {'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': 'c81e2af41de6a159837c7129a4fc444ac6e48046', 'versionType': 'git'}, {'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': '7eba000621fff223dd7bab484d48918c7c77a307', 'versionType': 'git'}], 'programFiles': ['include/linux/fwnode.h'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '5.11'}, {'status': 'unaffected', 'version': '0', 'lessThan': '5.11', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.96', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.39', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['include/linux/fwnode.h'], 'defaultStatus': 'affected'}]
  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Aug. 15, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': '0198d579948322cda5178b9672d448375a32f947', 'versionType': 'git'}, {'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': '173b61c9276c7b3a5fbcc63ae7aafc897fee1e18', 'versionType': 'git'}, {'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': 'f0b4e1cc8ad76baf49d898727eb52e91a4ef0544', 'versionType': 'git'}, {'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': 'c8542b68ba6ef4f61072098893a3f5b71c569b6c', 'versionType': 'git'}, {'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': '9c86a1f930bb2ddb85f867b4736716e82a4a4683', 'versionType': 'git'}, {'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': 'c81e2af41de6a159837c7129a4fc444ac6e48046', 'versionType': 'git'}, {'status': 'affected', 'version': '01bb86b380a306bd937c96da36f66429f3362137', 'lessThan': '7eba000621fff223dd7bab484d48918c7c77a307', 'versionType': 'git'}], 'programFiles': ['include/linux/fwnode.h'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '5.11'}, {'status': 'unaffected', 'version': '0', 'lessThan': '5.11', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.96', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.39', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['include/linux/fwnode.h'], 'defaultStatus': 'affected'}]
    Added Description In the Linux kernel, the following vulnerability has been resolved: device property: initialize the remaining fields of fwnode_handle in fwnode_init() If a firmware node is allocated on the stack (for instance: temporary software node whose life-time we control) or on the heap - but using a non-zeroing allocation function - and initialized using fwnode_init(), its secondary pointer will contain uninitialized memory which likely will be neither NULL nor IS_ERR() and so may end up being dereferenced (for example: in dev_to_swnode()). Set fwnode->secondary to NULL on initialization. While at it: initialize the remaining fields of struct fwnode_handle too just to be sure. [ Fix typo in commit message. - Danilo ]
    Added Reference https://git.kernel.org/stable/c/0198d579948322cda5178b9672d448375a32f947
    Added Reference https://git.kernel.org/stable/c/173b61c9276c7b3a5fbcc63ae7aafc897fee1e18
    Added Reference https://git.kernel.org/stable/c/7eba000621fff223dd7bab484d48918c7c77a307
    Added Reference https://git.kernel.org/stable/c/9c86a1f930bb2ddb85f867b4736716e82a4a4683
    Added Reference https://git.kernel.org/stable/c/c81e2af41de6a159837c7129a4fc444ac6e48046
    Added Reference https://git.kernel.org/stable/c/c8542b68ba6ef4f61072098893a3f5b71c569b6c
    Added Reference https://git.kernel.org/stable/c/f0b4e1cc8ad76baf49d898727eb52e91a4ef0544
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.