Lucene search
+L

14361 matches found

OSV
OSV
added 2024/05/20 9:41 a.m.15 views

CVE-2024-35967 Bluetooth: SCO: Fix not validating setsockopt user input

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix not validating setsockopt user input syzbot reported scosocksetsockopt is copying data without checking user input length. BUG: KASAN: slab-out-of-bounds in copyfromsockptroffset include/linux/sockptr.h:49...

7.1CVSS6.2AI score
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/05/20 9:41 a.m.22 views

CVE-2024-35966 Bluetooth: RFCOMM: Fix not validating setsockopt user input

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: Fix not validating setsockopt user input syzbot reported rfcommsocksetsockoptold is copying data without checking user input length. BUG: KASAN: slab-out-of-bounds in copyfromsockptroffset...

6.9AI score0.0026EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/20 9:41 a.m.17 views

CVE-2024-35965 Bluetooth: L2CAP: Fix not validating setsockopt user input

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix not validating setsockopt user input Check user input length before copying data...

6.3AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2024/05/20 9:41 a.m.27 views

CVE-2024-35966

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: Fix not validating setsockopt user input syzbot reported rfcommsocksetsockoptold is copying data without checking user input length. BUG: KASAN: slab-out-of-bounds in copyfromsockptroffset...

7.1CVSS8.4AI score0.0026EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/20 9:41 a.m.41 views

CVE-2024-35965 Bluetooth: L2CAP: Fix not validating setsockopt user input

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix not validating setsockopt user input Check user input length before copying data...

6.5AI score0.00241EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/20 9:41 a.m.35 views

CVE-2024-35966 Bluetooth: RFCOMM: Fix not validating setsockopt user input

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: Fix not validating setsockopt user input syzbot reported rfcommsocksetsockoptold is copying data without checking user input length. BUG: KASAN: slab-out-of-bounds in copyfromsockptroffset...

6.5AI score0.0026EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/20 9:41 a.m.56 views

CVE-2024-35965

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix not validating setsockopt user input Check user input length before copying data...

7.1CVSS8.5AI score0.00241EPSS
SaveExploits0
OSV
OSV
added 2024/05/20 9:41 a.m.17 views

CVE-2024-35964 Bluetooth: ISO: Fix not validating setsockopt user input

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix not validating setsockopt user input Check user input length before copying data...

6.2AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/20 9:41 a.m.12 views

CVE-2024-35964 Bluetooth: ISO: Fix not validating setsockopt user input

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix not validating setsockopt user input Check user input length before copying data...

6.8AI score0.00252EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/20 9:41 a.m.27 views

CVE-2024-35964 Bluetooth: ISO: Fix not validating setsockopt user input

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix not validating setsockopt user input Check user input length before copying data...

6.5AI score0.00252EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/20 9:41 a.m.27 views

CVE-2024-35962 netfilter: complete validation of user input

In the Linux kernel, the following vulnerability has been resolved: netfilter: complete validation of user input In my recent commit, I missed that doreplace handlers use copyfromsockptr which I fixed, followed by unsafe copyfromsockptroffset calls. In all functions, we can perform the @optlen...

7.1CVSS6.7AI score0.00238EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/20 9:41 a.m.32 views

CVE-2024-35962 netfilter: complete validation of user input

In the Linux kernel, the following vulnerability has been resolved: netfilter: complete validation of user input In my recent commit, I missed that doreplace handlers use copyfromsockptr which I fixed, followed by unsafe copyfromsockptroffset calls. In all functions, we can perform the @optlen...

7.1CVSS6.4AI score0.00238EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/20 9:41 a.m.31 views

CVE-2024-35963

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisock: Fix not validating setsockopt user input Check user input length before copying data...

7.1CVSS8.4AI score0.0024EPSS
SaveExploits0
CVE
CVE
added 2024/05/20 9:41 a.m.171 views

CVE-2024-35962

CVE-2024-35962 (Linux kernel): The issue is a netfilter input validation bug in the kernel’s user input handling. The vulnerability arises from do_replace() paths using copy_from_sockptr() followed by unsafe copy_from_sockptr_offset() calls, enabling insufficient validation of optlen against the ...

7.1CVSS6.7AI score0.00238EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2024/05/20 9:41 a.m.185 views

CVE-2024-35963

CVE-2024-35963: In the Linux kernel, the Bluetooth subsystem (hci_sock) was fixed for not validating user input passed to setsockopt. The fix validates input length before copying data, mitigating a potential improper input handling vector in Bluetooth setsockopt. The vulnerability is described i...

7.1CVSS6.8AI score0.0024EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/20 9:41 a.m.15 views

CVE-2024-35963 Bluetooth: hci_sock: Fix not validating setsockopt user input

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisock: Fix not validating setsockopt user input Check user input length before copying data...

7.1CVSS6.8AI score0.0024EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/20 9:41 a.m.20 views

CVE-2024-35962 netfilter: complete validation of user input

In the Linux kernel, the following vulnerability has been resolved: netfilter: complete validation of user input In my recent commit, I missed that doreplace handlers use copyfromsockptr which I fixed, followed by unsafe copyfromsockptroffset calls. In all functions, we can perform the @optlen...

7.1CVSS6AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2024/05/20 9:41 a.m.24 views

CVE-2024-35962

In the Linux kernel, the following vulnerability has been resolved: netfilter: complete validation of user input In my recent commit, I missed that doreplace handlers use copyfromsockptr which I fixed, followed by unsafe copyfromsockptroffset calls. In all functions, we can perform the @optlen...

7.1CVSS7.3AI score0.00238EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/05/20 12:00 a.m.5 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 improper validation of user input...

5.5CVSS6.4AI score0.00238EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2024/05/20 12:00 a.m.12 views

PT-2024-40171 · Propel · Propel

Name of the Vulnerable Software and Affected Versions: Propel versions 1.x through 3.x Description: The limit query method in Propel is susceptible to catastrophic SQL injection when used with MySQL. This occurs due to a lack of integer casting of the limit input in either...

9.8CVSS8AI score
SaveExploits0References6
Rows per page
Query Builder