Lucene search
+L

563378 matches found

Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•10 views

CVE-2026-90023

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fmassstorage: fix null pointer dereference in fsgcommonsetnumbuffers Previously fsgnumbuffersvalidate was removed as it was not necessary due to Kconfig setting the limits for n from 2 to 256 with default as 2...

5.7AI score0.00219EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•12 views

CVE-2026-90022

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fmidi2: fix use-after-free in string attribute show path fmidi2optsstrshow takes the string lock internally, but its callers dereference the opts-info. pointer before calling it, outside the lock. This races with...

7.8CVSS6.4AI score0.0017EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•13 views

CVE-2026-90021

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fmidi: initialize work in fmidialloc fmidialloc initializes freeref to 1 and it can only be incremented when a sound card is registered via fmidiregistercard. fmidiregistercard is only called in fmidibind which...

5.8AI score0.00209EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•10 views

CVE-2026-90020

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: fix NULL pointer dereference in gadgetdevioctl gadgetdevioctl reads dev-gadget before acquiring dev-lock, but dev-state is checked after acquiring the lock. Therefore a concurrent bind can change the device state...

5.7AI score0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•10 views

CVE-2026-90019

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fix null pointer dereference in usbputfunctioninstance usbputfunctioninstance attempts to dereference fd inside fi struct to get mod in uvcallocinst error path. However, fd is not allocated until later in...

5.7AI score0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•11 views

CVE-2026-90018

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read / stack overflow in rtwgetwpsattr rtwgetwpsattr walks WPS attributes inside a WPS IE taken from a wireless management frame. For each candidate attribute it only checks that the fixed 4-byte...

8.8CVSS6.2AI score0.0052EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•10 views

CVE-2026-90016

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in rtwrestructwmmie rtwrestructwmmie scans inie for a WMM IE with: while i inlen ... if i + 5 inlen && iniei == 0xDD && ... ... break; i += iniei + 1 + 2; / to the next IE element / When the "i + ...

7.1CVSS6.1AI score0.00353EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•10 views

CVE-2026-90017

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in rtwactionframeparse rtwactionframeparse takes a framelen parameter but never actually checks it before indexing into the frame body: const u8 framebody = frame + sizeofstruct ieee80211hdr3addr;...

7.1CVSS5.8AI score0.00405EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•11 views

CVE-2026-90015

In the Linux kernel, the following vulnerability has been resolved: xhci: fix lost bounce buffers on TDs spanning several ring segments When a TD reaches a link TRB with data that is not aligned to the endpoint's wMaxPacketSize, xhcialigntd stages the unalignable tail through the bounce buffer of...

5.9AI score0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•10 views

CVE-2026-90013

In the Linux kernel, the following vulnerability has been resolved: tracing: Take tracearray reference when opening options file The options files do not take the tracearray reference for the options they represent. This could cause a use-after-free kernel crash if one of these files is opened by...

7.8CVSS6.3AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•8 views

CVE-2026-90014

In the Linux kernel, the following vulnerability has been resolved: tracing: Have showeventfilters/triggers files take trace array ref The newly added files showeventfilters and showeventtriggers that show all filters or triggers that are set within the trace array do not take a reference for the...

7.8CVSS6.3AI score0.00165EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•9 views

CVE-2026-90012

In the Linux kernel, the following vulnerability has been resolved: spi: Fix DMA mapping ownership on partial map failure If RX mapping fails after TX mapping succeeds, spimapmsg unmaps TX but leaves txsgmapped set. If TX mapping fails on a later transfer, mappings created for earlier transfers...

9.8CVSS5.8AI score0.00671EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•8 views

CVE-2026-90010

In the Linux kernel, the following vulnerability has been resolved: scsi: bsg: Cap iouring sense copy to maxresponselen Completion copied scmd-senselen to the user response buffer without honoring maxresponselen. After a valid sense, the midlayer sets senselen to the real length up to...

7.8CVSS6AI score0.00165EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•10 views

CVE-2026-90011

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Reserve a terminator byte for the login payload iscsitargetcheckloginrequest rejects a login PDU whose DataSegmentLength exceeds MAXKEYVALUEPAIRS, but the test is '' and login-reqbuf is allocated with exactly...

9.1CVSS6.1AI score0.00866EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•9 views

CVE-2026-90009

In the Linux kernel, the following vulnerability has been resolved: scsi: bsg: Fix TOCTOU in iouring passthrough command setup scsibsguringcmd reads bsguringcmd from the shared mmap'd SQE. Userspace can change a field after we check it and before we use it. requestlen is the sharp case: it can gr...

7.8CVSS5.9AI score0.00165EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•9 views

CVE-2026-90008

In the Linux kernel, the following vulnerability has been resolved: scsi: megaraidsas: Limit NVMe request size to the PRP chain frame megasasmakeprpnvme builds a command's PRP list in cmd-sgframe, a DMA pool buffer of instance-maxchainframesz bytes, spending one entry per NVMe page of the transfe...

7.8CVSS6AI score0.00173EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•12 views

CVE-2026-90007

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Use rollback index when freeing MSI-X vectors pm8001requestmsix unwinds previously registered handlers with freeirq when requestirq fails. The rollback loop uses the failing index i for every iteration instead of th...

7.8CVSS5.8AI score0.00176EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•12 views

CVE-2026-90006

In the Linux kernel, the following vulnerability has been resolved: samples/damon/mtier: handle damonstop failure damonsamplemtierstop assumes its damonstop call will always successfully stops the two DAMON contexts. Hence it deallocates the two DAMON contexts after the damonstop call. However, i...

6AI score0.00222EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•11 views

CVE-2026-90005

In the Linux kernel, the following vulnerability has been resolved: samples/damon/wsse: handle damonstart failure Patch series "samples/damon: handle damonstart,stop failures". All DAMON sample modules are not correctly handling failures from damonstart. Among those, mtier also has an additional...

6.2AI score0.00206EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/16 10:33 a.m.•10 views

CVE-2026-90004

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: handle region split failure in applyminnrregions damonapplyminnrregions repeatedly split each region until its size becomes small enough to meet the user-defined low limit of the number of regions. The loop assumes...

6AI score0.00198EPSS
SaveExploits0
Rows per page
Query Builder