Lucene search
+L

12702 matches found

Cvelist
Cvelist
added 2025/07/28 11:22 a.m.13 views

CVE-2025-38495 HID: core: ensure the allocated report buffer can contain the reserved report ID

In the Linux kernel, the following vulnerability has been resolved: HID: core: ensure the allocated report buffer can contain the reserved report ID When the report ID is not used, the low level transport drivers expect the first byte to be 0. However, currently the allocated buffer not account f...

8.8CVSS0.00291EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2025/07/28 3:13 a.m.7 views

kernel: perf/core: Bail out early if the request AUX area is out of bound

In the Linux kernel, the following vulnerability has been resolved: perf/core: Bail out early if the request AUX area is out of bound When perf-record with a large AUX area, e.g 4GB, it fails with: perf record -C 0 -m ,4G -e armspe0// -- sleep 1 failed to mmap with 12 Cannot allocate memory and i...

7.8CVSS6.4AI score0.00253EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/07/28 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 Linux kernel that stems from an unvalidated ninsns size that could lead to a memory allocation failure...

5.5CVSS6.8AI score0.00156EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2025/07/28 12:0 a.m.25 views

PT-2025-36000

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 5.10.240 Description A flaw exists in the Linux kernel's netlink subsystem, specifically within the netlink unicast function. The netlink attachskb function, used for socket memory allocation checks, can enter an...

5.5CVSS7.6AI score0.00165EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2025/07/28 12:0 a.m.9 views

The vulnerability of the Redis database management system, related to uncontrolled memory allocation, allows attackers to trigger service failures.

The vulnerability of the Redis database management system is related to uncontrolled memory allocation. Exploiting this vulnerability can allow a malicious actor to cause service interruptions remotely...

6.8CVSS5.4AI score0.00269EPSS
SaveExploits0References5Affected Software3
RedhatCVE
RedhatCVE
added 2025/07/27 3:27 p.m.7 views

CVE-2025-38445

In the Linux kernel, the following vulnerability has been resolved: md/raid1: Fix stack memory use after return in raid1reshape In the raid1reshape function, newpool is allocated on the stack and assigned to conf-r1biopool. This results in conf-r1biopool.wait.head pointing to a stack address...

7CVSS7AI score0.00165EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/07/27 2:25 p.m.9 views

CVE-2025-38426

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Add basic validation for RAS header If RAS header read from EEPROM is corrupted, it could result in trying to allocate huge memory for reading the records. Add some validation to header fields...

5.5CVSS7.1AI score0.00157EPSS
SaveExploits0References4
Gitee
Gitee
added 2025/07/27 4:11 a.m.121 views

PSKernel-Primitives

PSKernel-Primitives Over time I'll add PowerShell helper functions to assist in kernel exploitation. Common PowerShell Exploit Constructs Create buffer powershell Byte buffer int/hex $Buff = Byte0x41255 + Byte0x420xff Buffer includes pointer Takes care of endianness, may need ".ToInt32" or...

7AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/07/26 11:21 p.m.4 views

SUSE CVE-2025-38381

In the Linux kernel, the following vulnerability has been resolved: Input: cs40l50-vibra - fix potential NULL dereference in cs40l50uploadowt The cs40l50uploadowt function allocates memory via kmalloc without checking for allocation failure, which could lead to a NULL pointer dereference. Return...

5.5CVSS6.5AI score0.00145EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/07/25 11:23 p.m.5 views

SUSE CVE-2025-38395

In the Linux kernel, the following vulnerability has been resolved: regulator: gpio: Fix the out-of-bounds access to drvdata::gpiods drvdata::gpiods is supposed to hold an array of 'gpiodesc' pointers. But the memory is allocated for only one pointer. This will lead to out-of-bounds access later ...

6.6CVSS6.7AI score0.00173EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
added 2025/07/25 11:22 p.m.6 views

SUSE CVE-2025-38465

