Lucene search
+L

396094 matches found

Cvelist
Cvelist
added 5 days ago32 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
CVE
CVE
added 5 days ago26 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
OSV
OSV
added 5 days ago8 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
EUVD
EUVD
added 5 days ago24 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 5 days ago33 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 5 days ago31 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 5 days ago7 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
OSV
OSV
added 5 days ago15 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
Cvelist
Cvelist
added 5 days ago35 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
EUVD
EUVD
added 5 days ago7 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
Debian CVE
Debian CVE
added 5 days ago8 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
CVE
CVE
added 5 days ago39 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
CVE
CVE
added 5 days ago40 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
OSV
OSV
added 5 days ago18 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
Cvelist
Cvelist
added 5 days ago35 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
EUVD
EUVD
added 5 days ago8 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
Debian CVE
Debian CVE
added 5 days ago8 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
NVD
NVD
added 5 days ago7 views

CVE-2026-73635

Allocation of resources without limits or throttling vulnerability in Apache Struts. When no fixed locale is configured, the locale used for localized-text lookups is taken from the incoming request, allowing an unauthenticated remote client to cause the framework's internal localized-text caches...

7.5CVSS0.00698EPSS
SaveExploits0References1
OSV
OSV
added 5 days ago7 views

MINI-RJ37-3CP3-7J68

Bulletin has no description...

7.5CVSS4.9AI score0.0059EPSS
SaveExploits0
OSV
OSV
added 5 days ago8 views

MINI-FXWP-G2MM-Q8M8

Bulletin has no description...

7.5CVSS4.8AI score0.00465EPSS
SaveExploits0
Rows per page
Query Builder