Lucene search
+L

2399 matches found

NVD
NVD
added 2025/12/24 11:15 a.m.6 views

CVE-2023-54004

In the Linux kernel, the following vulnerability has been resolved: udplite: Fix NULL pointer dereference in skmemraiseallocated. syzbot reported 0 a null-ptr-deref in skgetrmem0 while using IPPROTOUDPLITE 0x88: 14:25:52 executing program 1: r0 = socket$inet60xa, 0x80002, 0x88 We had a similar...

7.5CVSS0.00569EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.6 views

CVE-2023-54004

In the Linux kernel, the following vulnerability has been resolved: udplite: Fix NULL pointer dereference in skmemraiseallocated. syzbot reported 0 a null-ptr-deref in skgetrmem0 while using IPPROTOUDPLITE 0x88: 14:25:52 executing program 1: r0 = socket$inet60xa, 0x80002, 0x88 We had a similar...

7.5CVSS6AI score0.00569EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.37 views

CVE-2023-54004 udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().

In the Linux kernel, the following vulnerability has been resolved: udplite: Fix NULL pointer dereference in skmemraiseallocated. syzbot reported 0 a null-ptr-deref in skgetrmem0 while using IPPROTOUDPLITE 0x88: 14:25:52 executing program 1: r0 = socket$inet60xa, 0x80002, 0x88 We had a similar...

7.5CVSS0.00569EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/24 10:55 a.m.47 views

CVE-2023-54004

CVE-2023-54004 refers to a Linux kernel vulnerability in the UDP/UDPLITE path. The issue is a NULL pointer dereference in __sk_mem_raise_allocated() triggered during handling of UDP sockets using IPPROTO_UDPLITE (0x88), as observed in syzbot reports citing a null-ptr-deref in sk_get_rmem0(). The ...

7.5CVSS6AI score0.00569EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.25 views

PT-2025-52932

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a potential memory leak within the vdpa sim module, specifically in the vdpasim net init and vdpasim blk init functions. The issue arises when a device...

7.8CVSS6.3AI score0.00954EPSS
SaveExploits2References893
EUVD
EUVD
added 2025/12/16 3:30 p.m.11 views

EUVD-2025-203688

In the Linux kernel, the following vulnerability has been resolved: bpf: account for current allocated stack depth in widenimprecisescalars The usage pattern for widenimprecisescalars looks as follows: prevst = findpreventryenv, ...; queuedst = pushstack...; widenimprecisescalarsenv, prevst,...

6AI score0.00149EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/16 1:48 p.m.6 views

CVE-2025-68208 bpf: account for current allocated stack depth in widen_imprecise_scalars()

In the Linux kernel, the following vulnerability has been resolved: bpf: account for current allocated stack depth in widenimprecisescalars The usage pattern for widenimprecisescalars looks as follows: prevst = findpreventryenv, ...; queuedst = pushstack...; widenimprecisescalarsenv, prevst,...

7.8CVSS6.4AI score
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2025/12/08 11:47 p.m.9 views

CVE-2025-40311

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: support mapping cb with vmalloc-backed coherent memory When IOMMU is enabled, dmaalloccoherent with GFPUSER may return addresses from the vmalloc range. If such an address is mapped without VMMIXEDMAP,...

5.7AI score0.00186EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/08 2:15 a.m.12 views

CVE-2023-53753

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix mapping to non-allocated address Why There is an issue mapping non-allocated location of memory. It would allocate gpio registers from an array out of bounds. How Patch correct numbers of bounds for using...

7.8CVSS0.00141EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/08 2:15 a.m.7 views

UBUNTU-CVE-2023-53753

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix mapping to non-allocated address Why There is an issue mapping non-allocated location of memory. It would allocate gpio registers from an array out of bounds. How Patch correct numbers of bounds for using...

7.8CVSS5.7AI score0.00141EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/08 1:19 a.m.36 views

CVE-2023-53753 drm/amd/display: fix mapping to non-allocated address

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix mapping to non-allocated address Why There is an issue mapping non-allocated location of memory. It would allocate gpio registers from an array out of bounds. How Patch correct numbers of bounds for using...

7.8CVSS0.00141EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/08 12:46 a.m.50 views

CVE-2025-40311 accel/habanalabs: support mapping cb with vmalloc-backed coherent memory

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: support mapping cb with vmalloc-backed coherent memory When IOMMU is enabled, dmaalloccoherent with GFPUSER may return addresses from the vmalloc range. If such an address is mapped without VMMIXEDMAP,...

0.00186EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/08 12:46 a.m.48 views

CVE-2025-40292

The CVE-2025-40292 issue is in the Linux kernel virtio-net receive path. When guest GSO is off, the allocation size for large packets is now MTU-dependent (not MAX_SKB_FRAGS * PAGE_SIZE) and tracked in vi->big_packets_num_skbfrags. If the host’s announced RX buffer length is incorrect, a lengt...

8.4CVSS6.2AI score0.0017EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/07 12:30 a.m.13 views

EUVD-2025-201588

In the Linux kernel, the following vulnerability has been resolved: iouring/rw: ensure allocated iovec gets cleared for early failure A previous commit reused the recyling infrastructure for early cleanup, but this is not enough for the case where our internal caches have overflowed. If this...

6AI score0.00172EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/06 9:50 p.m.34 views

CVE-2025-40267 io_uring/rw: ensure allocated iovec gets cleared for early failure

In the Linux kernel, the following vulnerability has been resolved: iouring/rw: ensure allocated iovec gets cleared for early failure A previous commit reused the recyling infrastructure for early cleanup, but this is not enough for the case where our internal caches have overflowed. If this...

0.00172EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/06 9:50 p.m.15 views

CVE-2025-40267 io_uring/rw: ensure allocated iovec gets cleared for early failure

In the Linux kernel, the following vulnerability has been resolved: iouring/rw: ensure allocated iovec gets cleared for early failure A previous commit reused the recyling infrastructure for early cleanup, but this is not enough for the case where our internal caches have overflowed. If this...

6.4AI score
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:00 a.m.9 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989276)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989276 advisory. In the Linux kernel, the following vulnerability has been resolved: watchqueue: Fix NULL dereference in error cleanup In watchqueuesetsize, the error cleanup code...

5.5CVSS6.5AI score0.00256EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.4 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv/memtrace: A out-of-bounds issue in memtrace mmap has been fixed. The memtrace mmap issue involved an out-of-bounds situation. This patch addresses this issue by ensuring that the requested mapping region size...

7.1CVSS5.7AI score0.00151EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.8 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: ALSA: Timer: Fix for the idafree call being called when the ID is not allocated. In the sndutimercreate function, if the kasprintf function returns NULL, the sndutimerputid function will be called, ultimately using idafree to fre...

5.5CVSS5.5AI score0.00154EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/10/30 1:01 a.m.10 views

ata: libata-sff: Ensure that we cannot write outside the allocated buffer

...

5.5CVSS8.9AI score0.0022EPSS
SaveExploits0
Rows per page
Query Builder