2024-10-21 20:00:53 +00:00
{
2024-11-08 06:00:36 +00:00
"data_version" : "4.0" ,
2024-10-21 20:00:53 +00:00
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"CVE_data_meta" : {
"ID" : "CVE-2024-50195" ,
2024-11-08 06:00:36 +00:00
"ASSIGNER" : "cve@kernel.org" ,
"STATE" : "PUBLIC"
2024-10-21 20:00:53 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2024-11-08 06:00:36 +00:00
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\nposix-clock: Fix missing timespec64 check in pc_clock_settime()\n\nAs Andrew pointed out, it will make sense that the PTP core\nchecked timespec64 struct's tv_sec and tv_nsec range before calling\nptp->info->settime64().\n\nAs the man manual of clock_settime() said, if tp.tv_sec is negative or\ntp.tv_nsec is outside the range [0..999,999,999], it should return EINVAL,\nwhich include dynamic clocks which handles PTP clock, and the condition is\nconsistent with timespec64_valid(). As Thomas suggested, timespec64_valid()\nonly check the timespec is valid, but not ensure that the time is\nin a valid range, so check it ahead using timespec64_valid_strict()\nin pc_clock_settime() and return -EINVAL if not valid.\n\nThere are some drivers that use tp->tv_sec and tp->tv_nsec directly to\nwrite registers without validity checks and assume that the higher layer\nhas checked it, which is dangerous and will benefit from this, such as\nhclge_ptp_settime(), igb_ptp_settime_i210(), _rcar_gen4_ptp_settime(),\nand some drivers can remove the checks of itself."
2024-10-21 20:00:53 +00:00
}
]
2024-11-08 06:00:36 +00:00
} ,
"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" : "0606f422b453" ,
2024-11-08 16:05:14 +00:00
"version_value" : "29f085345cde"
2024-11-08 06:00:36 +00:00
} ,
{
"version_value" : "not down converted" ,
"x_cve_json_5_version_data" : {
"versions" : [
{
"version" : "2.6.39" ,
"status" : "affected"
} ,
{
"version" : "0" ,
"lessThan" : "2.6.39" ,
"status" : "unaffected" ,
"versionType" : "semver"
} ,
2024-11-08 16:05:14 +00:00
{
"version" : "4.19.323" ,
"lessThanOrEqual" : "4.19.*" ,
"status" : "unaffected" ,
"versionType" : "semver"
} ,
{
"version" : "5.4.285" ,
"lessThanOrEqual" : "5.4.*" ,
"status" : "unaffected" ,
"versionType" : "semver"
} ,
2024-11-08 06:00:36 +00:00
{
"version" : "5.10.228" ,
"lessThanOrEqual" : "5.10.*" ,
"status" : "unaffected" ,
"versionType" : "semver"
} ,
{
"version" : "5.15.169" ,
"lessThanOrEqual" : "5.15.*" ,
"status" : "unaffected" ,
"versionType" : "semver"
} ,
{
"version" : "6.1.114" ,
"lessThanOrEqual" : "6.1.*" ,
"status" : "unaffected" ,
"versionType" : "semver"
} ,
{
"version" : "6.6.58" ,
"lessThanOrEqual" : "6.6.*" ,
"status" : "unaffected" ,
"versionType" : "semver"
} ,
{
"version" : "6.11.5" ,
"lessThanOrEqual" : "6.11.*" ,
"status" : "unaffected" ,
"versionType" : "semver"
} ,
{
2024-11-19 02:00:48 +00:00
"version" : "6.12" ,
2024-11-08 06:00:36 +00:00
"lessThanOrEqual" : "*" ,
"status" : "unaffected" ,
"versionType" : "original_commit_for_fix"
}
] ,
"defaultStatus" : "affected"
}
}
]
}
}
]
}
}
]
}
} ,
"references" : {
"reference_data" : [
2024-11-08 16:05:14 +00:00
{
"url" : "https://git.kernel.org/stable/c/29f085345cde24566efb751f39e5d367c381c584" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/29f085345cde24566efb751f39e5d367c381c584"
} ,
{
"url" : "https://git.kernel.org/stable/c/e0c966bd3e31911b57ef76cec4c5796ebd88e512" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/e0c966bd3e31911b57ef76cec4c5796ebd88e512"
} ,
2024-11-08 06:00:36 +00:00
{
"url" : "https://git.kernel.org/stable/c/673a1c5a2998acbd429d6286e6cad10f17f4f073" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/673a1c5a2998acbd429d6286e6cad10f17f4f073"
} ,
{
"url" : "https://git.kernel.org/stable/c/c8789fbe2bbf75845e45302cba6ffa44e1884d01" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/c8789fbe2bbf75845e45302cba6ffa44e1884d01"
} ,
{
"url" : "https://git.kernel.org/stable/c/27abbde44b6e71ee3891de13e1a228aa7ce95bfe" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/27abbde44b6e71ee3891de13e1a228aa7ce95bfe"
} ,
{
"url" : "https://git.kernel.org/stable/c/a3f169e398215e71361774d13bf91a0101283ac2" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/a3f169e398215e71361774d13bf91a0101283ac2"
} ,
{
"url" : "https://git.kernel.org/stable/c/1ff7247101af723731ea42ed565d54fb8f341264" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/1ff7247101af723731ea42ed565d54fb8f341264"
} ,
{
"url" : "https://git.kernel.org/stable/c/d8794ac20a299b647ba9958f6d657051fc51a540" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/d8794ac20a299b647ba9958f6d657051fc51a540"
}
]
} ,
"generator" : {
2024-11-19 02:00:48 +00:00
"engine" : "bippy-8e903de6a542"
2024-10-21 20:00:53 +00:00
}
}