Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
1771 articles · 103891 vulns · 38/41 feeds (7d)
← Back to list
—
CVE-2026-23463EXPLOITEDPATCHED
linux · linux kernel

soc: fsl: qbman: fix race condition in qman_destroy_fq

Description

In the Linux kernel, the following vulnerability has been resolved: soc: fsl: qbman: fix race condition in qman_destroy_fq When QMAN_FQ_FLAG_DYNAMIC_FQID is set, there's a race condition between fq_table[fq->idx] state and freeing/allocating from the pool and WARN_ON(fq_table[fq->idx]) in qman_create_fq() gets triggered. Indeed, we can have: Thread A Thread B qman_destroy_fq() qman_create_fq() qman_release_fqid() qman_shutdown_fq() gen_pool_free() -- At this point, the fqid is available again -- qman_alloc_fqid() -- so, we can get the just-freed fqid in thread B -- fq->fqid = fqid; fq->idx = fqid * 2; WARN_ON(fq_table[fq->idx]); fq_table[fq->idx] = fq; fq_table[fq->idx] = NULL; And adding some logs between qman_release_fqid() and fq_table[fq->idx] = NULL makes the WARN_ON() trigger a lot more. To prevent that, ensure that fq_table[fq->idx] is set to NULL before gen_pool_free() is called by using smp_wmb().

Affected Products

VendorProductVersions
linuxlinux kernelc535e923bb97a4b361e89a6383693482057f8b0c, c535e923bb97a4b361e89a6383693482057f8b0c, c535e923bb97a4b361e89a6383693482057f8b0c, c535e923bb97a4b361e89a6383693482057f8b0c, c535e923bb97a4b361e89a6383693482057f8b0c, c535e923bb97a4b361e89a6383693482057f8b0c, 4.9, 7.0-rc4

References

  • https://git.kernel.org/stable/c/9e3d47904b8153c8c3ad2f9b66d5008aad677aa8
  • https://git.kernel.org/stable/c/d21923a8059fa896bfef016f55dd769299335cb4
  • https://git.kernel.org/stable/c/751f60bd48edaf03f9d84ab09e5ce6705757d50f
  • https://git.kernel.org/stable/c/85dbbf7dc88b0a54f2e334daedf6f3f31fd004fa
  • https://git.kernel.org/stable/c/265e56714635c5dd1e5964bfd97fa6e73f62cde5
  • https://git.kernel.org/stable/c/014077044e874e270ec480515edbc1cadb976cf2

Related News (2 articles)

Tier C
VulDB4h ago
CVE-2026-23463 | Linux Kernel up to 7.0-rc4 fsl qman_create_fq race condition
→ No new info (linked only)
Tier C
Linux Kernel CVEs5h ago
CVE-2026-23463: soc: fsl: qbman: fix race condition in qman_destroy_fq
→ No new info (linked only)
CISA KEV❌ No
Actively exploited✅ Yes
Patch available
9e3d47904b8153c8c3ad2f9b66d5008aad677aa8d21923a8059fa896bfef016f55dd769299335cb4751f60bd48edaf03f9d84ab09e5ce6705757d50f85dbbf7dc88b0a54f2e334daedf6f3f31fd004fa265e56714635c5dd1e5964bfd97fa6e73f62cde5014077044e874e270ec480515edbc1cadb976cf206.1.1676.6.1306.12.786.18.206.19.107.0-rc5
CWECWE-362
PublishedApr 3, 2026
Last enriched4h agov2
Tags
CVE-2026-23463
Trending Score60
Source articles2
Independent2
Info Completeness8/14
Missing: cvss, epss, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

CRITICALCVE-2026-23461EXP
Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_user
Trending: 60
CRITICALCVE-2026-23475EXP
spi: fix statistics allocation
Trending: 60
CRITICALCVE-2026-23452EXP
PM: runtime: Fix a race condition related to device removal
Trending: 60
CRITICALCVE-2026-23443EXP
ACPI: processor: Fix previous acpi_processor_errata_piix4() fix
Trending: 60
CRITICALCVE-2026-23467EXP
drm/i915/dmc: Fix an unlikely NULL pointer deference at probe
Trending: 60

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
Apr 3, 2026
Actively Exploited
Apr 3, 2026
Patch Available
Apr 3, 2026
Discovered by ZDM
Apr 3, 2026
Updated: severity, affectedVersions, activelyExploited, cweIds, tags
Apr 3, 2026

Version History

v2
Last enriched 4h ago
v2Tier C4h ago

Updated severity to CRITICAL, added affected version 7.0-rc4, and noted that no exploit is available.

severityaffectedVersionsactivelyExploitedcweIdstags
via VulDB
v15h ago

Initial creation