Lucene search
+L

396996 matches found

Debian CVE
Debian CVE
added 2026/08/15 12:26 p.m.6 views

CVE-2026-74447

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix uint32t overflow in EOP ring buffer size alignment eopringbuffersize in struct queueproperties is a u32. In kfdqueueacquirebuffers the expected EOP buffer size is computed as ALIGNeopringbuffersize, PAGESIZE; ALIG...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 12:26 p.m.12 views

CVE-2026-74447 drm/amdkfd: fix uint32_t overflow in EOP ring buffer size alignment

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix uint32t overflow in EOP ring buffer size alignment eopringbuffersize in struct queueproperties is a u32. In kfdqueueacquirebuffers the expected EOP buffer size is computed as ALIGNeopringbuffersize, PAGESIZE; ALIG...

7.8CVSS5.9AI score
SaveExploits0References7
CVE
CVE
added 2026/08/15 12:26 p.m.25 views

CVE-2026-74447

In the Linux kernel (drm/amdkfd), a uint32_t overflow in EOP ring buffer size alignment was fixed. The issue occurred because eop_ring_buffer_size (u32) is aligned with PAGE_SIZE in kfd_queue_acquire_buffers() using 32‑bit arithmetic, allowing a user size like 0xFFFFF001 to wrap to 0 and bypass t...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/15 12:26 p.m.32 views

CVE-2026-74447 drm/amdkfd: fix uint32_t overflow in EOP ring buffer size alignment

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix uint32t overflow in EOP ring buffer size alignment eopringbuffersize in struct queueproperties is a u32. In kfdqueueacquirebuffers the expected EOP buffer size is computed as ALIGNeopringbuffersize, PAGESIZE; ALIG...

7.8CVSS0.00129EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 12:26 p.m.12 views

CVE-2026-74446 drm/amdkfd: hold event_mutex while checkpointing CRIU events

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: hold eventmutex while checkpointing CRIU events kfdcriucheckpointevents counts the entries in p-eventidr via kfdgetnumevents, allocates an array sized to that count, and then walks the same IDR to fill it. Neither the...

7.8CVSS5.5AI score
SaveExploits0References9
CVE
CVE
added 2026/08/15 12:26 p.m.29 views

CVE-2026-74446

The CVE-2026-74446 issue affects the Linux kernel DRM/AMDKFD path and is triggered in kfd_criu_checkpoint_events() when checkpointing CRIU events. The root cause is that kfd_criu_checkpoint_events() counts entries in p->event_idr without holding p->event_mutex, and later iterates the same I...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 12:26 p.m.25 views

EUVD-2026-59753

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: hold eventmutex while checkpointing CRIU events kfdcriucheckpointevents counts the entries in p-eventidr via kfdgetnumevents, allocates an array sized to that count, and then walks the same IDR to fill it. Neither the...

5.4AI score0.00129EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 12:26 p.m.34 views

CVE-2026-74446 drm/amdkfd: hold event_mutex while checkpointing CRIU events

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: hold eventmutex while checkpointing CRIU events kfdcriucheckpointevents counts the entries in p-eventidr via kfdgetnumevents, allocates an array sized to that count, and then walks the same IDR to fill it. Neither the...

7.8CVSS0.00129EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 12:26 p.m.31 views

CVE-2026-74444 drm/vmwgfx: validate DRAW_PRIMITIVES header size before division

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: validate DRAWPRIMITIVES header size before division vmwcmddraw computes maxnum = header-size - sizeofcmd-body / sizeofdecl; where header-size is u32 and is taken straight from the user-supplied command stream. When...

7.8CVSS0.00129EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/15 12:26 p.m.7 views

CVE-2026-74443

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: bound DMA command body size against suffix pointer vmwcmddma locates the DMA suffix at unsigned long &cmd-body + header-size - sizeofsuffix without checking that header-size is large enough to contain both cmd-body an...

8.8CVSS5.4AI score0.00129EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 12:09 p.m.35 views

CVE-2026-73194 DBI versions before 1.652 for Perl allow a heap out-of-bounds write via an unvalidated numeric placeholder that sets the binder counter in preparse

