9.8
CVE-2023-26110
- EPSS 0.21%
- Veröffentlicht 09.03.2023 05:15:56
- Zuletzt bearbeitet 21.11.2024 07:50:47
- Quelle report@snyk.io
- CVE-Watchlists
- Unerledigt
All versions of the package node-bluetooth are vulnerable to Buffer Overflow via the findSerialPortChannel method due to improper user input length validation.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Node-bluetooth Project ≫ Node-bluetooth SwPlatformnode.js Version <= 1.2.6
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.21% | 0.431 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
| report@snyk.io | 7.3 | 3.9 | 3.4 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
|
CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.