Lucene search
K

1881 matches found

Positive Technologies
Positive Technologies
added 2025/09/23 12:0 a.m.4 views

PT-2025-40809

Name of the Vulnerable Software and Affected Versions Belkin F9K1015 version 1.00.10 Description A buffer overflow issue exists in Belkin F9K1015 version 1.00.10. The issue is related to the manipulation of the max Conn argument within the file '/goform/formConnectionSetting'. This allows for a...

9CVSS8.9AI score0.00189EPSS
Exploits1References13
OSV
OSV
added 2025/09/19 4:15 p.m.1 views

AZL-67520 CVE-2025-39849 affecting package kernel for versions less than 6.6.112.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: sme: cap SSID length in cfg80211connectresult If the ssid-datalen is more than IEEE80211MAXSSIDLEN 32 it would lead to memory corruption so add some bounds checking...

7.8CVSS5.7AI score0.00028EPSS
Exploits0References1
Cvelist
Cvelist
added 2025/09/19 5:20 a.m.6 views

CVE-2025-10458 Bluetooth: le_conn_rsp does not sanitize CID, MTU, MPS values

Parameters are not validated or sanitized, and are later used in various internal operations...

7.6CVSS0.00033EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2025/09/19 5:20 a.m.3 views

CVE-2025-10458 Bluetooth: le_conn_rsp does not sanitize CID, MTU, MPS values

Parameters are not validated or sanitized, and are later used in various internal operations...

7.6CVSS6.5AI score0.00033EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2025/09/16 11:29 p.m.1 views

SUSE CVE-2023-53327

In the Linux kernel, the following vulnerability has been resolved: iommufd/selftest: Catch overflow of uptr and length syzkaller hits a WARNON when trying to have a uptr close to UINTPTRMAX: WARNING: CPU: 1 PID: 393 at drivers/iommu/iommufd/selftest.c:403 iommufdtest+0xb19/0x16f0 Modules linked...

5.5CVSS6.7AI score0.00018EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/09/16 11:24 p.m.1 views

SUSE CVE-2025-39793

In the Linux kernel, the following vulnerability has been resolved: iouring/memmap: cast nrpages to sizet before shifting If the allocated size exceeds UINTMAX, then it's necessary to cast the mr-nrpages value to sizet to prevent it from overflowing. In practice this isn't much of a concern as th...

7.8CVSS6.5AI score0.00019EPSS
Exploits0References3
NVD
NVD
added 2025/09/16 5:15 p.m.4 views

CVE-2023-53327

In the Linux kernel, the following vulnerability has been resolved: iommufd/selftest: Catch overflow of uptr and length syzkaller hits a WARNON when trying to have a uptr close to UINTPTRMAX: WARNING: CPU: 1 PID: 393 at drivers/iommu/iommufd/selftest.c:403 iommufdtest+0xb19/0x16f0 Modules linked...

5.5CVSS0.00018EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2025/09/16 8:11 a.m.3 views

CVE-2023-53285

In the Linux kernel, the following vulnerability has been resolved: ext4: add bounds checking in getmaxinlinexattrvaluesize Normally the extended attributes in the inode body would have been checked when the inode is first opened, but if someone is writing to the block device while the file syste...

7.8CVSS5.6AI score0.00018EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.2 views

PT-2025-38045

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.2.0-c9c3395d5e3d Description: The Linux kernel contained a flaw in the iommufd/selftest module where an overflow of uptr and length could occur. Specifically, syzkaller detected a WARN ON condition when...

6.7AI score0.00018EPSS
Exploits0References6
NVD
NVD
added 2025/09/15 3:15 p.m.2 views

CVE-2022-50315

In the Linux kernel, the following vulnerability has been resolved: ata: ahci: Match EMMAXSLOTS with SATAPMPMAXPORTS UBSAN complains about array-index-out-of-bounds: 1.980703 kernel: UBSAN: array-index-out-of-bounds in /build/linux-9H675w/linux-5.15.0/drivers/ata/libahci.c:968:41 1.980709 kernel:...

