cve/2022/CVE-2022-1247.md

18 lines
954 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2022-1247](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1247)
![](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-362%20-%20Concurrent%20Execution%20using%20Shared%20Resource%20with%20Improper%20Synchronization%20('Race%20Condition').&color=brighgreen)
### Description
An issue found in linux-kernel that leads to a race condition in rose_connect(). The rose driver uses rose_neigh->use to represent how many objects are using the rose_neigh. When a user wants to delete a rose_route via rose_ioctl(), the rose driver calls rose_del_node() and removes neighbours only if their “count” and “use” are zero.
### POC
#### Reference
- https://bugzilla.redhat.com/show_bug.cgi?id=2066799
#### Github
No PoCs found on GitHub currently.