2024-08-21 06:00:34 +00:00
{
2024-08-30 08:00:34 +00:00
"data_version" : "4.0" ,
2024-08-21 06:00:34 +00:00
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"CVE_data_meta" : {
"ID" : "CVE-2024-44944" ,
2024-08-30 08:00:34 +00:00
"ASSIGNER" : "cve@kernel.org" ,
"STATE" : "PUBLIC"
2024-08-21 06:00:34 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2024-08-30 08:00:34 +00:00
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: ctnetlink: use helper function to calculate expect ID\n\nDelete expectation path is missing a call to the nf_expect_get_id()\nhelper function to calculate the expectation ID, otherwise LSB of the\nexpectation object address is leaked to userspace."
}
]
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "n/a"
}
]
2024-08-21 06:00:34 +00:00
}
]
2024-08-30 08:00:34 +00:00
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "Linux" ,
"product" : {
"product_data" : [
{
"product_name" : "Linux" ,
"version" : {
"version_data" : [
{
"version_affected" : "<" ,
"version_name" : "7b115755fb9d" ,
"version_value" : "66e7650dbbb8"
} ,
{
"version_affected" : "<" ,
"version_name" : "3c79107631db" ,
"version_value" : "64c0b8e64be8"
} ,
{
"version_value" : "not down converted" ,
"x_cve_json_5_version_data" : {
"versions" : [
{
"version" : "5.1" ,
"status" : "affected"
} ,
{
"version" : "0" ,
"lessThan" : "5.1" ,
"status" : "unaffected" ,
"versionType" : "custom"
} ,
{
"version" : "4.19.320" ,
"lessThanOrEqual" : "4.19.*" ,
"status" : "unaffected" ,
"versionType" : "custom"
} ,
{
"version" : "5.4.282" ,
"lessThanOrEqual" : "5.4.*" ,
"status" : "unaffected" ,
"versionType" : "custom"
} ,
{
"version" : "5.10.224" ,
"lessThanOrEqual" : "5.10.*" ,
"status" : "unaffected" ,
"versionType" : "custom"
} ,
{
"version" : "5.15.165" ,
"lessThanOrEqual" : "5.15.*" ,
"status" : "unaffected" ,
"versionType" : "custom"
} ,
{
"version" : "6.1.103" ,
"lessThanOrEqual" : "6.1.*" ,
"status" : "unaffected" ,
"versionType" : "custom"
} ,
{
"version" : "6.6.44" ,
"lessThanOrEqual" : "6.6.*" ,
"status" : "unaffected" ,
"versionType" : "custom"
} ,
{
"version" : "6.10.3" ,
"lessThanOrEqual" : "6.10.*" ,
"status" : "unaffected" ,
"versionType" : "custom"
} ,
{
"version" : "6.11-rc1" ,
"lessThanOrEqual" : "*" ,
"status" : "unaffected" ,
"versionType" : "original_commit_for_fix"
}
] ,
"defaultStatus" : "affected"
}
}
]
}
}
]
}
}
]
}
} ,
"references" : {
"reference_data" : [
{
"url" : "https://git.kernel.org/stable/c/66e7650dbbb8e236e781c670b167edc81e771450" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/66e7650dbbb8e236e781c670b167edc81e771450"
} ,
{
"url" : "https://git.kernel.org/stable/c/64c0b8e64be8368617ef08dfc59a3160563a1435" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/64c0b8e64be8368617ef08dfc59a3160563a1435"
} ,
{
"url" : "https://git.kernel.org/stable/c/eb4ca1a97e08ff5b920664ba292e576257e2d184" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/eb4ca1a97e08ff5b920664ba292e576257e2d184"
} ,
{
"url" : "https://git.kernel.org/stable/c/5e2c24f7b0911b15c29aefce760bcf770542fb61" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/5e2c24f7b0911b15c29aefce760bcf770542fb61"
} ,
{
"url" : "https://git.kernel.org/stable/c/24f407042cf90b0872de667460230d8d50c06c39" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/24f407042cf90b0872de667460230d8d50c06c39"
} ,
{
"url" : "https://git.kernel.org/stable/c/27662b46f2adaa52c1665a82af4b21c42c4337fd" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/27662b46f2adaa52c1665a82af4b21c42c4337fd"
} ,
{
"url" : "https://git.kernel.org/stable/c/74de442b8e12a207c07953ee068009a7701aff8f" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/74de442b8e12a207c07953ee068009a7701aff8f"
} ,
{
"url" : "https://git.kernel.org/stable/c/782161895eb4ac45cf7cfa8db375bd4766cb8299" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/782161895eb4ac45cf7cfa8db375bd4766cb8299"
}
]
} ,
"generator" : {
"engine" : "bippy-c9c4e1df01b2"
2024-08-21 06:00:34 +00:00
}
}