Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-72257— ASoC: qcom: q6apm: fix NULL pointer dereference in graph_callback

Quick assessment

Affected
Linux Linux
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel 5.16版本存在安全漏洞,该漏洞源于graph_callback函数在处理DSP buffer-done响应时存在竞争条件,可能导致空指针解引用并造成系统崩溃。

AI Predicted 4.7 Difficulty: Hard EPSS 0.21% · P11

Possible ATT&CK Techniques 1 AI

T1564 · Hide Artifacts

Affected Version Matrix 14

VendorProduct Version RangeStatus
Linux Linux 5477518b8a0e8a45239646acd80c9bafc4401522< a164e744d8de1c41049bd9a1452a4b6bbf5bd8bc affected
5477518b8a0e8a45239646acd80c9bafc4401522< ec369eac0795cfa8f4d3a0cd35a1e8e15f780331 affected
5477518b8a0e8a45239646acd80c9bafc4401522< 2c715f8a1e644ce4c3e8be5b0fd3f1f4704b73b3 affected
5477518b8a0e8a45239646acd80c9bafc4401522< ca028334343a140efda4b22e53cbce2c5e94a489 affected
5477518b8a0e8a45239646acd80c9bafc4401522< 214af790e3a33ab73587de4c925c60a550eae9c6 affected
5477518b8a0e8a45239646acd80c9bafc4401522< 2e9261761b35f0b67b7487688cd1365f535be0b3 affected
5.16 affected
< 5.16 unaffected
… +6 more rows
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-72257

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
ASoC: qcom: q6apm: fix NULL pointer dereference in graph_callback
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: q6apm: fix NULL pointer dereference in graph_callback When q6apm_free_fragments() is called it frees rx_data.buf/tx_data.buf and sets them to NULL under graph->lock. A late DSP buffer-done response can race with this: graph_callback() passes the !graph->ar_graph guard (not yet NULL), acquires the lock, but then dereferences a now-NULL buf pointer to read buf[token].phys, crashing at virtual address 0x10. Add a NULL check for buf inside the mutex-protected section in both the write-done (DATA_CMD_RSP_WR_SH_MEM_EP_DATA_BUFFER_DONE_V2) and read-done (DATA_CMD_RSP_RD_SH_MEM_EP_DATA_BUFFER_V2) handlers and bail out cleanly if buffers have already been freed. This problem is only shown up recently while apr bus was updated to process the commands per service rather from single global queue.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel 5.16版本存在安全漏洞,该漏洞源于graph_callback函数在处理DSP buffer-done响应时存在竞争条件,可能导致空指针解引用并造成系统崩溃。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

Vendor Product Affected Versions CPE Subscribe
Linux Linux 5477518b8a0e8a45239646acd80c9bafc4401522 ~ a164e744d8de1c41049bd9a1452a4b6bbf5bd8bc -
Linux Linux 5.16 -

II. Public POCs for CVE-2026-72257

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-72257

登录查看更多情报信息。

Patches & Fixes for CVE-2026-72257 (5)

Same Patch Batch · Linux · 2026-08-15 · 845 CVEs total

CVE-2026-72408 10.0 CRITICAL geneve: gate GRO hint in geneve_gro_complete() on gs->gro_hint
CVE-2026-74309 10.0 CRITICAL vdpa/octeon_ep: fix IRQ-to-ring mapping in interrupt handler
CVE-2026-74280 10.0 CRITICAL crypto: marvell/octeontx - fix DMA cleanup using wrong loop index
CVE-2026-74279 10.0 CRITICAL crypto: cavium/cpt - fix DMA cleanup using wrong loop index
CVE-2026-72407 10.0 CRITICAL geneve: validate inner network offset in geneve_gro_complete()
CVE-2026-74475 10.0 CRITICAL vxlan: use neigh_ha_snapshot() in route_shortcircuit()
CVE-2026-72421 10.0 CRITICAL ipv4: fib: Don't ignore error route in local/main tables.
CVE-2026-72493 9.9 CRITICAL net: serialize netif_running() check in enqueue_to_backlog()
CVE-2026-72477 9.8 CRITICAL fs/ntfs3: call _ntfs_bad_inode() when failing to rename
CVE-2026-74474 9.8 CRITICAL vxlan: use pskb_network_may_pull() for transmit path header pulls
CVE-2026-74401 9.8 CRITICAL dlm: fix add msg handle in send_queue ordered
CVE-2026-74269 9.8 CRITICAL bnxt: fix head underflow on XDP head-grow
CVE-2026-72473 9.8 CRITICAL xprtrdma: Decouple req recycling from RPC completion
CVE-2026-72472 9.8 CRITICAL nfs: use nfsi->rwsem to protect traversal of the file lock list
CVE-2026-72466 9.8 CRITICAL xprtrdma: Fix bcall rep leak and unbounded peek
CVE-2026-72463 9.8 CRITICAL xfrm: Fix dev use-after-free in xfrm async resumption
CVE-2026-72129 9.8 CRITICAL nvmet-rdma: handle inline data with a nonzero offset
CVE-2026-72130 9.8 CRITICAL nvmet-auth: reject short AUTH_RECEIVE buffers
CVE-2026-74406 9.8 CRITICAL vxlan: Fix potential null-ptr-deref in vxlan_gro_prepare_receive().
CVE-2026-72209 9.8 CRITICAL ntfs: validate attribute values on lookup

Showing top 20 of 845 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-72257

No comments yet


Leave a comment