Lucene search
+L

125064 matches found

OSV
OSV
added 2026/09/04 3:55 p.m.5 views

CVE-2026-80861 usb: xhci: bail out of setup if the controller is inaccessible

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: bail out of setup if the controller is inaccessible xhcigensetup locates the operational registers using the capability length read from the very first register: xhci-opregs = hcd-regs +...

5.6AI score
SaveExploits0References6
OSV
OSV
added 2026/09/04 3:55 p.m.5 views

CVE-2026-80859 fuse: fix missing barrier when checking io-uring readiness

In the Linux kernel, the following vulnerability has been resolved: fuse: fix missing barrier when checking io-uring readiness fuseblockalloc reads fch-initialized and then fch-iouring. fch-iouring is set before fch-initialized, ordered by the smpwmb in fusechansetintialized, but fuseblockalloc h...

5.6AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/04 3:54 p.m.6 views

EUVD-2026-71289

In the Linux kernel, the following vulnerability has been resolved: batman-adv: reject unrepresentable multicast TVLV offsets The network and transport header fields in struct skbuff are 16-bit offsets from skb-head, and U16MAX is reserved as the unset transport header value. batadvtvlvcallhandle...

5.3AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/04 3:54 p.m.4 views

CVE-2026-80836 crypto: virtio - bound the akcipher result length

In the Linux kernel, the following vulnerability has been resolved: crypto: virtio - bound the akcipher result length virtiocryptodataqakciphercallback sets the result length from the device-reported response length without bounding it to the destination buffer, which was allocated for the origin...

5.6AI score
SaveExploits0References7
EUVD
EUVD
added 2026/09/04 3:54 p.m.6 views

EUVD-2026-71286

In the Linux kernel, the following vulnerability has been resolved: crypto: virtio - bound the akcipher result length virtiocryptodataqakciphercallback sets the result length from the device-reported response length without bounding it to the destination buffer, which was allocated for the origin...

5.3AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/04 3:54 p.m.13 views

CVE-2026-80836

This Linux kernel vulnerability affects the virtio crypto driver, specifically the virtio_crypto_dataq_akcipher_callback() function. The root cause is that the function sets the result length from the device-reported response length without bounding it to the destination buffer, which was allocat...

5.3AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/04 3:54 p.m.9 views

CVE-2026-80832

CVE-2026-80832 is a buffer underallocation flaw in the Linux kernel's QCE (Qualcomm Crypto Engine) crypto driver , specifically in qce_aead_ccm_prepare_buf_assoclen(). The AAD buffer size is computed as ALIGN(assoclen, 16) + MAX_CCM_ADATA_HEADER_LEN, while the DMA scatterlist length uses ALIGN(as...

5.5AI score0.00178EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/04 3:54 p.m.6 views

EUVD-2026-71282

In the Linux kernel, the following vulnerability has been resolved: crypto: qce - fix CCM AAD buffer underallocation The AAD buffer allocated in qceaeadccmpreparebufassoclen can be smaller than the length later programmed into the DMA scatterlist. The allocation size is currently calculated as:...

5.5AI score0.00178EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/04 3:54 p.m.5 views

CVE-2026-80832 crypto: qce - fix CCM AAD buffer underallocation

In the Linux kernel, the following vulnerability has been resolved: crypto: qce - fix CCM AAD buffer underallocation The AAD buffer allocated in qceaeadccmpreparebufassoclen can be smaller than the length later programmed into the DMA scatterlist. The allocation size is currently calculated as:...

5.8AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/09/04 3:54 p.m.8 views

CVE-2026-80827

In the Linux kernel, the following vulnerability has been resolved: USB: serial: option: fix slab OOB read in interrupt URB callback The interrupt URB buffer is allocated in setupportinterruptin based on the endpoint's wMaxPacketSize: buffersize = usbendpointmaxpepd; port-interruptinbuffer =...

6.1AI score0.00195EPSS
SaveExploits0
OSV
OSV
added 2026/09/04 3:54 p.m.7 views

CVE-2026-80827 USB: serial: option: fix slab OOB read in interrupt URB callback

