2022-04-05 20:01:57 +00:00
{
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"data_version" : "4.0" ,
"CVE_data_meta" : {
"ID" : "CVE-2022-1247" ,
2022-08-31 16:00:35 +00:00
"ASSIGNER" : "secalert@redhat.com" ,
"STATE" : "PUBLIC"
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "n/a" ,
"product" : {
"product_data" : [
{
"product_name" : "Kernel" ,
"version" : {
"version_data" : [
{
"version_value" : "Not-Known"
}
]
}
}
]
}
}
]
}
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-362 - Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')."
}
]
}
]
} ,
"references" : {
"reference_data" : [
{
"refsource" : "MISC" ,
"name" : "https://bugzilla.redhat.com/show_bug.cgi?id=2066799" ,
"url" : "https://bugzilla.redhat.com/show_bug.cgi?id=2066799"
} ,
{
"refsource" : "MISC" ,
"name" : "https://access.redhat.com/security/cve/CVE-2022-1247" ,
"url" : "https://access.redhat.com/security/cve/CVE-2022-1247"
}
]
2022-04-05 20:01:57 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2022-08-31 16:00:35 +00:00
"value" : "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 \u201ccount\u201d and \u201cuse\u201d are zero."
2022-04-05 20:01:57 +00:00
}
]
}
}