cve/2024/CVE-2024-4810.md

18 lines
850 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2024-4810](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-4810)
![](https://img.shields.io/static/v1?label=Product&message=Linux%20kernel&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=v4.11-rc4%3C%20v6.9-rc7%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-476%20NULL%20Pointer%20Dereference&color=brighgreen)
### Description
In register_device, the return value of ida_simple_get is unchecked,in witch ida_simple_get will use an invalid index value.To address this issue, index should be checked after ida_simple_get. Whenthe index value is abnormal, a warning message should be printed, the portshould be dropped, and the value should be recorded.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/fkie-cad/nvd-json-data-feeds