cvelist/2023/53xxx/CVE-2023-53010.json

102 lines
4.7 KiB
JSON
Raw Normal View History

2025-03-27 17:00:49 +00:00
{
2025-03-27 17:01:02 +00:00
"data_version": "4.0",
2025-03-27 17:00:49 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-53010",
2025-03-27 17:01:02 +00:00
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
2025-03-27 17:00:49 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2025-03-27 17:01:02 +00:00
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nbnxt: Do not read past the end of test names\n\nTest names were being concatenated based on a offset beyond the end of\nthe first name, which tripped the buffer overflow detection logic:\n\n detected buffer overflow in strnlen\n [...]\n Call Trace:\n bnxt_ethtool_init.cold+0x18/0x18\n\nRefactor struct hwrm_selftest_qlist_output to use an actual array,\nand adjust the concatenation to use snprintf() rather than a series of\nstrncat() calls."
2025-03-27 17:00:49 +00:00
}
]
2025-03-27 17:01:02 +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": "eb51365846bc418687af4c4f41b68b6e84cdd449",
"version_value": "cefa85480ac99c0bef5a09daadb48d65fc28e279"
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "4.12",
"status": "affected"
},
{
"version": "0",
"lessThan": "4.12",
"status": "unaffected",
"versionType": "semver"
},
{
"version": "6.1.9",
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"versionType": "semver"
},
{
"version": "6.2",
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/stable/c/cefa85480ac99c0bef5a09daadb48d65fc28e279",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/cefa85480ac99c0bef5a09daadb48d65fc28e279"
},
{
"url": "https://git.kernel.org/stable/c/d3e599c090fc6977331150c5f0a69ab8ce87da21",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/d3e599c090fc6977331150c5f0a69ab8ce87da21"
}
]
},
"generator": {
"engine": "bippy-5f407fcff5a0"
2025-03-27 17:00:49 +00:00
}
}