Lucene search
K

7640 matches found

OSV
OSV
added 2025/02/27 3:15 a.m.1 views

DEBIAN-CVE-2025-21735

In the Linux kernel, the following vulnerability has been resolved: NFC: nci: Add bounds checking in ncihcicreatepipe The "pipe" variable is a u8 which comes from the network. If it's more than 127, then it results in memory corruption in the caller, ncihciconnectgate...

7.8CVSS5.9AI score0.00225EPSS
Exploits0References1
OSV
OSV
added 2025/02/27 3:15 a.m.2 views

UBUNTU-CVE-2025-21735

In the Linux kernel, the following vulnerability has been resolved: NFC: nci: Add bounds checking in ncihcicreatepipe The "pipe" variable is a u8 which comes from the network. If it's more than 127, then it results in memory corruption in the caller, ncihciconnectgate...

7.8CVSS6.2AI score0.00225EPSS
Exploits0References58
NVD
NVD
added 2025/02/27 2:15 a.m.14 views

CVE-2025-21708

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: enable basic endpoint checking Syzkaller reports 1 encountering a common issue of utilizing a wrong usb endpoint type during URB submitting stage. This, in turn, triggers a warning shown below. For now, enable...

5.5CVSS0.00185EPSS
Exploits0References10
NVD
NVD
added 2025/02/27 2:15 a.m.12 views

CVE-2025-21711

In the Linux kernel, the following vulnerability has been resolved: net/rose: prevent integer overflows in rosesetsockopt In case of possible unpredictably large arguments passed to rosesetsockopt and multiplied by extra values on top of that, integer overflows may occur. Do the safest minimum an...

5.5CVSS0.00207EPSS
Exploits0References10
OSV
OSV
added 2025/02/27 2:15 a.m.1 views

DEBIAN-CVE-2025-21708

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: enable basic endpoint checking Syzkaller reports 1 encountering a common issue of utilizing a wrong usb endpoint type during URB submitting stage. This, in turn, triggers a warning shown below. For now, enable...

5.5CVSS5.7AI score0.00185EPSS
Exploits0References1
OSV
OSV
added 2025/02/27 2:15 a.m.5 views

UBUNTU-CVE-2025-21708

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: enable basic endpoint checking Syzkaller reports 1 encountering a common issue of utilizing a wrong usb endpoint type during URB submitting stage. This, in turn, triggers a warning shown below. For now, enable...

5.5CVSS6.2AI score0.00185EPSS
Exploits0References50
CVE
CVE
added 2025/02/27 2:12 a.m.120 views

CVE-2025-21748

CVE-2025-21748 affects the Linux kernel’s ksmbd component on 32‑bit systems, where integer additions in ipc_msg_alloc() could overflow and cause memory corruption. The fix adds bounds checking via KSMBD_IPC_MAX_PAYLOAD to prevent the overflow. Connected documents confirm this exact description an...

5.5CVSS6.8AI score0.00202EPSS
Exploits0References7Affected Software1
Cvelist
Cvelist
added 2025/02/27 2:12 a.m.13 views

CVE-2025-21748 ksmbd: fix integer overflows on 32 bit systems

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix integer overflows on 32 bit systems On 32bit systems the addition operations in ipcmsgalloc can potentially overflow leading to memory corruption. Add bounds checking using KSMBDIPCMAXPAYLOAD to avoid overflow...

0.00202EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2025/02/27 2:12 a.m.9 views

CVE-2025-21748

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix integer overflows on 32 bit systems On 32bit systems the addition operations in ipcmsgalloc can potentially overflow leading to memory corruption. Add bounds checking using KSMBDIPCMAXPAYLOAD to avoid overflow...

5.5CVSS5.8AI score0.00202EPSS
Exploits0
OSV
OSV
added 2025/02/27 2:12 a.m.6 views

CVE-2025-21748 ksmbd: fix integer overflows on 32 bit systems

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix integer overflows on 32 bit systems On 32bit systems the addition operations in ipcmsgalloc can potentially overflow leading to memory corruption. Add bounds checking using KSMBDIPCMAXPAYLOAD to avoid overflow...

