Lucene search
+L

186215 matches found

OSV
OSV
added 2026/08/22 4:16 p.m.7 views

DEBIAN-CVE-2026-74700

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsapi: Always acquire rtnllock when destroying locked classifiers Another challenge with unlocked filters. There is a short window in tcnewtfilter where a tcfproto can be found and briefly referenced by a totally...

7.8CVSS5.6AI score0.00125EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.7 views

DEBIAN-CVE-2026-74698

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix BQL reset on SQ re-activation mlx5equeuestart deactivates and re-activates all channels but closes only the queue being restarted. mlx5eactivatetxqsq then unconditionally calls netdevtxresetqueue, zeroing the BQL...

5.3AI score0.00166EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.10 views

DEBIAN-CVE-2026-74701

In the Linux kernel, the following vulnerability has been resolved: net/openvswitch: check Ethernet header length in keyextract When a packet arrives on an ARPHRDNONE device e.g. TUN, ovsflowkeyextract trusts the user-provided skb-protocol field: if it is ETHPTEB, the packet is classified as...

7.8CVSS5.4AI score0.0013EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.10 views

DEBIAN-CVE-2026-74697

In the Linux kernel, the following vulnerability has been resolved: bnxten: Disable EOP for TPA on all chips to prevent data corruption EOP End of frame padding on the AGG ring may cause overlapping of zero padding at the end of one segment with the next segment's data. If Relaxed Ordering RO is...

8.2CVSS5.6AI score0.00433EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.8 views

DEBIAN-CVE-2026-74703

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: Validate T10 PI scatterlist counts When T10 PI is negotiated, vhost-scsi splits protection bytes from the data iterator before mapping the request scatterlists. A malformed request can claim protection bytes that cove...

7.1CVSS5.5AI score0.00137EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.11 views

DEBIAN-CVE-2026-74699

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix memory leak in execqueuesethangreplaystate The q-replaystate is blindly overwritten, which can potentially leak memory that was previously allocated by vmemdupuser. Return an error if q-replaystate is not empty...

5.4AI score0.00155EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.7 views

DEBIAN-CVE-2026-74702

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: reject feature changes after endpoint vhostscsisetupvqcmds runs from VHOSTSCSISETENDPOINT and allocates each command's protection scatterlist array protsgl according to the acknowledged VIRTIOSCSIFT10PI bit. The comma...

8.8CVSS5.5AI score0.00127EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.12 views

DEBIAN-CVE-2026-74691

In the Linux kernel, the following vulnerability has been resolved: net: thunderbolt: Tear down DMA paths before stopping the rings tbnetteardown stops both rings and frees their frame buffers before calling tbxdomaindisablepaths. tbringstop zeroes the ring's descriptor base and tbnetfreebuffers...

8.8CVSS5.5AI score0.00256EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.11 views

DEBIAN-CVE-2026-74693

In the Linux kernel, the following vulnerability has been resolved: net: prestera: validate firmware header length presterafwhdrparse reads the firmware header before checking that the firmware image contains that header. Reject images shorter than struct presterafwheader before decoding the magi...

5.3AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.8 views

DEBIAN-CVE-2026-74687

In the Linux kernel, the following vulnerability has been resolved: watchdog: at91sam9wdt: prevent timer rearm during teardown at91ping rearms the watchdog timer from its callback. timerdelete neither waits for a running callback nor prevents it from rearming the timer, so probe failure or driver...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.9 views

DEBIAN-CVE-2026-74690

In the Linux kernel, the following vulnerability has been resolved: s390/ism: Fix UAF of sba and ieq during ismdevexit A ism interrupt handler can be active in parallel with ismdevexit, accessing freed data structures. No new interrupts will be generated after unregisterieq. Drain ongoing interru...

8.4CVSS5.3AI score0.0014EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.10 views

DEBIAN-CVE-2026-74688

In the Linux kernel, the following vulnerability has been resolved: sctp: clear control chunk transport if it is being removed sctpmakeheartbeatack caches the destination transport in chunk-transport without taking a reference. When srcoutofasocok is enabled, the HEARTBEAT ACK may remain queued o...

9.8CVSS5.4AI score0.005EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.8 views

DEBIAN-CVE-2026-74689

In the Linux kernel, the following vulnerability has been resolved: net/atm: fix slab-out-of-bounds read in vccsetsockopt vccsetsockopt contained an ineffective optlen check: if SOLEVELMATCHoptname, level && optlen != SOSIZEoptname return -EINVAL; If SOLEVELMATCHoptname, level evaluated to false...

7.1CVSS5.5AI score0.00139EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.7 views

DEBIAN-CVE-2026-74692

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix TOCTOU race between smclistenout and listener close smclistenout reads lsmc-sk.skstate without the listener lock, then acquires locksocknested only after the check passes. This opens a window where smccloseactive can...

7.5CVSS5.5AI score0.0049EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.7 views

DEBIAN-CVE-2026-74683

In the Linux kernel, the following vulnerability has been resolved: Input: evdev - sanitize event type index when fetching event masks The user-supplied event type index passed to EVIOCGMASK / EVIOCSMASK ioctls is used to index the static counts array in evdevgetmaskcnt and client evmasks array i...

5.7AI score0.0019EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.16 views

DEBIAN-CVE-2026-74680

In the Linux kernel, the following vulnerability has been resolved: usb: atm: cxacru: properly kill rcvurb on error in cxacrucm If cxacrucm encounters an error while submitting or waiting for sndurb, it aborts and returns the error without killing the already submitted rcvurb. This leaves the...

5.4AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.9 views

DEBIAN-CVE-2026-74681

In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: check ibuflen against rxbuflen in bulk msg ibuflen is the bulk IN receive buffer size, but the EMSGSIZE check in usbiobulkmsg compares it against txbuflen — the bulk OUT endpoint size. Both are taken independent...

5.6AI score0.00166EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.7 views

DEBIAN-CVE-2026-74682

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix OOB write on Type II inbound URBs dataepsetparams sizes each URB transfer buffer before it adds the Format Type II transfer delimiter: u-packets = urbpacks; u-buffersize = maxsize u-packets; if fmt-fmttype ==...

5.8AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.13 views

DEBIAN-CVE-2026-74684

In the Linux kernel, the following vulnerability has been resolved: net: tap: set skb-dev before parsing virtio net header in tapgetuserxdp The commit 4f61f133f354 "net: tap: NULL pointer derefence in devparseheaderprotocol when skb-dev is null" fixed a crash in tapgetuser by assigning skb-dev...

7.1CVSS5.8AI score0.00138EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.7 views

DEBIAN-CVE-2026-74679

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: Use unsigned int for ndpindex The variable ndpindex is declared as a signed integer, but it stores the return value of getncm, which is unsigned. A malicious host can supply a large offset that overflows the...

5.4AI score0.00185EPSS
SaveExploits0References1
Rows per page
Query Builder