cvelist/2023/34xxx/CVE-2023-34319.json

94 lines
3.8 KiB
JSON
Raw Normal View History

2023-06-01 11:00:40 +00:00
{
2023-09-22 14:00:32 +00:00
"data_version": "4.0",
2023-06-01 11:00:40 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-34319",
2023-09-22 14:00:32 +00:00
"ASSIGNER": "security@xen.org",
"STATE": "PUBLIC"
2023-06-01 11:00:40 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-09-22 14:00:32 +00:00
"value": "The fix for XSA-423 added logic to Linux'es netback driver to deal with\na frontend splitting a packet in a way such that not all of the headers\nwould come in one piece. Unfortunately the logic introduced there\ndidn't account for the extreme case of the entire packet being split\ninto as many pieces as permitted by the protocol, yet still being\nsmaller than the area that's specially dealt with to keep all (possible)\nheaders together. Such an unusual packet would therefore trigger a\nbuffer overrun in the driver.\n"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
2023-06-01 11:00:40 +00:00
}
]
2023-09-22 14:00:32 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Linux",
"product": {
"product_data": [
{
"product_name": "Linux",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"status": "unknown",
"version": "consult Xen advisory XSA-432"
}
],
"defaultStatus": "unknown"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
2023-10-26 10:00:32 +00:00
"url": "https://xenbits.xenproject.org/xsa/advisory-432.html",
2023-09-22 14:00:32 +00:00
"refsource": "MISC",
2023-10-26 10:00:32 +00:00
"name": "https://xenbits.xenproject.org/xsa/advisory-432.html"
2023-11-29 16:00:34 +00:00
},
{
"url": "http://packetstormsecurity.com/files/175963/Kernel-Live-Patch-Security-Notice-LSN-0099-1.html",
"refsource": "MISC",
"name": "http://packetstormsecurity.com/files/175963/Kernel-Live-Patch-Security-Notice-LSN-0099-1.html"
2023-09-22 14:00:32 +00:00
}
]
},
"configuration": [
{
"lang": "en",
"value": "All systems using a Linux based network backend with kernel 3.19 and\nnewer are vulnerable, on the assumption that the fix for XSA-423 was\ntaken. Systems using other network backends are not known to be\nvulnerable.\n"
}
],
"work_around": [
{
"lang": "en",
"value": "Using another PV network backend (e.g. the qemu based \"qnic\" backend)\nwill mitigate the problem.\n\nUsing a dedicated network driver domain per guest will mitigate the\nproblem.\n"
}
],
"credits": [
{
"lang": "en",
"value": "This issue was discovered by Ross Lagerwall of Citrix."
}
]
2023-06-01 11:00:40 +00:00
}