5.5CVSS6.3AI score0.00202EPSS
Exploits0References10
OSV
OSV
added 2025/02/27 2:12 a.m.8 views

CVE-2025-21735 NFC: nci: Add bounds checking in nci_hci_create_pipe()

In the Linux kernel, the following vulnerability has been resolved: NFC: nci: Add bounds checking in ncihcicreatepipe The "pipe" variable is a u8 which comes from the network. If it's more than 127, then it results in memory corruption in the caller, ncihciconnectgate...

7.8CVSS6.2AI score0.00225EPSS
Exploits0References13
Cvelist
Cvelist
added 2025/02/27 2:12 a.m.14 views

CVE-2025-21735 NFC: nci: Add bounds checking in nci_hci_create_pipe()

In the Linux kernel, the following vulnerability has been resolved: NFC: nci: Add bounds checking in ncihcicreatepipe The "pipe" variable is a u8 which comes from the network. If it's more than 127, then it results in memory corruption in the caller, ncihciconnectgate...

0.00225EPSS
Exploits0References8
CVE
CVE
added 2025/02/27 2:7 a.m.141 views

CVE-2025-21711

CVE-2025-21711 affects the Linux kernel in the Rose network stack (net/rose) via rose_setsockopt(). The vulnerability arises when handling large arguments for sockopt, where an integer overflow can occur if the input is unexpectedly large. The fix adds bounds checks on the contents of 'opt', retu...

5.5CVSS6.6AI score0.00207EPSS
Exploits0References10Affected Software1
OSV
OSV
added 2025/02/27 2:7 a.m.14 views

CVE-2025-21711 net/rose: prevent integer overflows in rose_setsockopt()

In the Linux kernel, the following vulnerability has been resolved: net/rose: prevent integer overflows in rosesetsockopt In case of possible unpredictably large arguments passed to rosesetsockopt and multiplied by extra values on top of that, integer overflows may occur. Do the safest minimum an...

5.5CVSS6.3AI score0.00207EPSS
Exploits0References12
Debian CVE
Debian CVE
added 2025/02/27 2:7 a.m.11 views

CVE-2025-21708

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: enable basic endpoint checking Syzkaller reports 1 encountering a common issue of utilizing a wrong usb endpoint type during URB submitting stage. This, in turn, triggers a warning shown below. For now, enable...

5.5CVSS5.7AI score0.00185EPSS
Exploits0
Cvelist
Cvelist
added 2025/02/27 2:7 a.m.13 views

CVE-2025-21708 net: usb: rtl8150: enable basic endpoint checking

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: enable basic endpoint checking Syzkaller reports 1 encountering a common issue of utilizing a wrong usb endpoint type during URB submitting stage. This, in turn, triggers a warning shown below. For now, enable...

0.00185EPSS
Exploits0References8
CVE
CVE
added 2025/02/27 2:7 a.m.156 views

CVE-2025-21708

The CVE-2025-21708 issue affects the Linux kernel rtl8150 USB driver. It stems from wrong USB endpoint handling during URB submission. Mitigation in the current patch is to enable basic endpoint checking (bulk/interrupt endpoints) to reduce the risk, with cosmetic changes planned later. Exploit d...

5.5CVSS6.4AI score0.00185EPSS
Exploits0References10Affected Software1
OSV
OSV
added 2025/02/27 2:7 a.m.13 views

CVE-2025-21708 net: usb: rtl8150: enable basic endpoint checking

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: enable basic endpoint checking Syzkaller reports 1 encountering a common issue of utilizing a wrong usb endpoint type during URB submitting stage. This, in turn, triggers a warning shown below. For now, enable...

5.5CVSS6AI score0.00185EPSS
Exploits0References13
CNNVD
CNNVD
added 2025/02/27 12:0 a.m.2 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 that stems from an error checking the devmioremap return value in th1520...

5.5CVSS5.1AI score0.00173EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2025/02/27 12:0 a.m.3 views

PT-2025-8860 · Linux +4 · Linux Kernel +4

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to integer overflows in the ksmbd component of the Linux kernel on 32-bit systems. Specifically, the addition operations in the ipc msg alloc function can...

8.8CVSS7.4AI score0.13626EPSS
Exploits7References964
Rows per page
Query Builder