2024-02-19 15:02:13 +00:00
{
2024-05-01 06:00:35 +00:00
"data_version" : "4.0" ,
2024-02-19 15:02:13 +00:00
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"CVE_data_meta" : {
"ID" : "CVE-2024-27020" ,
2024-05-01 06:00:35 +00:00
"ASSIGNER" : "cve@kernel.org" ,
"STATE" : "PUBLIC"
2024-02-19 15:02:13 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2024-05-01 06:00:35 +00:00
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()\n\nnft_unregister_expr() can concurrent with __nft_expr_type_get(),\nand there is not any protection when iterate over nf_tables_expressions\nlist in __nft_expr_type_get(). Therefore, there is potential data-race\nof nf_tables_expressions list entry.\n\nUse list_for_each_entry_rcu() to iterate over nf_tables_expressions\nlist in __nft_expr_type_get(), and use rcu_read_lock() in the caller\nnft_expr_type_get() to protect the entire type query process."
}
]
} ,
"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" : [
{
"version_affected" : "<" ,
"version_name" : "ef1f7df9170d" ,
2024-05-03 06:00:34 +00:00
"version_value" : "939109c0a8e2"
2024-05-01 06:00:35 +00:00
} ,
{
"version_value" : "not down converted" ,
"x_cve_json_5_version_data" : {
"versions" : [
{
"version" : "3.13" ,
"status" : "affected"
} ,
{
"version" : "0" ,
"lessThan" : "3.13" ,
"status" : "unaffected" ,
2024-11-05 10:01:15 +00:00
"versionType" : "semver"
2024-05-01 06:00:35 +00:00
} ,
2024-05-03 06:00:34 +00:00
{
"version" : "4.19.313" ,
"lessThanOrEqual" : "4.19.*" ,
"status" : "unaffected" ,
2024-11-05 10:01:15 +00:00
"versionType" : "semver"
2024-05-03 06:00:34 +00:00
} ,
{
"version" : "5.4.275" ,
"lessThanOrEqual" : "5.4.*" ,
"status" : "unaffected" ,
2024-11-05 10:01:15 +00:00
"versionType" : "semver"
2024-05-03 06:00:34 +00:00
} ,
{
"version" : "5.10.216" ,
"lessThanOrEqual" : "5.10.*" ,
"status" : "unaffected" ,
2024-11-05 10:01:15 +00:00
"versionType" : "semver"
2024-05-03 06:00:34 +00:00
} ,
2024-05-01 06:00:35 +00:00
{
"version" : "5.15.157" ,
"lessThanOrEqual" : "5.15.*" ,
"status" : "unaffected" ,
2024-11-05 10:01:15 +00:00
"versionType" : "semver"
2024-05-01 06:00:35 +00:00
} ,
{
"version" : "6.1.88" ,
"lessThanOrEqual" : "6.1.*" ,
"status" : "unaffected" ,
2024-11-05 10:01:15 +00:00
"versionType" : "semver"
2024-05-01 06:00:35 +00:00
} ,
{
"version" : "6.6.29" ,
"lessThanOrEqual" : "6.6.*" ,
"status" : "unaffected" ,
2024-11-05 10:01:15 +00:00
"versionType" : "semver"
2024-05-01 06:00:35 +00:00
} ,
{
"version" : "6.8.8" ,
"lessThanOrEqual" : "6.8.*" ,
"status" : "unaffected" ,
2024-11-05 10:01:15 +00:00
"versionType" : "semver"
2024-05-01 06:00:35 +00:00
} ,
{
2024-05-13 08:01:06 +00:00
"version" : "6.9" ,
2024-05-01 06:00:35 +00:00
"lessThanOrEqual" : "*" ,
"status" : "unaffected" ,
"versionType" : "original_commit_for_fix"
}
] ,
"defaultStatus" : "affected"
}
}
]
}
}
]
}
}
]
}
} ,
"references" : {
"reference_data" : [
2024-05-03 06:00:34 +00:00
{
"url" : "https://git.kernel.org/stable/c/939109c0a8e2a006a6cc8209e262d25065f4403a" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/939109c0a8e2a006a6cc8209e262d25065f4403a"
} ,
{
"url" : "https://git.kernel.org/stable/c/b38a133d37fa421c8447b383d788c9cc6f5cb34c" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/b38a133d37fa421c8447b383d788c9cc6f5cb34c"
} ,
{
"url" : "https://git.kernel.org/stable/c/934e66e231cff2b18faa2c8aad0b8cec13957e05" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/934e66e231cff2b18faa2c8aad0b8cec13957e05"
} ,
2024-05-01 06:00:35 +00:00
{
"url" : "https://git.kernel.org/stable/c/0b6de00206adbbfc6373b3ae38d2a6f197987907" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/0b6de00206adbbfc6373b3ae38d2a6f197987907"
} ,
{
"url" : "https://git.kernel.org/stable/c/8d56bad42ac4c43c6c72ddd6a654a2628bf839c5" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/8d56bad42ac4c43c6c72ddd6a654a2628bf839c5"
} ,
{
"url" : "https://git.kernel.org/stable/c/a9ebf340d123ae12582210407f879d6a5a1bc25b" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/a9ebf340d123ae12582210407f879d6a5a1bc25b"
} ,
{
"url" : "https://git.kernel.org/stable/c/01f1a678b05ade4b1248019c2dcca773aebbeb7f" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/01f1a678b05ade4b1248019c2dcca773aebbeb7f"
} ,
{
"url" : "https://git.kernel.org/stable/c/f969eb84ce482331a991079ab7a5c4dc3b7f89bf" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/f969eb84ce482331a991079ab7a5c4dc3b7f89bf"
2024-02-19 15:02:13 +00:00
}
]
2024-05-01 06:00:35 +00:00
} ,
"generator" : {
2024-11-05 10:01:15 +00:00
"engine" : "bippy-9e1c9544281a"
2024-02-19 15:02:13 +00:00
}
}