Lucene search
+L

12705 matches found

CVE
CVE
added 2025/05/20 4:47 p.m.90 views

CVE-2025-37965

Concretely described CVE-2025-37965 affects the Linux kernel DRM/AMD display code. The root cause is GFP_KERNEL memory allocations in populate_dml_plane_cfg_from_plane_state(), which are unsafe in atomic contexts. The fix removes dynamic allocations by passing a pointer to scaler_data within the ...

5.5CVSS6.5AI score0.00162EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/05/20 4:47 p.m.11 views

CVE-2025-37965 drm/amd/display: Fix invalid context error in dml helper

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix invalid context error in dml helper Why "BUG: sleeping function called from invalid context" error. after: "drm/amd/display: Protect FPU in dml2validate/dml21validate" The populatedmlplanecfgfromplanestate us...

6.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/05/20 4:47 p.m.22 views

CVE-2025-37965 drm/amd/display: Fix invalid context error in dml helper

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix invalid context error in dml helper Why "BUG: sleeping function called from invalid context" error. after: "drm/amd/display: Protect FPU in dml2validate/dml21validate" The populatedmlplanecfgfromplanestate us...

0.00162EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/20 4:15 p.m.12 views

CVE-2025-37960

In the Linux kernel, the following vulnerability has been resolved: memblock: Accept allocated memory before use in memblockdoublearray When increasing the array size in memblockdoublearray and the slab is not yet available, a call to memblockfindinrange is used to reserve/allocate memory. Howeve...

5.5CVSS0.00164EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/20 4:15 p.m.2 views

DEBIAN-CVE-2025-37960

In the Linux kernel, the following vulnerability has been resolved: memblock: Accept allocated memory before use in memblockdoublearray When increasing the array size in memblockdoublearray and the slab is not yet available, a call to memblockfindinrange is used to reserve/allocate memory. Howeve...

5.5CVSS5.7AI score0.00164EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/20 4:15 p.m.9 views

CVE-2025-37908

In the Linux kernel, the following vulnerability has been resolved: mm, slab: clean up slab-objexts always When memory allocation profiling is disabled at runtime or due to an error, shutdownmemprofiling is called: slab-objexts which previously allocated remains. It won't be cleared by...

7.8CVSS0.00183EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/20 4:15 p.m.15 views

CVE-2025-37898

In the Linux kernel, the following vulnerability has been resolved: powerpc64/ftrace: fix module loading without patchable function entries getstubssize assumes that there must always be at least one patchable function entry, which is not always the case modules that export data but no code,...

5.5CVSS0.00148EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/05/20 4:1 p.m.20 views

CVE-2025-37960 memblock: Accept allocated memory before use in memblock_double_array()

In the Linux kernel, the following vulnerability has been resolved: memblock: Accept allocated memory before use in memblockdoublearray When increasing the array size in memblockdoublearray and the slab is not yet available, a call to memblockfindinrange is used to reserve/allocate memory. Howeve...

0.00164EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/20 4:1 p.m.4 views

CVE-2025-37960 memblock: Accept allocated memory before use in memblock_double_array()

In the Linux kernel, the following vulnerability has been resolved: memblock: Accept allocated memory before use in memblockdoublearray When increasing the array size in memblockdoublearray and the slab is not yet available, a call to memblockfindinrange is used to reserve/allocate memory. Howeve...

6.5AI score
SaveExploits0References7
CVE
CVE
added 2025/05/20 4:1 p.m.115 views

CVE-2025-37960

CVE-2025-37960 affects the Linux kernel memblock memory handling. When memblock_double_array() grows an array and the slab isn’t yet available, memblock_find_in_range() may return a range that hasn’t been accepted, risking a crash during SNP guest boot (illustrated by memcpy_orig stack trace). Th...

5.5CVSS6.9AI score0.00164EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/05/20 3:21 p.m.12 views

CVE-2025-37908 mm, slab: clean up slab->obj_exts always

In the Linux kernel, the following vulnerability has been resolved: mm, slab: clean up slab-objexts always When memory allocation profiling is disabled at runtime or due to an error, shutdownmemprofiling is called: slab-objexts which previously allocated remains. It won't be cleared by...

7.8CVSS6.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/05/20 3:21 p.m.24 views

CVE-2025-37898 powerpc64/ftrace: fix module loading without patchable function entries

In the Linux kernel, the following vulnerability has been resolved: powerpc64/ftrace: fix module loading without patchable function entries getstubssize assumes that there must always be at least one patchable function entry, which is not always the case modules that export data but no code,...

0.00148EPSS
SaveExploits0References2
CVE
CVE
added 2025/05/20 3:21 p.m.99 views

CVE-2025-37898

CVE-2025-37898 affects the Linux kernel’s powerpc64/ftrace module loading path. The issue arises from get_stubs_size assuming at least one patchable function entry; modules exporting data but no code could yield a zero sh_size. During module_memory_alloc(), the size is page-aligned and becomes ze...

5.5CVSS6.5AI score0.00148EPSS
SaveExploits0References2Affected Software1
GithubExploit
GithubExploit
added 2025/05/20 2:1 p.m.410 views

Exploit for CVE-2024-55656

CVE-2024-55656 - Redis Stack - RedisBloom Integer Overflow R...

8.8CVSS8.2AI score0.15009EPSS
SaveExploits2
Positive Technologies
Positive Technologies
added 2025/05/20 12:0 a.m.12 views

PT-2025-22160 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved, related to the powerpc64/ftrace module loading without patchable function entries. The get stubs size function assumes that there...

6.3AI score0.11689EPSS
SaveExploits3References57
Positive Technologies
Positive Technologies
added 2025/05/20 12:0 a.m.11 views

PT-2025-22170 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A issue in the Linux kernel has been identified where the slab-obj exts is not properly cleaned up when memory allocation profiling is disabled, leading to potential errors such as "Ba...

8AI score0.11689EPSS
SaveExploits6References129
Positive Technologies
Positive Technologies
added 2025/05/20 12:0 a.m.14 views

PT-2025-22164 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved, related to the dm module. The issue occurred when the dm split args function copied data from the old argv array to the argv arra...

7.8CVSS7.7AI score0.11689EPSS
SaveExploits2References82
Tenable Nessus
Tenable Nessus
added 2025/05/20 12:0 a.m.7 views

AlmaLinux 8 : osbuild-composer (ALSA-2025:7967)

The remote AlmaLinux 8 host has packages installed that are affected by a vulnerability as referenced in the ALSA-2025:7967 advisory. golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing CVE-2025-30204 Tenable has extracted the preceding description block directly from...

7.5CVSS7.3AI score0.00693EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/05/20 12:0 a.m.8 views

PT-2025-22226 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A bug in the Linux kernel has been resolved, which was causing a "BUG: sleeping function called from invalid context" error. The issue was related to the populate dml plane cfg from...

7.8AI score0.00511EPSS
SaveExploits2References147
RedHat Linux
RedHat Linux
added 2025/05/19 9:52 a.m.21 views

Important: Red Hat Security Advisory: osbuild-composer security update

An update for osbuild-composer is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerabili...

7.5CVSS6.8AI score0.00693EPSS
SaveExploits0References2
Rows per page
Query Builder