Lucene search
+L

49397 matches found

OSV
OSV
added 2026/07/19 2:56 p.m.6 views

CVE-2026-63989 bridge: Fix sleep in atomic context in netlink path

In the Linux kernel, the following vulnerability has been resolved: bridge: Fix sleep in atomic context in netlink path Since the introduction of the netlink configuration path for bridge ports in commit 25c71c75ac87 "bridge: bridge port parameters over netlink", brsetport was always called with...

5.4AI score
SaveExploits0References6
OSV
OSV
added 2026/07/19 2:56 p.m.6 views

CVE-2026-63988 bridge: Fix sleep in atomic context in sysfs path

In the Linux kernel, the following vulnerability has been resolved: bridge: Fix sleep in atomic context in sysfs path Since the start of the git history, brportstore always acquired the bridge lock. Back then this decision made sense: The bridge lock protects the STP state of the bridge and its...

5.4AI score
SaveExploits0References6
CVE
CVE
added 2026/07/19 2:56 p.m.14 views

CVE-2026-63988

CVE-2026-63988 concerns a Linux kernel fix for sleeping in atomic context during sysfs path handling in bridge brport_store(). The root cause: brport_store() previously held the bridge lock for many attributes; now most attributes don’t require the lock. As a result, calling dev_set_promiscuity()...

5.4AI score0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 2:55 p.m.7 views

EUVD-2026-45677

In the Linux kernel, the following vulnerability has been resolved: usb: usbtmc: check URB actuallength for interrupt-IN notifications USBTMC devices can use an optional interrupt endpoint for notification messages. These typically contain two-byte headers indicating the payload format, but the...

5.4AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 2:55 p.m.20 views

CVE-2026-63904

The CVE-2026-63904 entry concerns the Linux kernel USBTMC driver and its handling of interrupt-IN notifications. A vulnerability existed where the driver did not verify that the URB actual_length contained the two-byte header payload before accessing data buffers, potentially causing an out-of-bo...

5.4AI score0.00211EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 2:55 p.m.6 views

CVE-2026-63897 USB: serial: mct_u232: fix missing interrupt-in transfer sanity check

In the Linux kernel, the following vulnerability has been resolved: USB: serial: mctu232: fix missing interrupt-in transfer sanity check Add the missing sanity check on the size of interrupt-in transfers to avoid parsing stale or uninitialised slab data and leaking it to user space...

5.3AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/19 2:55 p.m.10 views

EUVD-2026-45670

In the Linux kernel, the following vulnerability has been resolved: USB: serial: mctu232: fix missing interrupt-in transfer sanity check Add the missing sanity check on the size of interrupt-in transfers to avoid parsing stale or uninitialised slab data and leaking it to user space...

5.3AI score0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.35 views

CVE-2026-63897 USB: serial: mct_u232: fix missing interrupt-in transfer sanity check

In the Linux kernel, the following vulnerability has been resolved: USB: serial: mctu232: fix missing interrupt-in transfer sanity check Add the missing sanity check on the size of interrupt-in transfers to avoid parsing stale or uninitialised slab data and leaking it to user space...

0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 2:55 p.m.38 views

CVE-2026-63888

The CVE concerns the Linux kernel iSCSI target: two related Text-phase bugs in iscsit_handle_text_cmd() were fixed. First, a CRC32C DataDigest overread occurs because rx_size includes the CRC length when calling iscsit_crc_buf(), reading 4 bytes past the allocated text_in. The patch fixes this by...

9.8CVSS5.7AI score0.00745EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/19 12:16 p.m.8 views

CVE-2026-63831

In the Linux kernel, the following vulnerability has been resolved: mac802154: llsec: add skbcowdata before in-place crypto llsecdoencryptunauth, llsecdoencryptauth, llsecdodecryptunauth, and llsecdodecryptauth all perform in-place cryptographic transformations on skb data. They build a scatterli...

8.8CVSS0.00243EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 12:2 p.m.12 views

EUVD-2026-45497

In the Linux kernel, the following vulnerability has been resolved: mac802154: llsec: add skbcowdata before in-place crypto llsecdoencryptunauth, llsecdoencryptauth, llsecdodecryptunauth, and llsecdodecryptauth all perform in-place cryptographic transformations on skb data. They build a scatterli...

5.6AI score0.00243EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:2 p.m.9 views

CVE-2026-63831

In the Linux kernel, the following vulnerability has been resolved: mac802154: llsec: add skbcowdata before in-place crypto llsecdoencryptunauth, llsecdoencryptauth, llsecdodecryptunauth, and llsecdodecryptauth all perform in-place cryptographic transformations on skb data. They build a scatterli...

5.6AI score0.00243EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/07/19 12:2 p.m.16 views

CVE-2026-63831

CVE-2026-63831 (Linux kernel, mac802154 llsec) : In in-place crypto paths, llsec_do_encrypt_/llsec_do_decrypt_ modify skb data that may be shared across clones, risking silent data corruption, use-after-free, and kernel crashes under concurrent 802.15.4 traffic. The documented fix is to call skb_...

8.8CVSS5.7AI score0.00243EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 12:2 p.m.10 views

CVE-2026-63831

In the Linux kernel, the following vulnerability has been resolved: mac802154: llsec: add skbcowdata before in-place crypto llsecdoencryptunauth, llsecdoencryptauth, llsecdodecryptunauth, and llsecdodecryptauth all perform in-place cryptographic transformations on skb data. They build a scatterli...

8.8CVSS5.5AI score0.00243EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 12:2 p.m.35 views

CVE-2026-63831 mac802154: llsec: add skb_cow_data() before in-place crypto

In the Linux kernel, the following vulnerability has been resolved: mac802154: llsec: add skbcowdata before in-place crypto llsecdoencryptunauth, llsecdoencryptauth, llsecdodecryptunauth, and llsecdodecryptauth all perform in-place cryptographic transformations on skb data. They build a scatterli...

8.8CVSS0.00243EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 12:2 p.m.5 views

CVE-2026-63831 mac802154: llsec: add skb_cow_data() before in-place crypto

In the Linux kernel, the following vulnerability has been resolved: mac802154: llsec: add skbcowdata before in-place crypto llsecdoencryptunauth, llsecdoencryptauth, llsecdodecryptunauth, and llsecdodecryptauth all perform in-place cryptographic transformations on skb data. They build a scatterli...

8.8CVSS5.7AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/07/19 12:2 p.m.9 views

CVE-2026-63820

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix missing read bio submission on large folio error f2fsreaddatalargefolio can keep a read bio across multiple readahead folios. If a later folio hits an error before any of its blocks are added to the bio, folioinbio is...

5.2AI score0.00145EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/19 11:59 a.m.10 views

CVE-2026-53383

In the Linux kernel, the following vulnerability has been resolved: ksmbd: reject non-VALID session in compound request branch smb2checkusersession takes a shortcut for any operation that is not the first in a COMPOUND request: it reuses work-sess the session bound by the first operation and...

7.5CVSS5.4AI score0.0069EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.9 views

PT-2026-61147

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description In the mac802154 llsec module, the functions llsec do encrypt unauth, llsec do encrypt auth, llsec do decrypt unauth, and llsec do decrypt auth perform in-place cryptographic...

9.8CVSS5.6AI score0.00517EPSS
SaveExploits0References83
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.9 views

PT-2026-61214

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the mct u232 USB serial driver where a missing sanity check on the size of interrupt-in transfers allows the system to parse stale or uninitialized slab data. This can...

5.1AI score0.00211EPSS
SaveExploits0
Rows per page
Query Builder