CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-68198

criticalCVSS 9.8covered by 3 sourcesfirst seen 2026-08-10
In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix use-after-free in aggr_reset_state() The aggr_reset_state() function uses timer_delete() (non-synchronous) for the aggregation timer before proceeding to delete TID state and before the structure is freed by callers like aggr_module_destroy(). If the timer callback (aggr_timeout) is executing when aggr_reset_state() is called, the callback will continue to access aggr_conn fields like rx_tid[] and stat[] which may be freed immediately after by kfree(aggr_info->aggr_conn) in aggr_module_destroy(). Additionally, the timer callback can re-arm itself via mod_timer() while aggr_reset_state() is running, creating a more complex race condition. Use timer_delete_sync() instead to ensure any running timer callback has completed before returning.

CSIRTS triage

What
The ath6kl WiFi driver contains a use-after-free vulnerability in the aggr_reset_state function.
Who is affected
Systems using Qualcomm Atheros ath6kl WiFi driver.
Urgency
Critical; CVSS 9.8 indicates severe memory safety risk requiring immediate remediation.
Action
Update ath6kl driver to patched version addressing use-after-free condition.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-68198

Get an email if CVE-2026-68198 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (3)

External references

NVD record for CVE-2026-68198

CVE.org record

Embed the live status

CVE-2026-68198 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-68198 status](https://www.csirts.com/badge/CVE-2026-68198)](https://www.csirts.com/cve/CVE-2026-68198)