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-68191

Published Aug 10, 2026 EPSS 0.19% (9th pctl)

Overview

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

Technical Description

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

wifi: ath12k: fix NULL pointer dereference in rhash table destroy

When unbinding the ath12k driver, kernel NULL pointer dereferences

occur in irq_work_sync() called from rhashtable_destroy().

Two hash tables are affected:

1. ath12k_link_sta hash table in ath12k_base

2. ath12k_dp_link_peer hash table in ath12k_dp

The issue happens because the destroy functions are called unconditionally

in cleanup paths, but the hash tables are only initialized late in their

respective init functions. If the device was never fully started or if the

init functions failed before initializing the hash tables, the pointers

will be NULL. The issues are always reproducible from a VM because the MSI

addressing initialization is failing.

Call trace for ath12k_link_sta_rhash_tbl_destroy:

RIP: irq_work_sync+0x1e/0x70

rhashtable_destroy+0x12/0x60

ath12k_link_sta_rhash_tbl_destroy+0x19/0x40 [ath12k]

ath12k_core_stop+0xe/0x80 [ath12k]

ath1

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-68191?

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

How severe is CVE-2026-68191?

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-68191?

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-68191?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-68191 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.