cvelist/2022/49xxx/CVE-2022-49231.json

102 lines
4.6 KiB
JSON
Raw Normal View History

2025-02-26 02:00:45 +00:00
{
2025-02-26 02:05:06 +00:00
"data_version": "4.0",
2025-02-26 02:00:45 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2022-49231",
2025-02-26 02:05:06 +00:00
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
2025-02-26 02:00:45 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2025-02-26 02:05:06 +00:00
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nrtw88: fix memory overrun and memory leak during hw_scan\n\nPreviously we allocated less memory than actual required, overwrite\nto the buffer causes the mm module to complaint and raise access\nviolation faults. Along with potential memory leaks when returned\nearly. Fix these by passing the correct size and proper deinit flow."
2025-02-26 02:00:45 +00:00
}
]
2025-02-26 02:05:06 +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": "10d162b2ed395e69720926b4f8d87f1f25ca920f",
"version_value": "ec5da191bfcd5fd22b95459b623694f66c1cc10b"
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "5.17",
"status": "affected"
},
{
"version": "0",
"lessThan": "5.17",
"status": "unaffected",
"versionType": "semver"
},
{
"version": "5.17.2",
"lessThanOrEqual": "5.17.*",
"status": "unaffected",
"versionType": "semver"
},
{
"version": "5.18",
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/stable/c/ec5da191bfcd5fd22b95459b623694f66c1cc10b",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/ec5da191bfcd5fd22b95459b623694f66c1cc10b"
},
{
"url": "https://git.kernel.org/stable/c/d95984b5580dcb8b1c0036577c52b609990a1dab",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/d95984b5580dcb8b1c0036577c52b609990a1dab"
}
]
},
"generator": {
"engine": "bippy-5f407fcff5a0"
2025-02-26 02:00:45 +00:00
}
}