Skip to content

Commit 79f66f7

Browse files
Merge pull request #392 from espressif/docs/vulnerabilities_2025
docs: Add security vulnerabilities section
2 parents 525f1cb + 86a4269 commit 79f66f7

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

docs/en/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ Welcome to the ESP-USB Programming Guide.
1414

1515
usb_host
1616
usb_device
17+
vulnerabilities

docs/en/vulnerabilities.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Vulnerabilities
2+
===============
3+
4+
This page briefly lists all of the vulnerabilities that are discovered and fixed in each release of USB Components. Please note that for the on-going issues or the issues under embargo period, the information on this page may reflect once the desired resolution has been achieved.
5+
6+
7+
CVE-2025
8+
--------
9+
10+
CVE-2025-68622
11+
~~~~~~~~~~~~~~
12+
13+
Stack buffer overflow in UVC descriptor printing
14+
15+
* Security Advisory: `GHSA-g65h-9ggq-9827 <https://github.com/espressif/esp-usb/security/advisories/GHSA-g65h-9ggq-9827>`__.
16+
* Impact: Applicable for usb_host_uvc component
17+
* Resolution: Please see advisory for details
18+
19+
20+
CVE-2025-68656
21+
~~~~~~~~~~~~~~
22+
23+
USB Host HID Descriptor Use-After-Free Vulnerability
24+
25+
* Security Advisory: `GHSA-2pm2-62mr-c9x7 <https://github.com/espressif/esp-usb/security/advisories/GHSA-2pm2-62mr-c9x7>`__.
26+
* Impact: Applicable for usb_host_hid component
27+
* Resolution: Please see advisory for details
28+
29+
30+
CVE-2025-68657
31+
~~~~~~~~~~~~~~
32+
33+
Double-Free Race Condition in USB Host HID Device Close Path
34+
35+
* Security Advisory: `GHSA-gp8r-qjfr-gqfv <https://github.com/espressif/esp-usb/security/advisories/GHSA-gp8r-qjfr-gqfv>`__.
36+
* Impact: Applicable for usb_host_hid component
37+
* Resolution: Please see advisory for details

0 commit comments

Comments
 (0)