CVE-2026-74554

Source
https://cve.org/CVERecord?id=CVE-2026-74554
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74554.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74554
Downstream
Published
2026-08-15T12:28:00.097Z
Modified
2026-08-18T03:56:51.583076110Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
wifi: ath12k: fix out-of-bounds clear_bit in ath12k_mac_dp_peer_cleanup()
Details

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

wifi: ath12k: fix out-of-bounds clearbit in ath12kmacdppeer_cleanup()

ath12kmacdppeercleanup() clears the ML peer ID slot on the freemlpeeridmap bitmap by indexing it with dppeer->peerid. That is wrong: dppeer->peerid for an MLO peer always carries the ATH12KPEERMLIDVALID bit (BIT(13)), so clearbit() is invoked with index >= 0x2000, which is far outside the bitmap of ATH12KMAXMLOPEERS (256) bits and corrupts memory adjacent to ah->freemlpeeridmap. The intended bitmap entry also never gets cleared, so subsequent ath12kpeerml_alloc() calls eventually run out of IDs.

The ID without the VALID bit is what ath12kpeermlalloc() returned and is stored in ahsta->mlpeer_id. Use that instead.

While there, also reset ahsta->mlpeerid to ATH12KMLOPEERIDINVALID so the bitmap and ahsta->mlpeerid stay in sync.

Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.1.c5-00302-QCAHMTSWPLV1.0V2.0_SILICONZ-1.115823.3

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74554.json"
}
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
ee16dcf573d5e3283fda601dd4bca6bc52251017
Fixed
234b5cb81e6fcc1e3b31b13deff66130be55f36e
Fixed
47abd2ca281531deee38a3b3770d885e270e9fc9

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.0.0
Fixed
7.1.8

Database specific

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