mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-06 02:31:38 +00:00
21 lines
1.2 KiB
Markdown
21 lines
1.2 KiB
Markdown
![]() |
### [CVE-2023-4010](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-4010)
|
||
|

|
||
|

|
||
|

|
||
|

|
||
|

|
||
|
&color=brighgreen)
|
||
|
|
||
|
### Description
|
||
|
|
||
|
A flaw was found in the USB Host Controller Driver framework in the Linux kernel. The usb_giveback_urb function has a logic loophole in its implementation. Due to the inappropriate judgment condition of the goto statement, the function cannot return under the input of a specific malformed descriptor file, so it falls into an endless loop, resulting in a denial of service.
|
||
|
|
||
|
### POC
|
||
|
|
||
|
#### Reference
|
||
|
No PoCs from references.
|
||
|
|
||
|
#### Github
|
||
|
- https://github.com/wanrenmi/a-usb-kernel-bug
|
||
|
|