cvelist/2024/53xxx/CVE-2024-53085.json

113 lines
5.4 KiB
JSON
Raw Normal View History

2024-11-19 18:00:35 +00:00
{
2024-11-19 18:01:12 +00:00
"data_version": "4.0",
2024-11-19 18:00:35 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-53085",
2024-11-19 18:01:12 +00:00
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
2024-11-19 18:00:35 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-11-19 18:01:12 +00:00
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ntpm: Lock TPM chip in tpm_pm_suspend() first\n\nSetting TPM_CHIP_FLAG_SUSPENDED in the end of tpm_pm_suspend() can be racy\naccording, as this leaves window for tpm_hwrng_read() to be called while\nthe operation is in progress. The recent bug report gives also evidence of\nthis behaviour.\n\nAadress this by locking the TPM chip before checking any chip->flags both\nin tpm_pm_suspend() and tpm_hwrng_read(). Move TPM_CHIP_FLAG_SUSPENDED\ncheck inside tpm_get_random() so that it will be always checked only when\nthe lock is reserved."
2024-11-19 18:00:35 +00:00
}
]
2024-11-19 18:01:12 +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": "99d464506255",
2024-12-09 11:00:32 +00:00
"version_value": "cfaf83501a0c"
2024-11-19 18:01:12 +00:00
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "6.4",
"status": "affected"
},
{
"version": "0",
"lessThan": "6.4",
"status": "unaffected",
"versionType": "semver"
},
2024-12-09 11:00:32 +00:00
{
"version": "6.6.64",
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"versionType": "semver"
},
2024-11-19 18:01:12 +00:00
{
"version": "6.11.8",
"lessThanOrEqual": "6.11.*",
"status": "unaffected",
"versionType": "semver"
},
{
"version": "6.12",
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
2024-12-09 11:00:32 +00:00
{
"url": "https://git.kernel.org/stable/c/cfaf83501a0cbb104499c5b0892ee5ebde4e967f",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/cfaf83501a0cbb104499c5b0892ee5ebde4e967f"
},
2024-11-19 18:01:12 +00:00
{
"url": "https://git.kernel.org/stable/c/bc203fe416abdd1c29da594565a7c3c4e979488e",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/bc203fe416abdd1c29da594565a7c3c4e979488e"
},
{
"url": "https://git.kernel.org/stable/c/9265fed6db601ee2ec47577815387458ef4f047a",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/9265fed6db601ee2ec47577815387458ef4f047a"
}
]
},
"generator": {
"engine": "bippy-8e903de6a542"
2024-11-19 18:00:35 +00:00
}
}