Lucene search
+L

377828 matches found

CVE
CVE
added 2026/08/22 3:32 p.m.55 views

CVE-2026-74637

CVE-2026-74637 is a use-after-free in the Linux kernel's perf subsystem . When a perf event group sibling is detached during CPU hotplug (DETACH_GROUP), it is removed from the leader's sibling list but its group_leader pointer is left stale. If the leader is later freed, a PERF_IOC_FLAG_GROUP ioc...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.23 views

CVE-2026-74636 tracing: Fix race between update_event_fields and, event_define_fields

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix race between updateeventfields and, eventdefinefields The following sequence may leads race between eventdefinefields and updateeventfields: CPU0 loads module A CPU1 loads module B ===============================...

0.00173EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/22 3:32 p.m.16 views

EUVD-2026-64574

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix group leader use-after-free after sibling detach perfgroupdetach handles leader and sibling detach differently. When the group leader is detached, all siblings are promoted to singleton events and their groupleader...

5.7AI score0.00126EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/22 3:32 p.m.11 views

CVE-2026-74637

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix group leader use-after-free after sibling detach perfgroupdetach handles leader and sibling detach differently. When the group leader is detached, all siblings are promoted to singleton events and their groupleader...

7.8CVSS5.5AI score0.00126EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/22 3:32 p.m.11 views

EUVD-2026-64572

In the Linux kernel, the following vulnerability has been resolved: fbdev: bitblit: bound-check glyph index in bitcursor bitcursor fetches the glyph under the cursor with c = scrreadwvcpos; src = vcfont.data + c & charmask w height; where charmask is 0x1ff when vchifontmask is set. The screen...

6.1AI score0.00129EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/22 3:32 p.m.11 views

CVE-2026-74635

In the Linux kernel, the following vulnerability has been resolved: fbdev: bitblit: bound-check glyph index in bitcursor bitcursor fetches the glyph under the cursor with c = scrreadwvcpos; src = vcfont.data + c & charmask w height; where charmask is 0x1ff when vchifontmask is set. The screen...

7.8CVSS6AI score0.00129EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.26 views

CVE-2026-74635 fbdev: bitblit: bound-check glyph index in bit_cursor()

In the Linux kernel, the following vulnerability has been resolved: fbdev: bitblit: bound-check glyph index in bitcursor bitcursor fetches the glyph under the cursor with c = scrreadwvcpos; src = vcfont.data + c & charmask w height; where charmask is 0x1ff when vchifontmask is set. The screen...

7.8CVSS0.00129EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:32 p.m.25 views

CVE-2026-74635

CVE-2026-74635 is an out-of-bounds read in the Linux kernel's fbdev subsystem, specifically in bit_cursor() (drivers/video/fbdev/core/bitblit.c). The function indexes font glyph data using a value from the screen buffer without bounds-checking it against the font's glyph count. A local user can t...

7.8CVSS6.1AI score0.00129EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 3:32 p.m.14 views

CVE-2026-74635 fbdev: bitblit: bound-check glyph index in bit_cursor()

In the Linux kernel, the following vulnerability has been resolved: fbdev: bitblit: bound-check glyph index in bitcursor bitcursor fetches the glyph under the cursor with c = scrreadwvcpos; src = vcfont.data + c & charmask w height; where charmask is 0x1ff when vchifontmask is set. The screen...

7.8CVSS6.2AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/08/22 3:32 p.m.10 views

CVE-2026-74634

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Prevent subbuf order change when resizing is disabled Because ringbuffersubbuforderset frees buffer pages, we can't allow it when resizing is disabled. A non-consuming reader is at risk of use-after-free rbadvanceite...

7.8CVSS5.7AI score0.00125EPSS
SaveExploits0
CVE
CVE
added 2026/08/22 3:32 p.m.28 views

CVE-2026-74634

This vulnerability affects the Linux kernel ring-buffer subsystem. The root cause is that ring_buffer_subbuf_order_set() frees buffer pages even when resizing is disabled, leaving a non-consuming reader exposed to a use-after-free in rb_advance_iter(). The fix returns -EBUSY on resize_disabled, m...

7.8CVSS5.7AI score0.00125EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.27 views

CVE-2026-74634 ring-buffer: Prevent subbuf order change when resizing is disabled

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Prevent subbuf order change when resizing is disabled Because ringbuffersubbuforderset frees buffer pages, we can't allow it when resizing is disabled. A non-consuming reader is at risk of use-after-free rbadvanceite...

7.8CVSS0.00125EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/22 3:32 p.m.9 views

EUVD-2026-64571

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Prevent subbuf order change when resizing is disabled Because ringbuffersubbuforderset frees buffer pages, we can't allow it when resizing is disabled. A non-consuming reader is at risk of use-after-free rbadvanceite...

5.7AI score0.00125EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/22 3:32 p.m.12 views

CVE-2026-74634 ring-buffer: Prevent subbuf order change when resizing is disabled

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Prevent subbuf order change when resizing is disabled Because ringbuffersubbuforderset frees buffer pages, we can't allow it when resizing is disabled. A non-consuming reader is at risk of use-after-free rbadvanceite...

7.8CVSS5.9AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.26 views

CVE-2026-74633 tracing: Fix NULL pointer dereference in module event cache removal

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix NULL pointer dereference in module event cache removal A module-only event filter such as ":mod:foo" is cached with a NULL eventmod-match when foo has not been loaded. If a later write tries to remove a specific matc...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.32 views

CVE-2026-74632 mm/huge_memory: fix huge_zero_pfn race

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: fix hugezeropfn race Patch series "mm/hugememory: fix hugezeropfn race", v2. There is a subtle race in the reference-counted hugezerofolio implementation. The fast path atomic logic fails to account for the fact th...

7.8CVSS0.00129EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 3:32 p.m.13 views

CVE-2026-74633 tracing: Fix NULL pointer dereference in module event cache removal

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix NULL pointer dereference in module event cache removal A module-only event filter such as ":mod:foo" is cached with a NULL eventmod-match when foo has not been loaded. If a later write tries to remove a specific matc...

5.7AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/22 3:32 p.m.8 views

CVE-2026-74632

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: fix hugezeropfn race Patch series "mm/hugememory: fix hugezeropfn race", v2. There is a subtle race in the reference-counted hugezerofolio implementation. The fast path atomic logic fails to account for the fact th...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/22 3:32 p.m.10 views

CVE-2026-74633

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix NULL pointer dereference in module event cache removal A module-only event filter such as ":mod:foo" is cached with a NULL eventmod-match when foo has not been loaded. If a later write tries to remove a specific matc...

5.5AI score0.00166EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/22 3:32 p.m.12 views

EUVD-2026-64569

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: fix hugezeropfn race Patch series "mm/hugememory: fix hugezeropfn race", v2. There is a subtle race in the reference-counted hugezerofolio implementation. The fast path atomic logic fails to account for the fact th...

5.6AI score0.00129EPSS
SaveExploits0References4
Rows per page
Query Builder