Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-68375

Published Aug 10, 2026 EPSS 0.16% (6th pctl)

Overview

CVE-2026-68375 is a known-severity vulnerability. It was published on August 10, 2026.

Technical Description

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

bnxt_en: Handle partially initialized auxiliary devices

bnxt_aux_devices_init() calls auxiliary_device_init() before all fields

used by bnxt_aux_dev_release() are initialized. After

auxiliary_device_init() succeeds, later errors must unwind with

auxiliary_device_uninit(), which invokes the release callback.

The release callback assumes that aux_priv->id, aux_priv->edev,

edev->net and edev->ulp_tbl are all populated. If allocation fails

after auxiliary_device_init(), the release path can otherwise dereference

or clear partially initialized state.

Allocate and attach the bnxt_en_dev and ULP table before calling

auxiliary_device_init(), so the release callback only sees a fully

initialized auxiliary private object. If auxiliary_device_init() 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 c

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-68375?

CVE-2026-68375 is a known-severity vulnerability. It was published on August 10, 2026.

How severe is CVE-2026-68375?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2026-68375?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-68375?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-68375 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.