CVE-2026-68192
Last modified
CVE-2026-68192 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: make release_scratchbuffers idempotent brcmf_pcie_release_scratchbuffers() frees the shared.scratch and shared.ringupd DMA buffers with dma_free_coherent() but does not clear the pointers afterwards, unlike the sibling release_ringbuffers() which NULLs commonrings/flowrings/idxbuf on release. Both the bus_reset .reset callback (brcmf_pcie_reset) and brcmf_pcie_remove() call release_scratchbuffers. When reset teardown has run before removal, remove's own teardown would call dma_free_coherent() a second time on the already-freed DMA allocation. NULL the pointers after free, matching release_ringbuffers(), so a later release observes that the allocation has already been released.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: make release_scratchbuffers idempotent brcmf_pcie_release_scratchbuffers() frees the shared.scratch and shared.ringupd DMA buffers with dma_free_coherent() but does not clear the pointers afterwards, unlike the sibling release_ringbuffers() which NULLs commonrings/flowrings/idxbuf on release. Both the bus_reset .reset callback (brcmf_pcie_reset) and brcmf_pcie_remove() call release_scratchbuffers. When reset teardown has run before removal, remove's own teardown would call dma_free_coherent() a second time on the already-freed DMA allocation. NULL the pointers after free, matching release_ringbuffers(), so a later release observes that the allocation has already been released. This patch makes repeated sequential release safe; the reset-work lifetime is handled separately by the following patch. This issue was found by an in-house static analysis tool.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4684997d9eea29380000e062755aa6d368d789a3, < b7d1d8cb1bdca56aecebacd2896615da0acc126a; >= 4684997d9eea29380000e062755aa6d368d789a3, < 5a045c2f0fbf029873d2295178fa0785ade35af0; >= 4684997d9eea29380000e062755aa6d368d789a3, < 044fca8f45ba9ab6ca526163155234cf88287ff5; >= 4684997d9eea29380000e062755aa6d368d789a3, < 0ca80328df23f851c86866720d4977783c919ee6; >= 4684997d9eea29380000e062755aa6d368d789a3, < 538c51e9d124cf656f2dd0c0394a8545efc7102d |
| Linux | Linux | 5.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68192?
How severe is CVE-2026-68192?
How do I fix CVE-2026-68192?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68187In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68188In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68189In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6819HKUDS OpenHarness prior to PR #156 remediation exposes plugi…8.8
- CVE-2026-68190In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68191In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68193In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68194In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68195In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68196In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68197In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68198In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68192?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
