Lucene search
+L

7673 matches found

SUSE CVE
SUSE CVE
added 2025/05/02 2:03 a.m.8 views

SUSE CVE-2025-37751

In the Linux kernel, the following vulnerability has been resolved: x86/cpu: Avoid running off the end of an AMD erratum table The NULL array terminator at the end of erratum1386microcode was removed during the switch from x86cpudesc to x86cpuid. This causes readers to run off the end of the arra...

5.5CVSS6.5AI score0.00152EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/05/02 2:02 a.m.6 views

SUSE CVE-2025-37766

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS7.7AI score0.00199EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2025/05/02 2:02 a.m.13 views

SUSE CVE-2025-37768

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS7.7AI score0.00195EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2025/05/02 2:02 a.m.7 views

SUSE CVE-2025-37770

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS7.7AI score0.00195EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2025/05/02 2:02 a.m.8 views

SUSE CVE-2025-37771

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS7.7AI score0.00189EPSS
SaveExploits0References16
OSV
OSV
added 2025/05/01 3:16 p.m.13 views

DEBIAN-CVE-2022-49864

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix NULL pointer dereference in svmmigratetoram ./drivers/gpu/drm/amd/amdkfd/kfdmigrate.c:985:58-62: ERROR: p is NULL but dereferenced...

5.5CVSS5.5AI score0.00187EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.9 views

CVE-2022-49843

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.5AI score
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.6 views

DEBIAN-CVE-2022-49784

In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd/uncore: Fix memory leak for events array When a CPU comes online, the per-CPU NB and LLC uncore contexts are freed but not the events array within the context structure. This causes a memory leak as identified by the...

5.5CVSS5.5AI score0.00159EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/01 3:16 p.m.14 views

CVE-2022-49781

In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd: Fix crash due to race between amdpmuenableall, perf NMI and throttling amdpmuenableall does: if !testbitidx, cpuc-activemask continue; amdpmuenableeventcpuc-eventsidx; A perf NMI of another event can come between...

4.7CVSS0.00112EPSS
SaveExploits0References2
NVD
NVD
added 2025/05/01 3:16 p.m.17 views

CVE-2022-49784

In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd/uncore: Fix memory leak for events array When a CPU comes online, the per-CPU NB and LLC uncore contexts are freed but not the events array within the context structure. This causes a memory leak as identified by the...

5.5CVSS0.00159EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/01 3:16 p.m.2 views

DEBIAN-CVE-2022-49787

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-pci: Fix possible memory leak caused by missing pcidevput pcigetdevice will increase the reference count for the returned pcidev. We need to use pcidevput to decrease the reference count before amdprobe returns. There ...

5.5CVSS5.5AI score0.00207EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/01 3:16 p.m.19 views

CVE-2022-49773

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix optc2configure warning on dcn314 Why dcn314 uses optc2configurecrc that wraps optc1configurecrc + set additional registers not applicable to dcn314. It's not critical but when used leads to warning like:...

5.5CVSS0.00159EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/01 3:16 p.m.10 views

UBUNTU-CVE-2022-49781

In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd: Fix crash due to race between amdpmuenableall, perf NMI and throttling amdpmuenableall does: if !testbitidx, cpuc-activemask continue; amdpmuenableeventcpuc-eventsidx; A perf NMI of another event can come between...

4.7CVSS6AI score0.00112EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/01 2:15 p.m.2 views

DEBIAN-CVE-2025-37770

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS5.7AI score0.00195EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/01 2:15 p.m.9 views

CVE-2025-37769

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm/smu11: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE. cherry picked from...

5.5CVSS0.00189EPSS
SaveExploits0References6
NVD
NVD
added 2025/05/01 2:15 p.m.9 views

CVE-2025-37770

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS0.00195EPSS
SaveExploits0References9
OSV
OSV
added 2025/05/01 2:15 p.m.2 views

DEBIAN-CVE-2025-37766

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS5.7AI score0.00199EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 2:15 p.m.2 views

DEBIAN-CVE-2025-37768

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS5.7AI score0.00195EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/01 2:15 p.m.9 views

CVE-2025-37768

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS0.00195EPSS
SaveExploits0References9
NVD
NVD
added 2025/05/01 2:15 p.m.11 views

CVE-2025-37766

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS0.00199EPSS
SaveExploits0References10
Rows per page
Query Builder