Lucene search
+L

2099 matches found

RedhatCVE
RedhatCVE
added 2024/09/18 11:13 a.m.25 views

CVE-2024-46764

In the Linux kernel, the following vulnerability has been resolved: bpf: add check for invalid name in btfnamevalidsection If the length of the name string is 1 and the value of name0 is NULL byte, an OOB vulnerability occurs in btfnamevalidsection and the return value is true, so the invalid nam...

6CVSS6.8AI score0.00218EPSS
SaveExploits0References4
OSV
OSV
added 2024/09/18 7:12 a.m.27 views

CVE-2024-46764 bpf: add check for invalid name in btf_name_valid_section()

In the Linux kernel, the following vulnerability has been resolved: bpf: add check for invalid name in btfnamevalidsection If the length of the name string is 1 and the value of name0 is NULL byte, an OOB vulnerability occurs in btfnamevalidsection and the return value is true, so the invalid nam...

7.3CVSS5.4AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.20 views

CVE-2024-46764 bpf: add check for invalid name in btf_name_valid_section()

In the Linux kernel, the following vulnerability has been resolved: bpf: add check for invalid name in btfnamevalidsection If the length of the name string is 1 and the value of name0 is NULL byte, an OOB vulnerability occurs in btfnamevalidsection and the return value is true, so the invalid nam...

6.8AI score0.00218EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.46 views

CVE-2024-46764 bpf: add check for invalid name in btf_name_valid_section()

In the Linux kernel, the following vulnerability has been resolved: bpf: add check for invalid name in btfnamevalidsection If the length of the name string is 1 and the value of name0 is NULL byte, an OOB vulnerability occurs in btfnamevalidsection and the return value is true, so the invalid nam...

7.3CVSS0.00218EPSS
SaveExploits0References2
CVE
CVE
added 2024/09/18 7:12 a.m.97 views

CVE-2024-46764

CVE-2024-46764 affects Linux kernel’s BPF/BTF handling: btf_name_valid_section() can pass an invalid 1-byte name if name[0] is a NULL byte, enabling an out-of-bounds condition. The fix adds a check for a NULL first byte and that the first character is printable. The initial entry indicates the vu...

7.3CVSS6.5AI score0.00218EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/09/13 8:06 p.m.42 views

CVE-2024-6137 BT: Classic: SDP OOB access in get_att_search_list

BT: Classic: SDP OOB access in getattsearchlist...

7.6CVSS0.0055EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2024/09/13 8:06 p.m.15 views

CVE-2024-6137 BT: Classic: SDP OOB access in get_att_search_list

BT: Classic: SDP OOB access in getattsearchlist...

7.6CVSS6.9AI score0.0055EPSS
SaveExploits1References1
CVE
CVE
added 2024/09/13 8:06 p.m.77 views

CVE-2024-6137

CVE-2024-6137 affects Zephyr RTOS Bluetooth SDP handling, specifically a vulnerability in the function get_att_search_list that can cause an out-of-bounds write. The root cause, per sources, is improper handling of data sizes in get_att_search_list (bluetooth/host/sdp.c), leading to a crash and p...

7.6CVSS6.9AI score0.0055EPSS
SaveExploits1References1Affected Software1
NVD
NVD
added 2024/09/12 3:18 p.m.32 views

CVE-2024-42484

ESP-NOW Component provides a connectionless Wi-Fi communication protocol. An Out-of-Bound OOB vulnerability was discovered in the implementation of the ESP-NOW group type message because there is no check for the addrsnum field of the group type message. This can result in memory corruption relat...

6.5CVSS0.00439EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/12 2:12 p.m.31 views

CVE-2024-42484 ESP-NOW OOB Vulnerability In Group Type Message

ESP-NOW Component provides a connectionless Wi-Fi communication protocol. An Out-of-Bound OOB vulnerability was discovered in the implementation of the ESP-NOW group type message because there is no check for the addrsnum field of the group type message. This can result in memory corruption relat...

6.5CVSS7.5AI score
SaveExploits0References4
Cvelist
Cvelist
added 2024/09/12 2:12 p.m.37 views

CVE-2024-42484 ESP-NOW OOB Vulnerability In Group Type Message

ESP-NOW Component provides a connectionless Wi-Fi communication protocol. An Out-of-Bound OOB vulnerability was discovered in the implementation of the ESP-NOW group type message because there is no check for the addrsnum field of the group type message. This can result in memory corruption relat...

6.5CVSS0.00439EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/09/12 2:12 p.m.17 views

CVE-2024-42484 ESP-NOW OOB Vulnerability In Group Type Message

ESP-NOW Component provides a connectionless Wi-Fi communication protocol. An Out-of-Bound OOB vulnerability was discovered in the implementation of the ESP-NOW group type message because there is no check for the addrsnum field of the group type message. This can result in memory corruption relat...

6.5CVSS6.8AI score0.00439EPSS
SaveExploits0References2
CVE
CVE
added 2024/09/12 2:12 p.m.53 views

CVE-2024-42484

CVE-2024-42484 affects the ESP-NOW component, where the group-type message handling fails to validate the addrs_num field. This omission allows a crafted group message to be larger than the allocated buffer, causing memory corruption. The vulnerability is rooted in the mismatch between addrs_num ...

6.5CVSS6.8AI score0.00439EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/09/04 10:42 p.m.19 views

CVE-2024-44977

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Validate TA binary size Add TA binary size validation to avoid OOB write. cherry picked from commit c0a04e3570d72aaf090962156ad085e37c62e442...

6.7CVSS7AI score0.00253EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/09/04 8:15 p.m.22 views

CVE-2024-44977

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Validate TA binary size Add TA binary size validation to avoid OOB write. cherry picked from commit c0a04e3570d72aaf090962156ad085e37c62e442...

7.8CVSS6.4AI score0.00253EPSS
SaveExploits0References11
OSV
OSV
added 2024/09/04 7:54 p.m.23 views

CVE-2024-44977 drm/amdgpu: Validate TA binary size

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Validate TA binary size Add TA binary size validation to avoid OOB write. cherry picked from commit c0a04e3570d72aaf090962156ad085e37c62e442...

6.1AI score
SaveExploits0References8
CVE
CVE
added 2024/09/04 7:54 p.m.132 views

CVE-2024-44977

In CVE-2024-44977, the Linux kernel module drm/amdgpu is affected by a missing TA binary size validation that could allow an out-of-bounds write. The issue is resolved by adding TA binary size validation to the TA handling path. The fix was cherry-picked from commit c0a04e3570d72aaf090962156ad085...

7.8CVSS7.4AI score0.00253EPSS
SaveExploits0References5Affected Software2
Cvelist
Cvelist
added 2024/09/04 7:54 p.m.30 views

CVE-2024-44977 drm/amdgpu: Validate TA binary size

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Validate TA binary size Add TA binary size validation to avoid OOB write. cherry picked from commit c0a04e3570d72aaf090962156ad085e37c62e442...

0.00253EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/09/04 7:54 p.m.30 views

CVE-2024-44977

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Validate TA binary size Add TA binary size validation to avoid OOB write. cherry picked from commit c0a04e3570d72aaf090962156ad085e37c62e442...

7.8CVSS6.1AI score0.00253EPSS
SaveExploits0
Packet Storm
Packet Storm
added 2024/09/01 12:00 a.m.484 views

Wordpress XML-RPC System.multicall Credential Collector

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'metasploit/framework/credentialcollection' require 'metasploit/framework/loginscanner/wordpressmulticall' class MetasploitModule 'Wordpress XML-RPC...

7.4AI score
SaveExploits0
Rows per page
Query Builder