Lucene search
+L

604 matches found

Kitploit
Kitploit
added 2026/08/27 2:25 a.m.3 views

amd_eop_poc

amdeoppoc CVE-2020-8950 AMD User Experience Program Launcher from Radeon Software Privilege Escalation FileWrite eop Read the note.txt https://heynowyouseeme.blogspot.com/2020/02/privilege-escalation-filewrite-eop-in.html...

7.8CVSS7.6AI score0.00994EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/08/27 1:30 a.m.2 views

CVE-2023-20598-PDFWKRNL

Эксплойт Proof of Concept для драйвера AMD Radeon PDFWKRNL.sys, предназначенный для работы из процесса с Low Integrity...

7.8CVSS6.8AI score0.0046EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/08/19 11:46 a.m.6 views

CVE-2026-74416

A flaw was found in the Linux kernel's drm/radeon component. When a Graphics Processing Unit GPU reset operation fails to acquire a necessary lock, a memory buffer is not properly released. Repeated occurrences of this issue can lead to a gradual depletion of kernel memory. This memory exhaustion...

5.5CVSS5.6AI score0.00177EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-74416

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/radeon: fix memory leak in radeonringrestore on lock failure radeonringrestore takes ownership of the data buffer allocated by radeonringbackup. The caller...

5.7AI score0.00177EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/15 6:22 a.m.12 views

CVE-2026-74416

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix memory leak in radeonringrestore on lock failure radeonringrestore takes ownership of the data buffer allocated by radeonringbackup. The caller radeongpureset only frees it in the non-restore branch; in the restor...

0.00177EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/15 6:22 a.m.11 views

CVE-2026-74417

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix integer overflow in radeonalignpitch radeonalignpitch has the same kind of overflow issue as the old amdgpu helper: both the alignment round-up add and the final 'aligned cpp' calculation can overflow signed int. ...

7.8CVSS0.0012EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 6:22 a.m.8 views

UBUNTU-CVE-2026-74417

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix integer overflow in radeonalignpitch radeonalignpitch has the same kind of overflow issue as the old amdgpu helper: both the alignment round-up add and the final 'aligned cpp' calculation can overflow signed int. ...

7.8CVSS5.6AI score0.0012EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 6:22 a.m.5 views

UBUNTU-CVE-2026-74416

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix memory leak in radeonringrestore on lock failure radeonringrestore takes ownership of the data buffer allocated by radeonringbackup. The caller radeongpureset only frees it in the non-restore branch; in the restor...

5.8AI score0.00177EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.10 views

CVE-2026-74417

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix integer overflow in radeonalignpitch radeonalignpitch has the same kind of overflow issue as the old amdgpu helper: both the alignment round-up add and the final 'aligned cpp' calculation can overflow signed int. ...

7.8CVSS5.5AI score0.0012EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.11 views

CVE-2026-74416

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix memory leak in radeonringrestore on lock failure radeonringrestore takes ownership of the data buffer allocated by radeonringbackup. The caller radeongpureset only frees it in the non-restore branch; in the restor...

5.8AI score0.00177EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/15 6:21 a.m.6 views

UBUNTU-CVE-2026-72272

In the Linux kernel, the following vulnerability has been resolved: fbdev: radeon: fix potential memory leak in radeonfbpciregister The function radeonfbpciregister allocates memory for modelist by calling radeoncheckmodes which calls fbaddvideomode. The memory is appended to info-modelist, but i...

5.4AI score0.00211EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:59 a.m.8 views

EUVD-2026-59563

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix memory leak in radeonringrestore on lock failure radeonringrestore takes ownership of the data buffer allocated by radeonringbackup. The caller radeongpureset only frees it in the non-restore branch; in the restor...

5.8AI score0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:59 a.m.37 views

CVE-2026-74417

CVE-2026-74417 affects the Linux kernel DRM/Radeon path, specifically the radeon_align_pitch() routine. The issue is an integer overflow in the alignment round-up and the final pitch calculation that can yield an invalid pitch or a zero-sized dumb buffer in radeon_mode_dumb_create(). The fix intr...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:59 a.m.33 views

CVE-2026-74416 drm/radeon: fix memory leak in radeon_ring_restore() on lock failure

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix memory leak in radeonringrestore on lock failure radeonringrestore takes ownership of the data buffer allocated by radeonringbackup. The caller radeongpureset only frees it in the non-restore branch; in the restor...

0.00177EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:59 a.m.28 views

CVE-2026-74417 drm/radeon: fix integer overflow in radeon_align_pitch()

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix integer overflow in radeonalignpitch radeonalignpitch has the same kind of overflow issue as the old amdgpu helper: both the alignment round-up add and the final 'aligned cpp' calculation can overflow signed int. ...

7.8CVSS0.0012EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:59 a.m.17 views

CVE-2026-74417 drm/radeon: fix integer overflow in radeon_align_pitch()

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix integer overflow in radeonalignpitch radeonalignpitch has the same kind of overflow issue as the old amdgpu helper: both the alignment round-up add and the final 'aligned cpp' calculation can overflow signed int. ...

7.8CVSS5.6AI score
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:59 a.m.13 views

CVE-2026-74416 drm/radeon: fix memory leak in radeon_ring_restore() on lock failure

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix memory leak in radeonringrestore on lock failure radeonringrestore takes ownership of the data buffer allocated by radeonringbackup. The caller radeongpureset only frees it in the non-restore branch; in the restor...

5.9AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:59 a.m.9 views

EUVD-2026-59564

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix integer overflow in radeonalignpitch radeonalignpitch has the same kind of overflow issue as the old amdgpu helper: both the alignment round-up add and the final 'aligned cpp' calculation can overflow signed int. ...

5.5AI score0.0012EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:59 a.m.29 views

CVE-2026-74416

CVE-2026-74416 affects the Linux kernel DRM/Radeon stack. The vulnerability is a memory-leak in radeon_ring_restore() on lock failure: radeon_ring_restore() takes ownership of the buffer allocated by radeon_ring_backup(), but when radeon_ring_lock() fails it returns early and does not kvfree(data...

5.7AI score0.00177EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.22 views

CVE-2026-72272 fbdev: radeon: fix potential memory leak in radeonfb_pci_register()

In the Linux kernel, the following vulnerability has been resolved: fbdev: radeon: fix potential memory leak in radeonfbpciregister The function radeonfbpciregister allocates memory for modelist by calling radeoncheckmodes which calls fbaddvideomode. The memory is appended to info-modelist, but i...

0.00211EPSS
SaveExploits0References8
Rows per page
Query Builder