DBI versions before 1.652 for Perl allow a heap out-of-bounds write via an unvalidated numeric placeholder that sets the binder counter in preparse. preparse reserves seven output bytes per input byte, the width of the longest ':p99999' expansion. The ':N' branch parses the number with atoisrc an...

0.00512EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 12:09 p.m.24 views

CVE-2026-73194 DBI versions before 1.652 for Perl allow a heap out-of-bounds write via an unvalidated numeric placeholder that sets the binder counter in preparse

DBI versions before 1.652 for Perl allow a heap out-of-bounds write via an unvalidated numeric placeholder that sets the binder counter in preparse. preparse reserves seven output bytes per input byte, the width of the longest ':p99999' expansion. The ':N' branch parses the number with atoisrc an...

9.1CVSS5.8AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 12:09 p.m.8 views

EUVD-2026-59745

DBI versions before 1.652 for Perl allow a heap out-of-bounds write via an unvalidated numeric placeholder that sets the binder counter in preparse. preparse reserves seven output bytes per input byte, the width of the longest ':p99999' expansion. The ':N' branch parses the number with atoisrc an...

5.7AI score0.00512EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 12:09 p.m.48 views

CVE-2026-73194

Perl DBI (versions before 1.652) has an integer-overflow flaw in its preparse function: the :N branch parses a placeholder number via atoi with no range check. A value like :2147483648 wraps to negative, bypassing the 99,999 limit added in 1.650, causing subsequent ? expansions to write 14 bytes ...

9.1CVSS5.6AI score0.00512EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/15 12:09 p.m.10 views

CVE-2026-73194

DBI versions before 1.652 for Perl allow a heap out-of-bounds write via an unvalidated numeric placeholder that sets the binder counter in preparse. preparse reserves seven output bytes per input byte, the width of the longest ':p99999' expansion. The ':N' branch parses the number with atoisrc an...

9.1CVSS5.7AI score0.00512EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 12:09 p.m.22 views

CVE-2026-73193 DBI versions before 1.652 for Perl allow a heap out-of-bounds write on 32-bit perl via an integer wraparound in the output buffer size computed by preparse

DBI versions before 1.652 for Perl allow a heap out-of-bounds write on 32-bit perl via an integer wraparound in the output buffer size computed by preparse. preparse reserves its output buffer with newSVstrlenstatement 7 + 16, budgeting seven output bytes per input byte for the longest ':p99999'...

9.8CVSS5.8AI score
SaveExploits0References7
CVE
CVE
added 2026/08/15 12:09 p.m.48 views

CVE-2026-73193

In DBI's preparse function, buffer size is computed as strlen(statement) * 7 + 16 in a 32-bit STRLEN, wrapping at ~613 MB input to reserve only 19 bytes; a raw pointer copy then writes the entire input past the allocation. Affected: DBI

9.8CVSS5.7AI score0.00495EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 12:09 p.m.9 views

EUVD-2026-59744

DBI versions before 1.652 for Perl allow a heap out-of-bounds write on 32-bit perl via an integer wraparound in the output buffer size computed by preparse. preparse reserves its output buffer with newSVstrlenstatement 7 + 16, budgeting seven output bytes per input byte for the longest ':p99999'...

5.7AI score0.00495EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 12:09 p.m.35 views

CVE-2026-73193 DBI versions before 1.652 for Perl allow a heap out-of-bounds write on 32-bit perl via an integer wraparound in the output buffer size computed by preparse

DBI versions before 1.652 for Perl allow a heap out-of-bounds write on 32-bit perl via an integer wraparound in the output buffer size computed by preparse. preparse reserves its output buffer with newSVstrlenstatement 7 + 16, budgeting seven output bytes per input byte for the longest ':p99999'...

0.00495EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/15 12:09 p.m.9 views

CVE-2026-73193

DBI versions before 1.652 for Perl allow a heap out-of-bounds write on 32-bit perl via an integer wraparound in the output buffer size computed by preparse. preparse reserves its output buffer with newSVstrlenstatement 7 + 16, budgeting seven output bytes per input byte for the longest ':p99999'...

9.8CVSS5.7AI score0.00495EPSS
SaveExploits0
Rows per page
Query Builder