7.8CVSS0.00019EPSS
Exploits0References8
CNNVD
CNNVD
added 2025/09/15 12:0 a.m.1 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 a mismatch between EMMAXSLOTS and SATAPMPMAXPORTS, which could lead to out-of-bounds access to arrays...

7.8CVSS4.9AI score0.00019EPSS
Exploits0References8
Microsoft CVE
Microsoft CVE
added 2025/09/13 8:1 a.m.4 views

fs: Prevent file descriptor table allocations exceeding INT_MAX

...

5.5CVSS6.8AI score0.0004EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/09/12 11:26 p.m.1 views

SUSE CVE-2025-38568

In the Linux kernel, the following vulnerability has been resolved: net/sched: mqprio: fix stack out-of-bounds write in tc entry parsing TCAMQPRIOTCENTRYINDEX is validated using NLAPOLICYMAXNLAU32, TCQOPTMAXQUEUE, which allows the value TCQOPTMAXQUEUE 16. This leads to a 4-byte out-of-bounds stac...

6.1CVSS7.6AI score0.00024EPSS
Exploits0References25
SUSE CVE
SUSE CVE
added 2025/09/12 11:24 p.m.1 views

SUSE CVE-2025-39756

In the Linux kernel, the following vulnerability has been resolved: fs: Prevent file descriptor table allocations exceeding INTMAX When sysctlnropen is set to a very high value for example, 1073741816 as set by systemd, processes attempting to use file descriptors near the limit can trigger massi...

5.5CVSS6.4AI score0.0004EPSS
Exploits0References20
NVD
NVD
added 2025/09/12 4:15 p.m.4 views

CVE-2025-39793

In the Linux kernel, the following vulnerability has been resolved: iouring/memmap: cast nrpages to sizet before shifting If the allocated size exceeds UINTMAX, then it's necessary to cast the mr-nrpages value to sizet to prevent it from overflowing. In practice this isn't much of a concern as th...

7.8CVSS0.00019EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/09/11 11:23 p.m.2 views

SUSE CVE-2025-39773

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix soft lockup in brmulticastqueryexpired When set multicastqueryinterval to a large value, the local variable 'time' in brmulticastsendquery may overflow. If the time is smaller than jiffies, the timer will expire...

5.5CVSS6.2AI score0.00019EPSS
Exploits0References23
OSV
OSV
added 2025/09/11 9:7 p.m.0 views

GHSA-4HJH-WCWX-XVWJ Axios is vulnerable to DoS attack through lack of data size check

Summary When Axios runs on Node.js and is given a URL with the data: scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory Buffer/Blob and returns a synthetic 200 response. This path ignores maxContentLength / maxBodyLength which only protect HTTP...

7.5CVSS7.1AI score0.0034EPSS
Exploits1References10
OSV
OSV
added 2025/09/11 5:15 p.m.1 views

AZL-67184 CVE-2025-39773 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix soft lockup in brmulticastqueryexpired When set multicastqueryinterval to a large value, the local variable 'time' in brmulticastsendquery may overflow. If the time is smaller than jiffies, the timer will expire...

5.5CVSS5.6AI score0.00019EPSS
Exploits0References1
OSV
OSV
added 2025/09/11 5:15 p.m.3 views

DEBIAN-CVE-2025-39756

In the Linux kernel, the following vulnerability has been resolved: fs: Prevent file descriptor table allocations exceeding INTMAX When sysctlnropen is set to a very high value for example, 1073741816 as set by systemd, processes attempting to use file descriptors near the limit can trigger massi...

5.5CVSS5.3AI score0.0004EPSS
Exploits0References1
NVD
NVD
added 2025/09/11 5:15 p.m.2 views

CVE-2025-39756

In the Linux kernel, the following vulnerability has been resolved: fs: Prevent file descriptor table allocations exceeding INTMAX When sysctlnropen is set to a very high value for example, 1073741816 as set by systemd, processes attempting to use file descriptors near the limit can trigger massi...

5.5CVSS0.0004EPSS
Exploits0References13
Rows per page
Query Builder