Lucene search
+L

269250 matches found

Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89562

In the Linux kernel, the following vulnerability has been resolved: ip6gre: fix hardware header length for NBMA tunnels ip6gretnllinkconfigroute accumulates the lower device's hardware header length into dev-hardheaderlen whenever headerops is set. This is incorrect for both users of headerops...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.31 views

CVE-2026-89560 landlock: Require LANDLOCK_ACCESS_FS_MAKE_REG for whiteout creation

In the Linux kernel, the following vulnerability has been resolved: landlock: Require LANDLOCKACCESSFSMAKEREG for whiteout creation Whiteout objects are used in the upper layer of an OverlayFS to indicate that the file with this name does not exist in the unified view, even if it is present in on...

8.4CVSS0.00126EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/11 7:44 p.m.20 views

CVE-2026-89561

CVE-2026-89561 is a NULL pointer dereference in the Linux kernel's IPv6 RPL (Routing Protocol for Low-Power and Lossy Networks) implementation. The function ipv6_rpl_srh_rcv() dereferences idev obtained from __in6_dev_get() without a NULL check when reading idev->cnf.rpl_seg_enabled. The race ...

7.5CVSS6.2AI score0.00432EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:44 p.m.7 views

EUVD-2026-76472

In the Linux kernel, the following vulnerability has been resolved: ipv6: rpl: fix NULL dereference of idev in ipv6rplsrhrcv ipv6rplsrhrcv dereferences idev from in6devget without a NULL check when reading idev-cnf.rplsegenabled. When the device's MTU drops below IPV6MINMTU, addrconfifdown clears...

6.2AI score0.00432EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.11 views

CVE-2026-89560

In the Linux kernel, the following vulnerability has been resolved: landlock: Require LANDLOCKACCESSFSMAKEREG for whiteout creation Whiteout objects are used in the upper layer of an OverlayFS to indicate that the file with this name does not exist in the unified view, even if it is present in on...

8.4CVSS5.9AI score0.00126EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.13 views

CVE-2026-89561

In the Linux kernel, the following vulnerability has been resolved: ipv6: rpl: fix NULL dereference of idev in ipv6rplsrhrcv ipv6rplsrhrcv dereferences idev from in6devget without a NULL check when reading idev-cnf.rplsegenabled. When the device's MTU drops below IPV6MINMTU, addrconfifdown clears...

7.5CVSS6.3AI score0.00432EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:44 p.m.10 views

CVE-2026-89560 landlock: Require LANDLOCK_ACCESS_FS_MAKE_REG for whiteout creation

In the Linux kernel, the following vulnerability has been resolved: landlock: Require LANDLOCKACCESSFSMAKEREG for whiteout creation Whiteout objects are used in the upper layer of an OverlayFS to indicate that the file with this name does not exist in the unified view, even if it is present in on...

8.4CVSS5.9AI score
SaveExploits0References9
CVE
CVE
added 2026/09/11 7:44 p.m.16 views

CVE-2026-89560

CVE-2026-89560 affects the Linux kernel Landlock security module , specifically the permission checks for whiteout object creation in the upper layer of OverlayFS (fuse-overlayfs). Two flaws exist: first, mknod(2) with S_IFCHR/makedev(0,0) was guarded by LANDLOCK_ACCESS_FS_MAKE_CHAR instead of th...

8.4CVSS5.8AI score0.00126EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 7:44 p.m.9 views

CVE-2026-89561 ipv6: rpl: fix NULL dereference of idev in ipv6_rpl_srh_rcv()

In the Linux kernel, the following vulnerability has been resolved: ipv6: rpl: fix NULL dereference of idev in ipv6rplsrhrcv ipv6rplsrhrcv dereferences idev from in6devget without a NULL check when reading idev-cnf.rplsegenabled. When the device's MTU drops below IPV6MINMTU, addrconfifdown clears...

7.5CVSS6.2AI score
SaveExploits0References6
EUVD
EUVD
added 2026/09/11 7:44 p.m.9 views

EUVD-2026-76471

In the Linux kernel, the following vulnerability has been resolved: landlock: Require LANDLOCKACCESSFSMAKEREG for whiteout creation Whiteout objects are used in the upper layer of an OverlayFS to indicate that the file with this name does not exist in the unified view, even if it is present in on...

