Lucene search
+L

264108 matches found

Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.8 views

CVE-2026-80592

In the Linux kernel, the following vulnerability has been resolved: samples/damon/mtier: fail early if address range parameters are invalid The comment on top of struct damonregion clearly says that For any use case, @ar should be non-zero positive size. which is now verified in...

5.8AI score0.00166EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/28 6:48 a.m.12 views

EUVD-2026-67468

In the Linux kernel, the following vulnerability has been resolved: samples/damon/mtier: fail early if address range parameters are invalid The comment on top of struct damonregion clearly says that For any use case, @ar should be non-zero positive size. which is now verified in...

5.9AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 6:48 a.m.9 views

CVE-2026-80593 hwmon: (asus_atk0110) Check package count before accessing element

In the Linux kernel, the following vulnerability has been resolved: hwmon: asusatk0110 Check package count before accessing element atkecpresent walks the management group package returned by the GGRP ACPI method and, for each sub-package, reads its first element: id = &obj-package.elements0; if...

8.4CVSS5.8AI score
SaveExploits0References11
CVE
CVE
added 2026/08/28 6:48 a.m.29 views

CVE-2026-80592

This Linux kernel vulnerability affects the samples/damon/mtier sample module. If the module is enabled before its node{0,1}_{start,end}_addr parameters are properly initialized, or if detect_node_addresses is true and a node is memoryless, a zero-size address range is passed to damon_new_region(...

5.9AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/28 6:48 a.m.50 views

CVE-2026-80593 hwmon: (asus_atk0110) Check package count before accessing element

In the Linux kernel, the following vulnerability has been resolved: hwmon: asusatk0110 Check package count before accessing element atkecpresent walks the management group package returned by the GGRP ACPI method and, for each sub-package, reads its first element: id = &obj-package.elements0; if...

8.4CVSS0.00144EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/28 6:48 a.m.12 views

CVE-2026-80592 samples/damon/mtier: fail early if address range parameters are invalid

In the Linux kernel, the following vulnerability has been resolved: samples/damon/mtier: fail early if address range parameters are invalid The comment on top of struct damonregion clearly says that For any use case, @ar should be non-zero positive size. which is now verified in...

5.9AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/28 6:48 a.m.10 views

EUVD-2026-67469

In the Linux kernel, the following vulnerability has been resolved: hwmon: asusatk0110 Check package count before accessing element atkecpresent walks the management group package returned by the GGRP ACPI method and, for each sub-package, reads its first element: id = &obj-package.elements0; if...

5.8AI score0.00144EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/28 6:48 a.m.30 views

CVE-2026-80593

CVE-2026-80593 affects the asus_atk0110 hardware monitoring driver in the Linux kernel. The function atk_ec_present() reads the first element of each ACPI sub-package returned by the GGRP method without first verifying that the sub-package is non-empty. Because ACPICA allocates the element array ...

8.4CVSS5.8AI score0.00144EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/28 6:48 a.m.33 views

CVE-2026-80591

This vulnerability affects the f2fs filesystem in the Linux kernel . The flaw resides in f2fs_listxattr(), which fails to validate xattr entries before reading their fields. When a corrupted entry lies outside the valid xattr storage area, the function returns a successful partial result instead ...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/28 6:48 a.m.39 views

CVE-2026-80591 f2fs: fix listxattr handling of corrupted xattr entries

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix listxattr handling of corrupted xattr entries Validate the xattr entry before reading its fields in f2fslistxattr. Return -EFSCORRUPTED when the entry is outside the valid xattr storage area instead of returning a...

7.8CVSS0.00129EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/28 6:48 a.m.9 views

EUVD-2026-67467

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix listxattr handling of corrupted xattr entries Validate the xattr entry before reading its fields in f2fslistxattr. Return -EFSCORRUPTED when the entry is outside the valid xattr storage area instead of returning a...

5.8AI score0.00129EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/28 6:35 a.m.46 views

CVE-2026-80590 inet: frags: strip GSO state from fragments before reassembly

In the Linux kernel, the following vulnerability has been resolved: inet: frags: strip GSO state from fragments before reassembly A virtionethdr tun/tap, or AFPACKET with PACKETVNETHDR can mark an IPv4 or IPv6 fragment as GSO; nothing relates gsotype to fragoff...

8.6CVSS0.00586EPSS
SaveExploits0References9
CVE
CVE
added 2026/08/28 6:35 a.m.200 views

CVE-2026-80590

CVE-2026-80590 is a Linux kernel vulnerability in the IP fragment reassembly code path (inet: frags ). A virtio_net_hdr (via tun/tap or AF_PACKET) can mark an IPv4/IPv6 fragment as GSO; after reassembly the reassembled skb retains this GSO state, and the subsequent call to skb_segment() — which a...

8.6CVSS5.8AI score0.00586EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/08/28 6:35 a.m.12 views

EUVD-2026-67580

In the Linux kernel, the following vulnerability has been resolved: inet: frags: strip GSO state from fragments before reassembly A virtionethdr tun/tap, or AFPACKET with PACKETVNETHDR can mark an IPv4 or IPv6 fragment as GSO; nothing relates gsotype to fragoff...

5.8AI score0.00586EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/28 6:35 a.m.13 views

CVE-2026-80590

In the Linux kernel, the following vulnerability has been resolved: inet: frags: strip GSO state from fragments before reassembly A virtionethdr tun/tap, or AFPACKET with PACKETVNETHDR can mark an IPv4 or IPv6 fragment as GSO; nothing relates gsotype to fragoff...

8.6CVSS5.8AI score0.00586EPSS
SaveExploits0
OSV
OSV
added 2026/08/28 6:35 a.m.57 views

CVE-2026-80590 inet: frags: strip GSO state from fragments before reassembly

In the Linux kernel, the following vulnerability has been resolved: inet: frags: strip GSO state from fragments before reassembly A virtionethdr tun/tap, or AFPACKET with PACKETVNETHDR can mark an IPv4 or IPv6 fragment as GSO; nothing relates gsotype to fragoff...

8.6CVSS5.8AI score
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2026/08/28 1:01 a.m.8 views

SUSE CVE-2026-72072

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: macsec: fix use-after-free of metadatadst on RX SC delete When an offloaded MACsec RX SC is deleted, macsecdelrxscctx freed the per-SC metadatadst with metadatadstfree, which kfrees the object unconditionally and ignor...

7CVSS6.7AI score0.00171EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/28 1:00 a.m.7 views

SUSE CVE-2026-72254

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftfib: reject fib expression on the netdev egress hook A fib expression in a netdev egress base chain dereferences nftinpkt, NULL on the transmit path, causing a NULL pointer dereference at eval. nftfibvalidate masks...

5.5CVSS6.7AI score0.00595EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/28 12:59 a.m.9 views

SUSE CVE-2026-72307

In the Linux kernel, the following vulnerability has been resolved: mlxsw: fix refcount leak in mlxswspvrslpmtreereplace When mlxswspvrslpmtreereplace fails after replacing some VRs, the error rollback loop does not correctly revert the preceding replacements. The loop decrements the index but...

4.7CVSS5.8AI score0.0022EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/28 12:59 a.m.6 views

SUSE CVE-2026-72308

In the Linux kernel, the following vulnerability has been resolved: mlxsw: fix refcount leak in mlxswspportlagjoin When mlxswspportlagindexget fails, mlxswspportlagjoin returns an error without releasing the lag reference obtained by the earlier mlxswsplagget. All other error paths in the functio...

4.7CVSS5.8AI score0.0022EPSS
SaveExploits0References3
Rows per page
Query Builder