Lucene search
+L

262406 matches found

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

CVE-2026-80643

This Linux kernel issue affects the igen6_edac driver (EDAC subsystem for Igen6 memory controllers). When the driver is unloaded, a kernel warning and call trace are triggered because the memory controller devices lack a required release() callback, as reported by the kobject core in drivers/base...

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

CVE-2026-80643 EDAC/igen6: Fix call trace due to missing release()

In the Linux kernel, the following vulnerability has been resolved: EDAC/igen6: Fix call trace due to missing release When unloading the igen6edac driver, there is a call trace: Device 'null' does not have a release function, it is broken and must be fixed. See Documentation/core-api/kobject.rst...

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

EUVD-2026-67517

In the Linux kernel, the following vulnerability has been resolved: wifi: wlcore: enable the right set of ciphers The firmware version number check for IGTK introduced in commit c34dbc5900b0 "wifi: wlcore: Add support for IGTK key" lets the amount of ciphers decrease on every boot of a too old...

5.9AI score0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 6:48 a.m.22 views

CVE-2026-80642

CVE-2026-80642 affects the Linux kernel 's liveupdate subsystem. During a Live Update, a subsystem may need to hold incoming File-Lifecycle-Bound (FLB) data for an extended period (e.g., during device enumeration). The vulnerability stems from a missing reference count on the incoming FLB structu...

5.8AI score0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 6:48 a.m.12 views

CVE-2026-80641

CVE-2026-80641 affects the Linux kernel wlcore WiFi driver (TI wl12xx and wl18xx chips). The root cause is a firmware version check for IGTK (Individual Group Traffic Key) introduced in an earlier commit that causes the number of enabled ciphers to decrement on every boot when running too-old fir...

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

CVE-2026-80642 liveupdate: Reference count incoming FLB data

In the Linux kernel, the following vulnerability has been resolved: liveupdate: Reference count incoming FLB data Increment the incoming FLB refcount in liveupdateflbgetincoming so that the FLB structure cannot be freed while the caller is actively using it. Add an additional...

5.8AI score
SaveExploits0References5
OSV
OSV
added 2026/08/28 6:48 a.m.11 views

CVE-2026-80641 wifi: wlcore: enable the right set of ciphers

In the Linux kernel, the following vulnerability has been resolved: wifi: wlcore: enable the right set of ciphers The firmware version number check for IGTK introduced in commit c34dbc5900b0 "wifi: wlcore: Add support for IGTK key" lets the amount of ciphers decrease on every boot of a too old...

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

EUVD-2026-67518

In the Linux kernel, the following vulnerability has been resolved: liveupdate: Reference count incoming FLB data Increment the incoming FLB refcount in liveupdateflbgetincoming so that the FLB structure cannot be freed while the caller is actively using it. Add an additional...

5.8AI score0.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.8 views

CVE-2026-80641

In the Linux kernel, the following vulnerability has been resolved: wifi: wlcore: enable the right set of ciphers The firmware version number check for IGTK introduced in commit c34dbc5900b0 "wifi: wlcore: Add support for IGTK key" lets the amount of ciphers decrease on every boot of a too old...

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

EUVD-2026-67515

In the Linux kernel, the following vulnerability has been resolved: cxl/test: Fix fortifypanic Fix a runtime assertion in setupxormapping. Fortify complains that it is potentially overflowing the xormaps array per countedbynrmaps. Quiet the false positive by initializing @nrmaps earlier. memcpy:...

6AI score0.00171EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 6:48 a.m.40 views

CVE-2026-80640

CVE-2026-80640 affects the CXL firmware control (fwctl) subsystem of the Linux kernel . The root cause is in cxlctl_get_supported_features(), where num_entries is not initialized early enough, causing the kernel's Fortify runtime protection to detect a potential 48-byte write to a zero-size buffe...

6AI score0.00183EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 6:48 a.m.13 views

CVE-2026-80639 cxl/test: Fix __fortify_panic

In the Linux kernel, the following vulnerability has been resolved: cxl/test: Fix fortifypanic Fix a runtime assertion in setupxormapping. Fortify complains that it is potentially overflowing the xormaps array per countedbynrmaps. Quiet the false positive by initializing @nrmaps earlier. memcpy:...

6AI score
SaveExploits0References5
CVE
CVE
added 2026/08/28 6:48 a.m.22 views

CVE-2026-80639

CVE-2026-80639 affects the Linux kernel 's cxl/test module (loaded as cxl_translate). The issue is in setup_xor_mapping(), where the Fortify overflow detector reported a potential 32-byte write to a zero-size buffer for the xormaps array, due to the __counted_by(nr_maps) annotation seeing nr_maps...

6AI score0.00171EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/28 6:48 a.m.11 views

EUVD-2026-67516

In the Linux kernel, the following vulnerability has been resolved: cxl/fwctl: Fix fortifypanic Fix a runtime assertion in cxlctlgetsupportedfeatures. Fortify complains that it is potentially overflowing the entries array per countedbylenumentries. Quiet the false positive by initializing...

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

CVE-2026-80640 cxl/fwctl: Fix __fortify_panic

In the Linux kernel, the following vulnerability has been resolved: cxl/fwctl: Fix fortifypanic Fix a runtime assertion in cxlctlgetsupportedfeatures. Fortify complains that it is potentially overflowing the entries array per countedbylenumentries. Quiet the false positive by initializing...

6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/28 6:48 a.m.39 views

CVE-2026-80638 ocfs2: fix out-of-bounds write in ocfs2_remove_refcount_extent

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix out-of-bounds write in ocfs2removerefcountextent BUG Unlinking a refcounted file whose refcount tree has leaf blocks triggers a fortify panic due to an out-of-bounds write. CAUSE When the last leaf block is removed fro...

8.8CVSS0.00348EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 6:48 a.m.24 views

CVE-2026-80638

CVE-2026-80638 is an out-of-bounds write in the Linux kernel's ocfs2 filesystem module, specifically in ocfs2_remove_refcount_extent(). When the last leaf block is removed from a refcount tree, a bulk memset on &rb->rf_records executes while rl_count is 0 (since rf_list.l_tree_depth aliases rf...

8.8CVSS5.9AI score0.00348EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/28 6:48 a.m.13 views

CVE-2026-80638 ocfs2: fix out-of-bounds write in ocfs2_remove_refcount_extent

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix out-of-bounds write in ocfs2removerefcountextent BUG Unlinking a refcounted file whose refcount tree has leaf blocks triggers a fortify panic due to an out-of-bounds write. CAUSE When the last leaf block is removed fro...

8.8CVSS5.9AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/28 6:48 a.m.9 views

EUVD-2026-67514

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix out-of-bounds write in ocfs2removerefcountextent BUG Unlinking a refcounted file whose refcount tree has leaf blocks triggers a fortify panic due to an out-of-bounds write. CAUSE When the last leaf block is removed fro...

5.9AI score0.00348EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 6:48 a.m.65 views

CVE-2026-80636

CVE-2026-80636 affects the Linux kernel netfilter conntrack subsystem. The vulnerability stems from the ct extension genid infrastructure (introduced by commit c56716c69ce1), which disables all ct extensions for unconfirmed conntracks—causing them to be NULL —when this behavior should only apply ...

5.8AI score0.00168EPSS
SaveExploits0References5
Rows per page
Query Builder