Lucene search
+L

1237 matches found

Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.25 views

PT-2025-54120

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the DRM subsystem where the drm copy field function may attempt to copy a NULL pointer. This occurs when a driver has a bug and fails to set...

7.8CVSS7.2AI score0.00462EPSS
SaveExploits2References917
NVD
NVD
added 2025/12/24 1:16 p.m.9 views

CVE-2023-54061

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

0.00018EPSS
SaveExploits0
OSV
OSV
added 2025/12/24 1:16 p.m.12 views

UBUNTU-CVE-2022-50736

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix immediate work request flush to completion queue Correctly set send queue element opcode during immediate work request flushing in post sendqueue operation, if the QP is in ERROR state. An undefined ocode value...

5.7AI score0.00214EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/24 12:22 p.m.29 views

CVE-2022-50736

CVE-2022-50736 affects the Linux kernel RDMA/siw path. A defect in how the opcode for a send queue element is set during immediate work-request flush to the completion queue can map an undefined ocode to an out-of-bounds access in the opcode/status mapping when the CQ is memory-mapped to userland...

6.1AI score0.00214EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/24 10:56 a.m.17 views

CVE-2023-54034

The CVE-2023-54034 issue affects the Linux kernel iommufd path where vfio_iommu_type1_info is copied to user space. The root cause is a missing zero initialization: most of the struct is copied with copy_from_user(), but minsz is smaller than the struct by 8 bytes, leaving the padding uninitializ...

6.1AI score0.00151EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/12/24 12:0 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel, which stems from iommufd copying structures into user space without zeroing them, which could lead to information disclosur...

5.9AI score0.00151EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/12/24 12:0 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from an incorrect memory region overlap check that could cause a specified region of user space to overwrite an...

6.1AI score0.00161EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/19 5:29 a.m.13 views

CVE-2025-47350

Memory corruption while handling concurrent memory mapping and unmapping requests from a user-space application...

7.8CVSS7.1AI score0.00078EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/18 6:15 a.m.6 views

CVE-2025-47350

Memory corruption while handling concurrent memory mapping and unmapping requests from a user-space application...

7.8CVSS0.00078EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/12/18 5:29 a.m.8 views

EUVD-2025-204026

Memory corruption while handling concurrent memory mapping and unmapping requests from a user-space application...

7.8CVSS6.6AI score0.00078EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/12/18 5:29 a.m.7 views

CVE-2025-47350 Use After Free in DSP Service

Memory corruption while handling concurrent memory mapping and unmapping requests from a user-space application...

7.8CVSS6.7AI score0.00078EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/12/18 12:0 a.m.12 views

PT-2025-51992

Name of the Vulnerable Software and Affected Versions versions prior to 2025-47350 Description A memory corruption issue exists when handling simultaneous memory mapping and unmapping requests originating from a user-space application. Recommendations At the moment, there is no information about ...

7.8CVSS6.5AI score0.00078EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/12/17 12:24 a.m.5 views

SUSE CVE-2025-68247

In the Linux kernel, the following vulnerability has been resolved: posix-timers: Plug potential memory leak in dotimercreate When posix timer creation is set to allocate a given timer ID and the access to the user space value faults, the function terminates without freeing the already allocated...

6.4AI score0.0015EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/16 3:30 p.m.11 views

EUVD-2025-203649

In the Linux kernel, the following vulnerability has been resolved: posix-timers: Plug potential memory leak in dotimercreate When posix timer creation is set to allocate a given timer ID and the access to the user space value faults, the function terminates without freeing the already allocated...

5.9AI score0.0015EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/16 3:15 p.m.9 views

CVE-2025-68247

In the Linux kernel, the following vulnerability has been resolved: posix-timers: Plug potential memory leak in dotimercreate When posix timer creation is set to allocate a given timer ID and the access to the user space value faults, the function terminates without freeing the already allocated...

0.0015EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/16 3:15 p.m.7 views

UBUNTU-CVE-2025-68247

In the Linux kernel, the following vulnerability has been resolved: posix-timers: Plug potential memory leak in dotimercreate When posix timer creation is set to allocate a given timer ID and the access to the user space value faults, the function terminates without freeing the already allocated...

5.7AI score0.0015EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/12/16 3:6 p.m.40 views

CVE-2025-68288 usb: storage: Fix memory leak in USB bulk transport

In the Linux kernel, the following vulnerability has been resolved: usb: storage: Fix memory leak in USB bulk transport A kernel memory leak was identified by the 'ioctlsg01' test from Linux Test Project LTP. The following bytes were mainly observed: 0x53425355. When USB storage devices incorrect...

0.00179EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/16 2:21 p.m.27 views

CVE-2025-68247

The CVE-2025-68247 issue affects the Linux kernel posix-timers code, specifically do_timer_create(), where memory allocated for a timer ID could leak if user-space access faults occur during timer creation. The underlying root cause is the allocation happening before validating user-space data; t...

6AI score0.0015EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/16 2:21 p.m.39 views

CVE-2025-68247 posix-timers: Plug potential memory leak in do_timer_create()

In the Linux kernel, the following vulnerability has been resolved: posix-timers: Plug potential memory leak in dotimercreate When posix timer creation is set to allocate a given timer ID and the access to the user space value faults, the function terminates without freeing the already allocated...

0.0015EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/16 2:21 p.m.8 views

CVE-2025-68247 posix-timers: Plug potential memory leak in do_timer_create()

In the Linux kernel, the following vulnerability has been resolved: posix-timers: Plug potential memory leak in dotimercreate When posix timer creation is set to allocate a given timer ID and the access to the user space value faults, the function terminates without freeing the already allocated...

6.3AI score0.0015EPSS
SaveExploits0References5
Rows per page
Query Builder