5.8AI score0.00126EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.29 views

CVE-2026-89561 ipv6: rpl: fix NULL dereference of idev in ipv6_rpl_srh_rcv()

In the Linux kernel, the following vulnerability has been resolved: ipv6: rpl: fix NULL dereference of idev in ipv6rplsrhrcv ipv6rplsrhrcv dereferences idev from in6devget without a NULL check when reading idev-cnf.rplsegenabled. When the device's MTU drops below IPV6MINMTU, addrconfifdown clears...

7.5CVSS0.00432EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:44 p.m.22 views

CVE-2026-89559

CVE-2026-89559 affects the Linux kernel's libnvdimm/labels subsystem. The nslot field (a u32 read from DIMM label storage or via ND_CMD_SET_CONFIG_DATA) is multiplied by label_size in __nd_label_validate(). Because sizeof_namespace_label() returns unsigned, the product is evaluated in 32-bit and ...

7.8CVSS6AI score0.00164EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.11 views

CVE-2026-89559

In the Linux kernel, the following vulnerability has been resolved: libnvdimm/labels: Prevent integer overflow in ndlabelvalidate The on-media namespace index field nslot is a u32 read from the DIMM label storage area. ndlabelvalidate bounds it against the config area size, but sizeofnamespacelab...

7.8CVSS6.1AI score0.00164EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:44 p.m.9 views

CVE-2026-89559 libnvdimm/labels: Prevent integer overflow in __nd_label_validate()

In the Linux kernel, the following vulnerability has been resolved: libnvdimm/labels: Prevent integer overflow in ndlabelvalidate The on-media namespace index field nslot is a u32 read from the DIMM label storage area. ndlabelvalidate bounds it against the config area size, but sizeofnamespacelab...

7.8CVSS6.1AI score
SaveExploits0References11
EUVD
EUVD
added 2026/09/11 7:44 p.m.7 views

EUVD-2026-76470

In the Linux kernel, the following vulnerability has been resolved: libnvdimm/labels: Prevent integer overflow in ndlabelvalidate The on-media namespace index field nslot is a u32 read from the DIMM label storage area. ndlabelvalidate bounds it against the config area size, but sizeofnamespacelab...

6AI score0.00164EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.28 views

CVE-2026-89559 libnvdimm/labels: Prevent integer overflow in __nd_label_validate()

In the Linux kernel, the following vulnerability has been resolved: libnvdimm/labels: Prevent integer overflow in ndlabelvalidate The on-media namespace index field nslot is a u32 read from the DIMM label storage area. ndlabelvalidate bounds it against the config area size, but sizeofnamespacelab...

7.8CVSS0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/11 7:44 p.m.8 views

EUVD-2026-76469

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix stilldegraded being inverted in raid10syncrequest Commit fe6a19d40ceb "md/md-bitmap: merge mdbitmapstartsync into bitmapoperations" converted stilldegraded from int to bool, but inverted the assignment in the loop...

5.8AI score0.00626EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.28 views

CVE-2026-89558 md/raid10: fix still_degraded being inverted in raid10_sync_request()

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix stilldegraded being inverted in raid10syncrequest Commit fe6a19d40ceb "md/md-bitmap: merge mdbitmapstartsync into bitmapoperations" converted stilldegraded from int to bool, but inverted the assignment in the loop...

9.8CVSS0.00626EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89558 md/raid10: fix still_degraded being inverted in raid10_sync_request()

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix stilldegraded being inverted in raid10syncrequest Commit fe6a19d40ceb "md/md-bitmap: merge mdbitmapstartsync into bitmapoperations" converted stilldegraded from int to bool, but inverted the assignment in the loop...

9.8CVSS5.9AI score
SaveExploits0References7
CVE
CVE
added 2026/09/11 7:44 p.m.18 views

CVE-2026-89558

CVE-2026-89558 is a Linux kernel md/raid10 driver flaw caused by an inverted boolean assignment introduced when still_degraded was converted from int to bool in commit fe6a19d40ceb. When a RAID10 array is degraded and one device is being recovered while another mirror is still missing, the system...

9.8CVSS5.8AI score0.00626EPSS
SaveExploits0References4
Rows per page
Query Builder