cvelist/2022/3xxx/CVE-2022-3028.json

82 lines
3.1 KiB
JSON
Raw Normal View History

2022-08-29 15:00:39 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-3028",
2022-08-31 16:00:35 +00:00
"ASSIGNER": "secalert@redhat.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "Linux kernel",
"version": {
"version_data": [
{
"version_value": "Fixed in kernel 6.0-rc3"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-667, CWE-362, CWE-125, CWE-787"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://github.com/torvalds/linux/commit/ba953a9d89a00c078b85f4b190bc1dde66fe16b5",
"url": "https://github.com/torvalds/linux/commit/ba953a9d89a00c078b85f4b190bc1dde66fe16b5"
},
{
"refsource": "MISC",
"name": "https://lore.kernel.org/all/YtoWqEkKzvimzWS5@gondor.apana.org.au/T/",
"url": "https://lore.kernel.org/all/YtoWqEkKzvimzWS5@gondor.apana.org.au/T/"
2022-09-02 12:00:36 +00:00
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-6835ddb6d8",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/F3MYP7WX4PNE6RCITVXA43CECBZT4CL6/"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-35c14ba5bb",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JKVA75UHKVOHNOEPCLUHTFGWCOOUBDM3/"
2022-09-03 00:00:35 +00:00
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-ccb0138bb6",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PEQYVCNYUWB4CJ2YRAYNF2GGFQ7SUYC4/"
2022-08-31 16:00:35 +00:00
}
]
2022-08-29 15:00:39 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2022-08-31 16:00:35 +00:00
"value": "A race condition was found in the Linux kernel's IP framework for transforming packets (XFRM subsystem) when multiple calls to xfrm_probe_algs occurred simultaneously. This flaw could allow a local attacker to potentially trigger an out-of-bounds write or leak kernel heap memory by performing an out-of-bounds read and copying it into a socket."
2022-08-29 15:00:39 +00:00
}
]
}
}