In the Linux kernel, the following vulnerability has been resolved: netlink: Fix wraparounds of sk-skrmemalloc. Netlink has this pattern in some places if atomicread&sk-skrmemalloc sk-skrcvbuf atomicaddskb-truesize, &sk-skrmemalloc; , which has the same problem fixed by commit 5a465a0da13e "udp:...

5.5CVSS6.5AI score0.00165EPSS
SaveExploits0References36
NVD
NVD
added 2025/07/25 6:15 p.m.7 views

CVE-2025-5449

A flaw was found in the SFTP server message decoding logic of libssh. The issue occurs due to an incorrect packet length check that allows an integer overflow when handling large payload sizes on 32-bit systems. This issue leads to failed memory allocation and causes the server process to crash,...

6.5CVSS0.00783EPSS
SaveExploits0References8
OSV
OSV
added 2025/07/25 6:15 p.m.4 views

DEBIAN-CVE-2025-5449

A flaw was found in the SFTP server message decoding logic of libssh. The issue occurs due to an incorrect packet length check that allows an integer overflow when handling large payload sizes on 32-bit systems. This issue leads to failed memory allocation and causes the server process to crash,...

6.5CVSS6.8AI score0.00783EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2025/07/25 5:19 p.m.6 views

CVE-2025-5449

A flaw was found in the SFTP server message decoding logic of libssh. The issue occurs due to an incorrect packet length check that allows an integer overflow when handling large payload sizes on 32-bit systems. This issue leads to failed memory allocation and causes the server process to crash,...

6.5CVSS6.5AI score0.00783EPSS
SaveExploits0References9Affected Software6
Cvelist
Cvelist
added 2025/07/25 5:19 p.m.17 views

CVE-2025-5449 Libssh: integer overflow in libssh sftp server packet length validation leading to denial of service

A flaw was found in the SFTP server message decoding logic of libssh. The issue occurs due to an incorrect packet length check that allows an integer overflow when handling large payload sizes on 32-bit systems. This issue leads to failed memory allocation and causes the server process to crash,...

6.5CVSS0.00783EPSS
SaveExploits0References8
AlpineLinux
AlpineLinux
added 2025/07/25 5:19 p.m.12 views

CVE-2025-5449

A flaw was found in the SFTP server message decoding logic of libssh. The issue occurs due to an incorrect packet length check that allows an integer overflow when handling large payload sizes on 32-bit systems. This issue leads to failed memory allocation and causes the server process to crash,...

6.5CVSS6.3AI score0.00783EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 5:19 p.m.10 views

CVE-2025-5449

A flaw was found in the SFTP server message decoding logic of libssh. The issue occurs due to an incorrect packet length check that allows an integer overflow when handling large payload sizes on 32-bit systems. This issue leads to failed memory allocation and causes the server process to crash,...

6.5CVSS6.8AI score0.00783EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 4:15 p.m.10 views

AZL-72956 CVE-2025-38465 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: netlink: Fix wraparounds of sk-skrmemalloc. Netlink has this pattern in some places if atomicread&sk-skrmemalloc sk-skrcvbuf atomicaddskb-truesize, &sk-skrmemalloc; , which has the same problem fixed by commit 5a465a0da13e "udp:...

5.5CVSS6.8AI score0.00165EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 4:15 p.m.19 views

AZL-72929 CVE-2025-38445 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: md/raid1: Fix stack memory use after return in raid1reshape In the raid1reshape function, newpool is allocated on the stack and assigned to conf-r1biopool. This results in conf-r1biopool.wait.head pointing to a stack address...

7.1CVSS6.7AI score0.00165EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 4:15 p.m.8 views

UBUNTU-CVE-2025-38465

In the Linux kernel, the following vulnerability has been resolved: netlink: Fix wraparounds of sk-skrmemalloc. Netlink has this pattern in some places if atomicread&sk-skrmemalloc sk-skrcvbuf atomicaddskb-truesize, &sk-skrmemalloc; , which has the same problem fixed by commit 5a465a0da13e "udp:...

5.5CVSS6.1AI score0.00165EPSS
SaveExploits0References42
Rows per page
Query Builder