2024-09-30 17:00:36 +00:00
{
2024-10-21 12:00:30 +00:00
"data_version" : "4.0" ,
2024-09-30 17:00:36 +00:00
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"CVE_data_meta" : {
"ID" : "CVE-2024-47712" ,
2024-10-21 12:00:30 +00:00
"ASSIGNER" : "cve@kernel.org" ,
"STATE" : "PUBLIC"
2024-09-30 17:00:36 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2024-10-21 12:00:30 +00:00
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: wilc1000: fix potential RCU dereference issue in wilc_parse_join_bss_param\n\nIn the `wilc_parse_join_bss_param` function, the TSF field of the `ies`\nstructure is accessed after the RCU read-side critical section is\nunlocked. According to RCU usage rules, this is illegal. Reusing this\npointer can lead to unpredictable behavior, including accessing memory\nthat has been updated or causing use-after-free issues.\n\nThis possible bug was identified using a static analysis tool developed\nby myself, specifically designed to detect RCU-related issues.\n\nTo address this, the TSF value is now stored in a local variable\n`ies_tsf` before the RCU lock is released. The `param->tsf_lo` field is\nthen assigned using this local variable, ensuring that the TSF value is\nsafely accessed."
}
]
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "n/a"
}
]
}
]
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "Linux" ,
"product" : {
"product_data" : [
{
"product_name" : "Linux" ,
"version" : {
"version_data" : [
2024-11-08 16:01:45 +00:00
{
"version_affected" : "<" ,
"version_name" : "e556006de4ea" ,
"version_value" : "5a24cedc243a"
} ,
2024-10-21 12:00:30 +00:00
{
"version_affected" : "<" ,
"version_name" : "b4bbf38c350a" ,
"version_value" : "557418e17046"
} ,
{
"version_affected" : "<" ,
"version_name" : "d80fc436751c" ,
"version_value" : "bf090f4fe935"
} ,
{
"version_affected" : "<" ,
"version_name" : "745003b5917b" ,
"version_value" : "b040b71d99ee"
} ,
{
"version_affected" : "<" ,
"version_name" : "4bfd20d5f5c6" ,
"version_value" : "84398204c5df"
} ,
{
"version_affected" : "<" ,
"version_name" : "205c50306acf" ,
"version_value" : "2f944e6255c2"
} ,
{
"version_value" : "not down converted" ,
"x_cve_json_5_version_data" : {
"versions" : [
{
"version" : "6.9" ,
"status" : "affected"
} ,
{
"version" : "0" ,
"lessThan" : "6.9" ,
"status" : "unaffected" ,
2024-11-05 11:00:32 +00:00
"versionType" : "semver"
2024-10-21 12:00:30 +00:00
} ,
2024-11-08 16:01:45 +00:00
{
"version" : "5.4.285" ,
"lessThanOrEqual" : "5.4.*" ,
"status" : "unaffected" ,
"versionType" : "semver"
} ,
2024-10-21 12:00:30 +00:00
{
"version" : "5.10.227" ,
"lessThanOrEqual" : "5.10.*" ,
"status" : "unaffected" ,
2024-11-05 11:00:32 +00:00
"versionType" : "semver"
2024-10-21 12:00:30 +00:00
} ,
{
"version" : "5.15.168" ,
"lessThanOrEqual" : "5.15.*" ,
"status" : "unaffected" ,
2024-11-05 11:00:32 +00:00
"versionType" : "semver"
2024-10-21 12:00:30 +00:00
} ,
{
"version" : "6.1.113" ,
"lessThanOrEqual" : "6.1.*" ,
"status" : "unaffected" ,
2024-11-05 11:00:32 +00:00
"versionType" : "semver"
2024-10-21 12:00:30 +00:00
} ,
{
"version" : "6.6.54" ,
"lessThanOrEqual" : "6.6.*" ,
"status" : "unaffected" ,
2024-11-05 11:00:32 +00:00
"versionType" : "semver"
2024-10-21 12:00:30 +00:00
} ,
{
"version" : "6.10.13" ,
"lessThanOrEqual" : "6.10.*" ,
"status" : "unaffected" ,
2024-11-05 11:00:32 +00:00
"versionType" : "semver"
2024-10-21 12:00:30 +00:00
} ,
{
"version" : "6.11.2" ,
"lessThanOrEqual" : "6.11.*" ,
"status" : "unaffected" ,
2024-11-05 11:00:32 +00:00
"versionType" : "semver"
2024-10-21 12:00:30 +00:00
} ,
{
2024-11-18 16:00:45 +00:00
"version" : "6.12" ,
2024-10-21 12:00:30 +00:00
"lessThanOrEqual" : "*" ,
"status" : "unaffected" ,
"versionType" : "original_commit_for_fix"
}
] ,
"defaultStatus" : "affected"
}
}
]
}
}
]
}
}
]
}
} ,
"references" : {
"reference_data" : [
2024-11-08 16:01:45 +00:00
{
"url" : "https://git.kernel.org/stable/c/5a24cedc243ace5ed7c1016f52a7bfc8f5b07815" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/5a24cedc243ace5ed7c1016f52a7bfc8f5b07815"
} ,
2024-10-21 12:00:30 +00:00
{
"url" : "https://git.kernel.org/stable/c/557418e1704605a81c9e26732449f71b1d40ba1e" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/557418e1704605a81c9e26732449f71b1d40ba1e"
} ,
{
"url" : "https://git.kernel.org/stable/c/bf090f4fe935294361eabd9dc5a949fdd77d3d1b" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/bf090f4fe935294361eabd9dc5a949fdd77d3d1b"
} ,
{
"url" : "https://git.kernel.org/stable/c/b040b71d99ee5e17bb7a743dc01cbfcae8908ce1" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/b040b71d99ee5e17bb7a743dc01cbfcae8908ce1"
} ,
{
"url" : "https://git.kernel.org/stable/c/84398204c5df5aaf89453056cf0647cda9664d2b" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/84398204c5df5aaf89453056cf0647cda9664d2b"
} ,
{
"url" : "https://git.kernel.org/stable/c/2f944e6255c2fc1c9bd9ee32f6b14ee0b2a51eb5" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/2f944e6255c2fc1c9bd9ee32f6b14ee0b2a51eb5"
} ,
{
"url" : "https://git.kernel.org/stable/c/79510414a7626317f13cc9073244ab7a8deb3192" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/79510414a7626317f13cc9073244ab7a8deb3192"
} ,
{
"url" : "https://git.kernel.org/stable/c/6d7c6ae1efb1ff68bc01d79d94fdf0388f86cdd8" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/6d7c6ae1efb1ff68bc01d79d94fdf0388f86cdd8"
2024-09-30 17:00:36 +00:00
}
]
2024-10-21 12:00:30 +00:00
} ,
"generator" : {
2024-11-18 16:00:45 +00:00
"engine" : "bippy-8e903de6a542"
2024-09-30 17:00:36 +00:00
}
}