cve/2022/CVE-2022-1508.md
2024-06-18 02:51:15 +02:00

18 lines
811 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### [CVE-2022-1508](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1508)
![](https://img.shields.io/static/v1?label=Product&message=Kernel&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20Not-Known.%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-125%20-%20Out-of-bounds%20Read.&color=brighgreen)
### Description
An out-of-bounds read flaw was found in the Linux kernels io_uring module in the way a user triggers the io_read() function with some special parameters. This flaw allows a local user to read some memory out of bounds.
### POC
#### Reference
- https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=89c2b3b74918200e46699338d7bcc19b1ea12110
#### Github
No PoCs found on GitHub currently.