Lucene search
+L

15642 matches found

CVE
CVE
added 2025/10/07 3:21 p.m.29 views

CVE-2023-53677

CVE-2023-53677 is associated with a Linux kernel issue in the drm/i915 area. The affected component is the i915 selftests code path, where the patch fixes memory leaks on error escapes in function fake_get_pages (cherry-picked from a kernel commit). The vulnerability was resolved in the kernel, a...

5.5CVSS6.2AI score0.00119EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.20 views

CVE-2023-53677 drm/i915: Fix memory leaks in i915 selftests

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix memory leaks in i915 selftests This patch fixes memory leaks on error escapes in function fakegetpages cherry picked from commit 8bfbdadce85c4c51689da10f39c805a7106d4567...

0.00119EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 3:21 p.m.9 views

EUVD-2025-32747

In the Linux kernel, the following vulnerability has been resolved: OPP: Fix potential null ptr dereference in devpmoppgetrequiredpstate "opp" pointer is dereferenced before the ISERRORNULL check. Fix it by removing the dereference to cache opptable and dereference it directly where opptable is...

6AI score0.00119EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/07 3:19 p.m.27 views

CVE-2023-53633

CVE-2023-53633 pertains to the Linux kernel where the leak occurs in accel/qaic’s map_user_pages() path. If get_user_pages_fast() allocates some pages but not as many as requested, the current code fails to release the pages, causing a leak. The root cause is improper page accounting in the get_u...

5.5CVSS6.3AI score0.00168EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/10/07 3:19 p.m.23 views

CVE-2023-53623

CVE-2023-53623 concerns the Linux kernel swap subsystem. The vulnerability arises from a race in swap_info[] handling where one thread deleting an si from the swap_info available list can be bypassed if si->lock isn’t held, allowing another thread to re-add the si and continue clearing flags s...

4.7CVSS6AI score0.00128EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.11 views

CVE-2023-53623 mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()

In the Linux kernel, the following vulnerability has been resolved: mm/swap: fix swapinfostruct race between swapoff and getswappages The si-lock must be held when deleting the si from the available list. Otherwise, another thread can re-add the si to the available list, which can lead to memory...

0.00128EPSS
SaveExploits0References8
OSV
OSV
added 2025/10/07 3:19 p.m.7 views

CVE-2023-53623 mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()

In the Linux kernel, the following vulnerability has been resolved: mm/swap: fix swapinfostruct race between swapoff and getswappages The si-lock must be held when deleting the si from the available list. Otherwise, another thread can re-add the si to the available list, which can lead to memory...

5.1AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.6 views

CVE-2023-53623

In the Linux kernel, the following vulnerability has been resolved: mm/swap: fix swapinfostruct race between swapoff and getswappages The si-lock must be held when deleting the si from the available list. Otherwise, another thread can re-add the si to the available list, which can lead to memory...

4.7CVSS5.6AI score0.00128EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 3:19 p.m.11 views

EUVD-2025-32823

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Check return value after calling platformgetresource platformgetresource may return NULL pointer, we need check its return value to avoid null-ptr-deref in resourcesize...

6AI score0.00145EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 3:19 p.m.9 views

EUVD-2025-32848

In the Linux kernel, the following vulnerability has been resolved: lib/fonts: fix undefined behavior in bit shift for getdefaultfont Shifting signed 32-bit value by 31 bits is undefined, so changing significant bit to unsigned. The UBSAN warning calltrace like below: UBSAN: shift-out-of-bounds i...

5.9AI score0.00147EPSS
SaveExploits0References7
CVE
CVE
added 2025/10/07 3:19 p.m.34 views

CVE-2022-50511

CVE-2022-50511 : In the Linux kernel, the vulnerability is fixed in the fonts code path. Specifically, the issue arises from shifting a signed 32-bit value by 31 bits in get_default_font within lib/fonts, which is undefined behavior. The patch converts the operation to an unsigned branch to avoid...

5.5CVSS6.1AI score0.00147EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.6 views

CVE-2022-50511

In the Linux kernel, the following vulnerability has been resolved: lib/fonts: fix undefined behavior in bit shift for getdefaultfont Shifting signed 32-bit value by 31 bits is undefined, so changing significant bit to unsigned. The UBSAN warning calltrace like below: UBSAN: shift-out-of-bounds i...

5.5CVSS5.3AI score0.00147EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/10/07 1:22 a.m.8 views

SUSE CVE-2022-50494

In the Linux kernel, the following vulnerability has been resolved: thermal: intelpowerclamp: Use getcpu instead of smpprocessorid to avoid crash When CPU 0 is offline and intelpowerclamp is used to inject idle, it generates kernel BUG: BUG: using smpprocessorid in preemptible 00000000 code:...

5.5CVSS6.4AI score0.00149EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/10/07 1:22 a.m.10 views

SUSE CVE-2022-50503

In the Linux kernel, the following vulnerability has been resolved: mtd: lpddr2nvm: Fix possible null-ptr-deref It will cause null-ptr-deref when resourcesizeaddrange invoked, if platformgetresource returns NULL...

5.5CVSS6.5AI score0.00152EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2002-0332

Malware in sbrugna...

10CVSS6.4AI score0.07784EPSS
SaveExploits2References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2020-5995

Malware in sbrugna...

9CVSS8.7AI score0.04392EPSS
SaveExploits1References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2004-2063

Malware in sbrugna...

7.5CVSS6.4AI score0.03501EPSS
SaveExploits2References7
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2020-25657

Malware in sbrugna...

4.3CVSS5AI score0.00988EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2021-25456

Malware in sbrugna...

6.5CVSS6.6AI score0.00802EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2021-1011

Malware in sbrugna...

9.8CVSS9.3AI score0.01965EPSS
SaveExploits1References4
Rows per page
Query Builder