2024-06-25 15:00:34 +00:00
{
2024-07-05 07:00:34 +00:00
"data_version" : "4.0" ,
2024-06-25 15:00:34 +00:00
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"CVE_data_meta" : {
"ID" : "CVE-2024-39480" ,
2024-07-05 07:00:34 +00:00
"ASSIGNER" : "cve@kernel.org" ,
"STATE" : "PUBLIC"
2024-06-25 15:00:34 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2024-07-05 07:00:34 +00:00
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\nkdb: Fix buffer overflow during tab-complete\n\nCurrently, when the user attempts symbol completion with the Tab key, kdb\nwill use strncpy() to insert the completed symbol into the command buffer.\nUnfortunately it passes the size of the source buffer rather than the\ndestination to strncpy() with predictably horrible results. Most obviously\nif the command buffer is already full but cp, the cursor position, is in\nthe middle of the buffer, then we will write past the end of the supplied\nbuffer.\n\nFix this by replacing the dubious strncpy() calls with memmove()/memcpy()\ncalls plus explicit boundary checks to make sure we have enough space\nbefore we start moving characters around."
}
]
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "n/a"
}
]
2024-06-25 15:00:34 +00:00
}
]
2024-07-05 07:00:34 +00:00
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "Linux" ,
"product" : {
"product_data" : [
{
"product_name" : "Linux" ,
"version" : {
"version_data" : [
{
"version_affected" : "<" ,
"version_name" : "1da177e4c3f4" ,
"version_value" : "fb824a99e148"
} ,
{
"version_value" : "not down converted" ,
"x_cve_json_5_version_data" : {
"versions" : [
{
"version" : "4.19.316" ,
"lessThanOrEqual" : "4.19.*" ,
"status" : "unaffected" ,
2024-11-05 10:03:00 +00:00
"versionType" : "semver"
2024-07-05 07:00:34 +00:00
} ,
{
"version" : "5.4.278" ,
"lessThanOrEqual" : "5.4.*" ,
"status" : "unaffected" ,
2024-11-05 10:03:00 +00:00
"versionType" : "semver"
2024-07-05 07:00:34 +00:00
} ,
{
"version" : "5.10.219" ,
"lessThanOrEqual" : "5.10.*" ,
"status" : "unaffected" ,
2024-11-05 10:03:00 +00:00
"versionType" : "semver"
2024-07-05 07:00:34 +00:00
} ,
{
"version" : "5.15.161" ,
"lessThanOrEqual" : "5.15.*" ,
"status" : "unaffected" ,
2024-11-05 10:03:00 +00:00
"versionType" : "semver"
2024-07-05 07:00:34 +00:00
} ,
{
"version" : "6.1.94" ,
"lessThanOrEqual" : "6.1.*" ,
"status" : "unaffected" ,
2024-11-05 10:03:00 +00:00
"versionType" : "semver"
2024-07-05 07:00:34 +00:00
} ,
{
"version" : "6.6.34" ,
"lessThanOrEqual" : "6.6.*" ,
"status" : "unaffected" ,
2024-11-05 10:03:00 +00:00
"versionType" : "semver"
2024-07-05 07:00:34 +00:00
} ,
{
"version" : "6.9.5" ,
"lessThanOrEqual" : "6.9.*" ,
"status" : "unaffected" ,
2024-11-05 10:03:00 +00:00
"versionType" : "semver"
2024-07-05 07:00:34 +00:00
} ,
{
2024-07-15 07:01:32 +00:00
"version" : "6.10" ,
2024-07-05 07:00:34 +00:00
"lessThanOrEqual" : "*" ,
"status" : "unaffected" ,
"versionType" : "original_commit_for_fix"
}
] ,
"defaultStatus" : "affected"
}
}
]
}
}
]
}
}
]
}
} ,
"references" : {
"reference_data" : [
{
"url" : "https://git.kernel.org/stable/c/fb824a99e148ff272a53d71d84122728b5f00992" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/fb824a99e148ff272a53d71d84122728b5f00992"
} ,
{
"url" : "https://git.kernel.org/stable/c/ddd2972d8e2dee3b33e8121669d55def59f0be8a" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/ddd2972d8e2dee3b33e8121669d55def59f0be8a"
} ,
{
"url" : "https://git.kernel.org/stable/c/cfdc2fa4db57503bc6d3817240547c8ddc55fa96" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/cfdc2fa4db57503bc6d3817240547c8ddc55fa96"
} ,
{
"url" : "https://git.kernel.org/stable/c/f636a40834d22e5e3fc748f060211879c056cd33" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/f636a40834d22e5e3fc748f060211879c056cd33"
} ,
{
"url" : "https://git.kernel.org/stable/c/33d9c814652b971461d1e30bead6792851c209e7" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/33d9c814652b971461d1e30bead6792851c209e7"
} ,
{
"url" : "https://git.kernel.org/stable/c/107e825cc448b7834b31e8b1b3cf0f57426d46d5" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/107e825cc448b7834b31e8b1b3cf0f57426d46d5"
} ,
{
"url" : "https://git.kernel.org/stable/c/f694da720dcf795dc3eb97bf76d220213f76aaa7" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/f694da720dcf795dc3eb97bf76d220213f76aaa7"
} ,
{
"url" : "https://git.kernel.org/stable/c/e9730744bf3af04cda23799029342aa3cddbc454" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/e9730744bf3af04cda23799029342aa3cddbc454"
}
]
} ,
"generator" : {
2024-11-05 10:03:00 +00:00
"engine" : "bippy-9e1c9544281a"
2024-06-25 15:00:34 +00:00
}
}