In the Linux kernel, the following vulnerability has been resolved: USB: serial: option: fix slab OOB read in interrupt URB callback The interrupt URB buffer is allocated in setupportinterruptin based on the endpoint's wMaxPacketSize: buffersize = usbendpointmaxpepd; port-interruptinbuffer =...

5.8AI score
SaveExploits0References12
CVE
CVE
added 2026/09/04 3:54 p.m.9 views

CVE-2026-80827

CVE-2026-80827 affects the Linux kernel's USB serial option driver (usb-serial-option). The interrupt URB buffer is allocated in setup_port_interrupt_in() using the endpoint's wMaxPacketSize via kmalloc(). When a USB device declares wMaxPacketSize = 8, the buffer is exactly 8 bytes. If the device...

5.5AI score0.00195EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/09/04 3:54 p.m.6 views

EUVD-2026-71277

In the Linux kernel, the following vulnerability has been resolved: USB: serial: option: fix slab OOB read in interrupt URB callback The interrupt URB buffer is allocated in setupportinterruptin based on the endpoint's wMaxPacketSize: buffersize = usbendpointmaxpepd; port-interruptinbuffer =...

5.5AI score0.00195EPSS
SaveExploits0References9
CVE
CVE
added 2026/09/04 3:47 p.m.18 views

CVE-2026-19299

IBM Langflow OSS versions 1.0.0 through 1.11.2 is affected by an authenticated path traversal vulnerability (CWE-22) in the ChatInput , bundle FileInput , and GitExtractor components. The root cause is that these components resolve file paths without invoking the LANGFLOW_RESTRICT_LOCAL_FILE_ACCE...

6.5CVSS5.3AI score0.00475EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/04 3:41 p.m.17 views

CVE-2026-19302

IBM Langflow OSS versions 1.0.0 through 1.11.2 are vulnerable to information disclosure via improper symbolic link validation in the GitExtractor component. While the component validates repository URLs to block local clones, it does not inspect the cloned tree for symbolic links. An attacker-con...

6.5CVSS5.3AI score0.00475EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/04 3:41 p.m.27 views

CVE-2026-19302 Langflow is vulnerable to arbitrary local file read due to path traversal in ChatInput, bundle FileInput, and GitExtractor components

IBM Langflow OSS 1.0.0 through 1.11.2 could allow a remote authenticated attacker to obtain sensitive information due to improper validation of symbolic links...

6.5CVSS0.00475EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/04 3:37 p.m.6 views

rails-activestorage-vips-audit

rails-activestorage-vips-audit Una Agent Skill que audita repositorios Ruby on Rails para detectar exposición a CVE-2026-66066 KindaRails2Shell — la vulnerabilidad de procesamiento de variantes libvips de Active Storage que permite la lectura arbitraria de archivos y, en una aplicación Rails, la...

9.5CVSS8.5AI score0.27861EPSS
SaveExploits9
CVE
CVE
added 2026/09/04 3:27 p.m.8 views

CVE-2026-80823

CVE-2026-80823 is a Linux kernel vulnerability in the nfc: st21nfca NFC driver. The function st21nfca_tm_recv_atr_req() validates that a received ATR_REQ frame meets a minimum size and that its self-declared length is at least the struct size, but never checks that the declared length does not ex...

5.3AI score0.00195EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/04 3:27 p.m.4 views

CVE-2026-80823 nfc: st21nfca: validate ATR_REQ length against the received frame

In the Linux kernel, the following vulnerability has been resolved: nfc: st21nfca: validate ATRREQ length against the received frame st21nfcatmrecvatrreq checks that the received ATRREQ frame is at least ST21NFCAATRREQMINSIZE and that the self-declared atrreq-length is at least sizeofstruct...

5.6AI score
SaveExploits0References12
EUVD
EUVD
added 2026/09/04 3:27 p.m.5 views

EUVD-2026-71265

In the Linux kernel, the following vulnerability has been resolved: nfc: st21nfca: validate ATRREQ length against the received frame st21nfcatmrecvatrreq checks that the received ATRREQ frame is at least ST21NFCAATRREQMINSIZE and that the self-declared atrreq-length is at least sizeofstruct...

5.3AI score0.00195EPSS
SaveExploits0References9
Rows per page
Query Builder