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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-68317— pds_core: fix auxiliary device add/del races

AI Predicted 7.8 Difficulty: Moderate

Affected Version Matrix 16

VendorProductVersion RangeStatus
LinuxLinux0861fccd43b8bafb533d97308862d20b7db3a2ad< 646b58b543f3bb1641e9123b75ff7799fe7b42f1affected
f41e27b746241e57d968d1d61c008322338ca258< ef194751fed50cf3452017b63f00142a0ab40c70affected
b699bdc720c0255d1bb76cecba7382c1f2107af5< cf0ed2ba202f5c3b300ec1bf7ff0b5d555f7d518affected
b699bdc720c0255d1bb76cecba7382c1f2107af5< bdeab32a7a91acd295d52a2d4ab1cc3f2da5e454affected
b699bdc720c0255d1bb76cecba7382c1f2107af5< bfa33cd513c7ceb93c5a4c30e5662acd73c0a916affected
fec5f7af1d5f64a38f9224cd27b274d1af55a7edaffected
6.6.90< 6.6.148affected
6.12.28< 6.12.101affected
… +8 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-68317

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
pds_core: fix auxiliary device add/del races
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: pds_core: fix auxiliary device add/del races Two paths add or delete the same slot (pf->vfs[vf_id].padev): a VF's pdsc_reset_done() and the PF's devlink enable_vnet/disable_vnet handler. They serialize on config_lock, but neither guards the slot under it correctly. add() registers and stores a new auxiliary device without first checking the slot, so a second add of an already-populated slot leaks the first device. del() makes that check outside config_lock, so two concurrent dels can both pass it; the first clears the slot, and the second dereferences a NULL pointer. Check and update the slot under config_lock in both paths.
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

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux 0861fccd43b8bafb533d97308862d20b7db3a2ad ~ 646b58b543f3bb1641e9123b75ff7799fe7b42f1 -
LinuxLinux 6.15 -

II. Public POCs for CVE-2026-68317

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-68317

登录查看更多情报信息。

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

Same Patch Batch · Linux · 2026-08-10 · 345 CVEs total

CVE-2026-68310wifi: mt76: mt7915: guard HE capability lookups
CVE-2026-68321net: txgbe: fix FDIR filter leak on remove
CVE-2026-68320sctp: fix auth_chunk_list capacity check in sctp_auth_ep_add_chunkid
CVE-2026-68319pds_core: fix deadlock between reset thread and remove
CVE-2026-68318pds_core: fix use-after-free on workqueue during remove
CVE-2026-68316accel: ethosu: Fix element size accounting for cmd stream validation
CVE-2026-68315sctp: validate stream count in sctp_process_strreset_inreq()
CVE-2026-68314net: mctp i3c: clean up notifier and buses if driver register fails
CVE-2026-68313tipc: fix infinite loop in __tipc_nl_compat_dumpit
CVE-2026-68312cifs: fix cifsFileInfo leak on kmalloc failure in deferred close drain paths
CVE-2026-68311wifi: mt76: mt7925: guard link STA in decap offload
CVE-2026-68305drm/xe/vf: Add drm_dev guards when detaching CCS read/write buffers
CVE-2026-68300sctp: auth: verify auth requirement when auth_chunk is NULL
CVE-2026-68301net: hsr: fix memory leak on slave unregistration by removing synced VLANs
CVE-2026-68302amt: re-read skb header pointers after every pull
CVE-2026-68303drm/vc4: hvs/v3d: Fix null dereference in unbind
CVE-2026-68304wifi: brcmfmac: fix 802.1X-SHA256 call trace warning
CVE-2026-68307wifi: mt76: mt7925: fix crash in reset link replay
CVE-2026-68309wifi: mt76: connac: fix possible NULL-pointer deref in mt76_connac_mcu_uni_bss_he_tlv()
CVE-2026-68308wifi: mt76: mt7996: check pointer returned by mt76_connac_get_he_phy_cap()

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-68317

No comments yet


Leave a comment