Lucene search
+L

37116 matches found

Debian CVE
Debian CVE
added last week8 views

CVE-2026-68326

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: bound uAP association event IEs to the event buffer mwifiexprocessuapevent handles EVENTUAPSTAASSOC by exposing the reassociation request IEs that the firmware copies into the event: sinfo-assocreqies =...

8.8CVSS5.5AI score0.00257EPSS
SaveExploits0
CVE
CVE
added last week26 views

CVE-2026-68323

A race condition was found in the Linux kernel TIPC UDP bearer replication list handling (tipc_udp_rcast_add and cleanup_bearer). Without proper serialization, updates to ub->rcast.list can corrupt the list, potentially triggering a kernel bug and denial of service. The fix adds a spinlock to ...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added last week10 views

CVE-2026-68323

In the Linux kernel, the following vulnerability has been resolved: tipc: serialize udp bearer replicast list updates tipcudprcastadd and cleanupbearer both update ub-rcast.list with listaddrcu / listdelrcu, but nothing serializes them. The add runs from the encap receive softirq via...

7.8CVSS5.2AI score0.0012EPSS
SaveExploits0
OSV
OSV
added last week3 views

CVE-2026-68323 tipc: serialize udp bearer replicast list updates

In the Linux kernel, the following vulnerability has been resolved: tipc: serialize udp bearer replicast list updates tipcudprcastadd and cleanupbearer both update ub-rcast.list with listaddrcu / listdelrcu, but nothing serializes them. The add runs from the encap receive softirq via...

7.8CVSS5.3AI score
SaveExploits0References5
Cvelist
Cvelist
added last week30 views

CVE-2026-68323 tipc: serialize udp bearer replicast list updates

In the Linux kernel, the following vulnerability has been resolved: tipc: serialize udp bearer replicast list updates tipcudprcastadd and cleanupbearer both update ub-rcast.list with listaddrcu / listdelrcu, but nothing serializes them. The add runs from the encap receive softirq via...

7.8CVSS0.0012EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added last week9 views

CVE-2026-68321

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix FDIR filter leak on remove Perfect FDIR filters can be added while the interface is down and are kept on the software list for later restore. unregisternetdev only calls ndostop when the device is up, so...

5.2AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added last week9 views

CVE-2026-68317

In the Linux kernel, the following vulnerability has been resolved: pdscore: fix auxiliary device add/del races Two paths add or delete the same slot pf-vfsvfid.padev: a VF's pdscresetdone and the PF's devlink enablevnet/disablevnet handler. They serialize on configlock, but neither guards the sl...

5.2AI score0.00168EPSS
SaveExploits0
OSV
OSV
added last week7 views

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

In the Linux kernel, the following vulnerability has been resolved: pdscore: fix auxiliary device add/del races Two paths add or delete the same slot pf-vfsvfid.padev: a VF's pdscresetdone and the PF's devlink enablevnet/disablevnet handler. They serialize on configlock, but neither guards the sl...

5.4AI score
SaveExploits0References8
EUVD
EUVD
added last week7 views

EUVD-2026-55418

In the Linux kernel, the following vulnerability has been resolved: pdscore: fix auxiliary device add/del races Two paths add or delete the same slot pf-vfsvfid.padev: a VF's pdscresetdone and the PF's devlink enablevnet/disablevnet handler. They serialize on configlock, but neither guards the sl...

5.3AI score0.00168EPSS
SaveExploits0References5
Cvelist
Cvelist
added last week29 views

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

In the Linux kernel, the following vulnerability has been resolved: pdscore: fix auxiliary device add/del races Two paths add or delete the same slot pf-vfsvfid.padev: a VF's pdscresetdone and the PF's devlink enablevnet/disablevnet handler. They serialize on configlock, but neither guards the sl...

0.00168EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added last week9 views

CVE-2026-68309

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: connac: fix possible NULL-pointer deref in mt76connacmcuunibsshetlv mt76connacgethephycap routine can theoretically return NULL so check cap pointer before dereferencing it...

5.2AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added last week8 views

CVE-2026-68304

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix 802.1X-SHA256 call trace warning Based on wpaauth as 1x256 mode, need to set up "usefwsup" with BRCMFPROFILEFWSUP1X. Or it will happen trace warning when call brcmfcfg80211setpmk. 4481.831101 ------------ cut...

5.2AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added last week8 views

CVE-2026-68300

In the Linux kernel, the following vulnerability has been resolved: sctp: auth: verify auth requirement when authchunk is NULL sctpauthchunkverify returns true unconditionally when chunk-authchunk is NULL, silently skipping authentication. This is incorrect when: 1. skbclone failed in the BH...

9.8CVSS5.2AI score0.00531EPSS
SaveExploits0
CVE
CVE
added last week25 views

CVE-2026-68290

CVE-2026-68290 concerns the Linux kernel RDS TCP implementation. A race condition during network namespace teardown can occur when a concurrent sysctl write dereferences a freed per-netns listen socket, due to rds_tcp_exit_net() freeing the socket before the per-netns sysctl table is unregistered...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added last week8 views

CVE-2026-68290

In the Linux kernel, the following vulnerability has been resolved: rds: tcp: unregister sysctl before tearing down listen socket rdstcpexitnet frees the per-netns RDS TCP listen socket via rdstcpkillsock before unregistering the per-netns sysctl table. Since rdstcpskbufhandler derives the netns...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0
EUVD
EUVD
added last week8 views

EUVD-2026-55391

In the Linux kernel, the following vulnerability has been resolved: rds: tcp: unregister sysctl before tearing down listen socket rdstcpexitnet frees the per-netns RDS TCP listen socket via rdstcpkillsock before unregistering the per-netns sysctl table. Since rdstcpskbufhandler derives the netns...

5.3AI score0.00125EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added last week7 views

CVE-2026-68288

In the Linux kernel, the following vulnerability has been resolved: net: dropmonitor: fix info leak in NETDMATTRPAYLOAD netdmpacketreportfill and netdmhwpacketreportfill open code the NETDMATTRPAYLOAD attribute to avoid zeroing the packet payload before overwriting it with skbcopybits. skbput...

5.2AI score0.00162EPSS
SaveExploits0
Debian CVE
Debian CVE
added last week8 views

CVE-2026-68286

In the Linux kernel, the following vulnerability has been resolved: dropmonitor: perform u64stats updates under IRQ-disabled section In netdmpackettracekfreeskbhit and netdmhwtrappacketprobe, u64statsupdatebegin / u64statsinc / u64statsupdateend were called after...

5.3AI score0.00189EPSS
SaveExploits0
Debian CVE
Debian CVE
added last week9 views

CVE-2026-68281

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Count paired job fence as dependency in preparejob The DRM scheduler's preparejob callback counts the remaining non-signaled native dependencies for a job, preventing job submission until those plus job data and...

5.3AI score0.00175EPSS
SaveExploits0
Debian CVE
Debian CVE
added last week9 views

CVE-2026-68277

In the Linux kernel, the following vulnerability has been resolved: drm/dp/mst: fix OOB reads on 2-byte fields in sideband reply parsers Three sideband reply parsers read 16-bit fields as: val = raw-msgidx msgidx+1; and check bounds only after the fact. When idx == raw-curlen, raw-msgidx+1 reads...

5.2AI score0.00209EPSS
SaveExploits0
Rows per page
Query Builder