CVE-2026-74706
Last modified
CVE-2026-74706 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bnge: Fix NULL pointer dereference in aux device release If allocation of auxr_dev fails during auxiliary device setup, the error path calls auxiliary_device_uninit(), which eventually invokes bnge_aux_dev_release(). The release callback unconditionally dereferences aux_priv->auxr_dev->pdev to retrieve the parent bnge_dev. Since auxr_dev has not yet been allocated on this failure path, the dereference results in a NULL pointer exception Retrieve the parent bnge_dev from the auxiliary device's parent instead of auxr_dev, and free auxr_dev only when it was successfully allocated.
Description
In the Linux kernel, the following vulnerability has been resolved: bnge: Fix NULL pointer dereference in aux device release If allocation of auxr_dev fails during auxiliary device setup, the error path calls auxiliary_device_uninit(), which eventually invokes bnge_aux_dev_release(). The release callback unconditionally dereferences aux_priv->auxr_dev->pdev to retrieve the parent bnge_dev. Since auxr_dev has not yet been allocated on this failure path, the dereference results in a NULL pointer exception Retrieve the parent bnge_dev from the auxiliary device's parent instead of auxr_dev, and free auxr_dev only when it was successfully allocated. This allows the release callback to correctly clean up partially initialized auxiliary devices.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8ac050ec3b1c0dcb5e89cf86fe2ebe0afcc73554, < 83ef2f3cab7fe6dd9155cd598dc64be524d963a9; >= 8ac050ec3b1c0dcb5e89cf86fe2ebe0afcc73554, < 1cb4298810e27e037d3ca07286ecbb97e89ba58d |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74706?
How severe is CVE-2026-74706?
How do I fix CVE-2026-74706?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74700In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74701In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74702In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74703In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74704In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74705In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74707In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74708In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74709In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7471GitLab has remediated an issue in GitLab EE affecting all ve…3.5
- CVE-2026-74710In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74711In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74706?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
