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.
References
Link | Resource |
---|---|
https://access.redhat.com/security/cve/CVE-2022-1247 | Exploit Issue Tracking Third Party Advisory |
https://bugzilla.redhat.com/show_bug.cgi?id=2066799 | Exploit Issue Tracking Third Party Advisory |
https://access.redhat.com/security/cve/CVE-2022-1247 | Exploit Issue Tracking Third Party Advisory |
https://bugzilla.redhat.com/show_bug.cgi?id=2066799 | Exploit Issue Tracking Third Party Advisory |
Configurations
History
21 Nov 2024, 06:40
Type | Values Removed | Values Added |
---|---|---|
References | () https://access.redhat.com/security/cve/CVE-2022-1247 - Exploit, Issue Tracking, Third Party Advisory | |
References | () https://bugzilla.redhat.com/show_bug.cgi?id=2066799 - Exploit, Issue Tracking, Third Party Advisory |
Information
Published : 2022-08-31 16:15
Updated : 2024-11-21 06:40
NVD link : CVE-2022-1247
Mitre link : CVE-2022-1247
CVE.ORG link : CVE-2022-1247
JSON object : View
Products Affected
fedoraproject
- fedora
linux
- linux_kernel
redhat
- enterprise_linux
CWE
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')