Lucene search
+L

352699 matches found

Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.10 views

CVE-2026-68376

In the Linux kernel, the following vulnerability has been resolved: sctp: fix authhmacs array size in struct sctpcookie The authhmacs array in struct sctpcookie is supposed to store a complete SCTPAUTHHMACALGO parameter, which consists of a struct sctpparamhdr followed by N HMAC identifiers...

8.1CVSS5.5AI score0.00475EPSS
SaveExploits0
OSV
OSV
added 2026/08/10 12:03 p.m.6 views

CVE-2026-68376 sctp: fix auth_hmacs array size in struct sctp_cookie

In the Linux kernel, the following vulnerability has been resolved: sctp: fix authhmacs array size in struct sctpcookie The authhmacs array in struct sctpcookie is supposed to store a complete SCTPAUTHHMACALGO parameter, which consists of a struct sctpparamhdr followed by N HMAC identifiers...

8.1CVSS5.6AI score
SaveExploits0References11
CVE
CVE
added 2026/08/10 12:03 p.m.50 views

CVE-2026-68376

The CVE-2026-68376 issue concerns the Linux kernel SCTP implementation. A miscalculated auth_hmacs array size in struct sctp_cookie caused the HMAC-ALGO parameter (struct sctp_paramhdr plus N HMAC identifiers) to overflow the buffer when four identifiers are configured, leading to copying beyond ...

8.1CVSS5.5AI score0.00475EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/10 12:03 p.m.11 views

CVE-2026-68339 Bluetooth: btusb: validate Realtek vendor event length

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: validate Realtek vendor event length btusbrecveventrealtek reads the event code at data0 and the Realtek subevent code at data2 before deciding whether to consume a vendor event as a coredump. For example, the...

5.4AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.32 views

CVE-2026-68339 Bluetooth: btusb: validate Realtek vendor event length

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: validate Realtek vendor event length btusbrecveventrealtek reads the event code at data0 and the Realtek subevent code at data2 before deciding whether to consume a vendor event as a coredump. For example, the...

0.00209EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:03 p.m.10 views

EUVD-2026-55440

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: validate Realtek vendor event length btusbrecveventrealtek reads the event code at data0 and the Realtek subevent code at data2 before deciding whether to consume a vendor event as a coredump. For example, the...

5.3AI score0.00209EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.11 views

CVE-2026-68339

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: validate Realtek vendor event length btusbrecveventrealtek reads the event code at data0 and the Realtek subevent code at data2 before deciding whether to consume a vendor event as a coredump. For example, the...

5.2AI score0.00209EPSS
SaveExploits0
CVE
CVE
added 2026/08/10 12:03 p.m.34 views

CVE-2026-68339

The Linux kernel Bluetooth btusb vulnerability CVE-2026-68339 stems from btusb_recv_event_realtek() inspecting data[0] and data[2] before verifying the HCI event header and first parameter. This can cause misclassification of a vendor event as a coredump (e.g., a 2-byte event ff 00 with adjacent ...

5.3AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.35 views

CVE-2026-68336 bonding: fix devconf_all NULL dereference when IPv6 is disabled

In the Linux kernel, the following vulnerability has been resolved: bonding: fix devconfall NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, the devconfall is never initialized because inet6init exits before addrconfinit is called which initializes it...

0.0018EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 12:03 p.m.10 views

CVE-2026-68336 bonding: fix devconf_all NULL dereference when IPv6 is disabled

In the Linux kernel, the following vulnerability has been resolved: bonding: fix devconfall NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, the devconfall is never initialized because inet6init exits before addrconfinit is called which initializes it...

5.3AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.8 views

CVE-2026-68336

In the Linux kernel, the following vulnerability has been resolved: bonding: fix devconfall NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, the devconfall is never initialized because inet6init exits before addrconfinit is called which initializes it...

5.2AI score0.0018EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/10 12:03 p.m.13 views

EUVD-2026-55437

In the Linux kernel, the following vulnerability has been resolved: bonding: fix devconfall NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, the devconfall is never initialized because inet6init exits before addrconfinit is called which initializes it...

5.3AI score0.0018EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:03 p.m.42 views

CVE-2026-68336

Technical details about CVE-2026-68336 are not publicly available in the provided documents. Monitor for updates.

5.3AI score0.0018EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/10 12:02 p.m.10 views

EUVD-2026-55423

In the Linux kernel, the following vulnerability has been resolved: rds: Fix inet6addrlst NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, inet6addrlst is never initialized because inet6init exits before addrconfinit is called to initialize it. An attempt t...

5.3AI score0.0021EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:02 p.m.37 views

CVE-2026-68322

CVE-2026-68322 concerns the Linux kernel RDS subsystem. When IPv6 is explicitly disabled with ipv6.disable=1, inet6_addr_lst is never initialized, because inet6_init() exits before addrconf_init() runs. This leads to a NULL dereference in __ipv6_chk_addr_and_flags() when attempting to bind an RDS...

5.3AI score0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:02 p.m.31 views

CVE-2026-68322 rds: Fix inet6_addr_lst NULL dereference when IPv6 is disabled

In the Linux kernel, the following vulnerability has been resolved: rds: Fix inet6addrlst NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, inet6addrlst is never initialized because inet6init exits before addrconfinit is called to initialize it. An attempt t...

0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/10 12:02 p.m.8 views

CVE-2026-68322 rds: Fix inet6_addr_lst NULL dereference when IPv6 is disabled

In the Linux kernel, the following vulnerability has been resolved: rds: Fix inet6addrlst NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, inet6addrlst is never initialized because inet6init exits before addrconfinit is called to initialize it. An attempt t...

5.4AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/08/10 12:02 p.m.11 views

CVE-2026-68322

In the Linux kernel, the following vulnerability has been resolved: rds: Fix inet6addrlst NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, inet6addrlst is never initialized because inet6init exits before addrconfinit is called to initialize it. An attempt t...

5.3AI score0.0021EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/10 12:02 p.m.7 views

EUVD-2026-55417

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Fix element size accounting for cmd stream validation There are 2 issues with the element size handling in the command stream validation which result in too small of a size calculated when the element size is...

5.3AI score0.0012EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/10 12:02 p.m.9 views

CVE-2026-68316

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Fix element size accounting for cmd stream validation There are 2 issues with the element size handling in the command stream validation which result in too small of a size calculated when the element size is...

7.8CVSS5.2AI score0.0012EPSS
SaveExploits0
Rows per page
Query Builder