CVE-2026-68375

Source
https://cve.org/CVERecord?id=CVE-2026-68375
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68375.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68375
Downstream
Published
2026-08-10T12:03:53.659Z
Modified
2026-08-12T04:18:48.202450780Z
Summary
bnxt_en: Handle partially initialized auxiliary devices
Details

In the Linux kernel, the following vulnerability has been resolved:

bnxt_en: Handle partially initialized auxiliary devices

bnxtauxdevicesinit() calls auxiliarydeviceinit() before all fields used by bnxtauxdevrelease() are initialized. After auxiliarydeviceinit() succeeds, later errors must unwind with auxiliarydeviceuninit(), which invokes the release callback.

The release callback assumes that auxpriv->id, auxpriv->edev, edev->net and edev->ulptbl are all populated. If allocation fails after auxiliarydevice_init(), the release path can otherwise dereference or clear partially initialized state.

Allocate and attach the bnxtendev and ULP table before calling auxiliarydeviceinit(), so the release callback only sees a fully initialized auxiliary private object. If auxiliarydeviceinit() itself fails, free those allocations directly because device_initialize() has not run and the release callback will not be invoked.

This issue was found by a static analysis checker and confirmed by manual source review.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68375.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
194fad5b27815ca80e832ac875c0026ff96fc243
Fixed
4e1caa5fdd0dea36938fe39cceb1522e9d86c937
Fixed
1cb8553c02e93e5a150cebd42f9ee3db0ece4707

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68375.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.10.0
Fixed
7.1.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68375.json"