Lucene search
+L

1379 matches found

Vulnrichment
Vulnrichment
added 2024/11/20 12:0 a.m.13 views

CVE-2024-48981

An issue was discovered in MBed OS 6.16.0. During processing of HCI packets, the software dynamically determines the length of the packet header by looking up the identifying first byte and matching it against a table of possible lengths. The initial parsing function, hciTrSerialRxIncoming does n...

7.5AI score0.00347EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/11/20 12:0 a.m.5 views

PT-2024-33312 · Arm · Mbed Os

Name of the Vulnerable Software and Affected Versions: MBed OS version 6.16.0 Description: An issue was discovered in the processing of HCI packets, where the software dynamically determines the packet data length by reading 2 bytes from the packet header. A buffer is allocated based on this...

7.5CVSS7.9AI score0.00436EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/11/20 12:0 a.m.9 views

PT-2024-33313 · Arm · Mbed Os

Name of the Vulnerable Software and Affected Versions: MBed OS version 6.16.0 Description: An issue was discovered in the parsing of hci reports. The hci parsing software dynamically determines the length of a list of reports by reading a byte from an input stream. It then fetches the length of t...

9.8CVSS7.2AI score0.00534EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/11/20 12:0 a.m.3 views

ARM Mbed OS 安全漏洞

ARM Mbed OS is a suite of open source embedded operating systems dedicated to the Internet of Things IoT from the British company ARM. A security vulnerability exists in ARM Mbed OS version 6.16.0, which stems from the HCI parsing software allocating buffers based on the length specified in the...

7.5CVSS7.1AI score0.00463EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/11/20 12:0 a.m.9 views

ARM Mbed OS 安全漏洞

ARM Mbed OS is a suite of open source embedded operating systems dedicated to the Internet of Things IoT from the British company ARM. A security vulnerability exists in ARM Mbed OS version 6.16.0, which stems from a buffer overflow caused by its HCI parsing software when reading a byte from the...

7.5CVSS7.1AI score0.00463EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/11/20 12:0 a.m.5 views

PT-2024-33314 · Arm · Mbed Os

Name of the Vulnerable Software and Affected Versions: MBed OS version 6.16.0 Description: An issue was discovered in the processing of HCI packets. The software dynamically determines the length of the packet data by reading 2 bytes from the packet data. A buffer is then allocated to contain the...

7.5CVSS7.4AI score0.00367EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/11/20 12:0 a.m.16 views

CVE-2024-48985

An issue was discovered in MBed OS 6.16.0. During processing of HCI packets, the software dynamically determines the length of the packet data by reading 2 bytes from the packet data. A buffer is then allocated to contain the entire packet, the size of which is calculated as the length of the...

7.3AI score0.00367EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/11/20 12:0 a.m.21 views

CVE-2024-48984

An issue was discovered in MBed OS 6.16.0. When parsing hci reports, the hci parsing software dynamically determines the length of a list of reports by reading a byte from an input stream. It then fetches the length of the first report, uses it to calculate the beginning of the second report, etc...

0.00534EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/11/20 12:0 a.m.11 views

CVE-2024-48983

An issue was discovered in MBed OS 6.16.0. During processing of HCI packets, the software dynamically determines the length of the packet data by reading 2 bytes from the packet header. A buffer is then allocated to contain the entire packet, the size of which is calculated as the length of the...

7.4AI score0.00436EPSS
SaveExploits0References2
CVE
CVE
added 2024/11/20 12:0 a.m.58 views

CVE-2024-48982

MBed OS 6.16.0 contains a vulnerability in the HCI packet length parsing. The hci parsing software reads a length byte from the packet header and assumes it is >= 3, but does not enforce this. If length

7.5CVSS7.3AI score0.00463EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2024/11/20 12:0 a.m.14 views

PT-2024-33311 · Arm · Mbed Os

Name of the Vulnerable Software and Affected Versions: MBed OS version 6.16.0 Description: An issue was discovered in the hci parsing software of MBed OS, where it dynamically determines the length of certain hci packets by reading a byte from its header. The software assumes this value to be...

7.5CVSS7.7AI score0.00463EPSS
SaveExploits0References7
CVE
CVE
added 2024/11/20 12:0 a.m.52 views

CVE-2024-48985

MBed OS 6.16.0 is affected by a buffer overflow in HCI packet processing. When reading the packet length from the first two bytes, the code allocates a buffer sized to the packet body plus header; if allocation fails due to an oversized packet, there is no proper error handling and hciTrSerialRxI...

7.5CVSS7.3AI score0.00367EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2024/11/20 12:0 a.m.7 views

PT-2024-33315 · Arm · Mbed Os

Name of the Vulnerable Software and Affected Versions: Mbed OS version 6.16.0 Description: An issue was discovered in the hci parsing software of Mbed OS, where it dynamically determines the length of certain hci packets by reading a byte from its header. This can lead to a buffer overflow when t...

7.5CVSS7.8AI score0.00463EPSS
SaveExploits0References6
CVE
CVE
added 2024/11/20 12:0 a.m.57 views

CVE-2024-48984

CVE-2024-48984 affects MBed OS 6.16.0. The issue lies in HCI report parsing: the code dynamically determines the length of a reports list from an input byte and uses that to locate subsequent reports. It does not verify that these addresses stay within the target buffer passed to hciEvtProcessLeE...

9.8CVSS7.3AI score0.00534EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/11/20 12:0 a.m.31 views

CVE-2024-48982

An issue was discovered in MBed OS 6.16.0. Its hci parsing software dynamically determines the length of certain hci packets by reading a byte from its header. This value is assumed to be greater than or equal to 3, but the software doesn't ensure that this is the case. Supplying a length less th...

0.00463EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/11/20 12:0 a.m.6 views

ARM Mbed OS 安全漏洞

ARM Mbed OS is a suite of open source embedded operating systems dedicated to the Internet of Things from ARM UK. A security vulnerability exists in ARM Mbed OS version 6.16.0, which originates from a buffer overflow triggered by a function that will continue to write to a temporary header buffer...

7.5CVSS7.2AI score0.00367EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/11/20 12:0 a.m.7 views

ARM Mbed OS 安全漏洞

ARM Mbed OS is a suite of open source embedded operating systems dedicated to the Internet of Things from ARM UK. A security vulnerability exists in ARM Mbed OS version 6.16.0, which originates when parsing an HCI report, where the software does not verify that the report address is located in th...

9.8CVSS7AI score0.00534EPSS
SaveExploits0References1
CVE
CVE
added 2024/11/20 12:0 a.m.57 views

CVE-2024-48986

CVE-2024-48986 affects MBed OS 6.16.0: the HCI parsing code determines packet lengths by reading a header byte, allocates a buffer based on event type, and then copies header-specified data into that buffer, potentially causing a buffer overflow. The impact is described as trivial for denial of s...

7.5CVSS7.1AI score0.00463EPSS
SaveExploits0References2Affected Software1
SUSE CVE
SUSE CVE
added 2024/10/17 2:48 a.m.5 views

SUSE CVE-2024-49195

Mbed TLS 3.5.x through 3.6.x before 3.6.2 has a buffer underrun in pkwrite when writing an opaque key pair...

8.1CVSS7.2AI score0.00624EPSS
SaveExploits0References4
NVD
NVD
added 2024/10/15 8:15 p.m.27 views

CVE-2024-49195

Mbed TLS 3.5.x through 3.6.x before 3.6.2 has a buffer underrun in pkwrite when writing an opaque key pair...

9.8CVSS0.00624EPSS
SaveExploits0References2
Rows per page
Query Builder