Lookup for vulnerabilities affecting packages.
| Vulnerability_id | VCID-5crh-5ryn-3kay |
| Summary | Espressif ESP-IDF USB Host HID (Human Interface Device) Driver allows access to HID devices. Prior to 1.1.0, calls to hid_host_device_close() can free the same usb_transfer_t twice. The USB event callback and user code share the hid_iface_t state without locking, so both can tear down a READY interface simultaneously, corrupting heap metadata inside the ESP USB host stack. This vulnerability is fixed in 1.1.0. |
| Aliases |
|
| Fixed_packages |
|
| Affected_packages |
|
| References |
|
| Weaknesses |
| 0 |
| cwe_id |
415 |
| name |
Double Free |
| description |
The product calls free() twice on the same memory address, potentially leading to modification of unexpected memory locations. |
|
| 1 |
| cwe_id |
667 |
| name |
Improper Locking |
| description |
The product does not properly acquire or release a lock on a resource, leading to unexpected resource state changes and behaviors. |
|
|
| Exploits |
|
| Severity_range_score | 6.4 - 6.4 |
| Exploitability | null |
| Weighted_severity | null |
| Risk_score | null |
| Resource_url | http://public2.vulnerablecode.io/vulnerabilities/VCID-5crh-5ryn-3kay |