The fix for XSA-423 added logic to Linux'es netback driver to deal with
a frontend splitting a packet in a way such that not all of the headers
would come in one piece. Unfortunately the logic introduced there
didn't account for the extreme case of the entire packet being split
into as many pieces as permitted by the protocol, yet still being
smaller than the area that's specially dealt with to keep all (possible)
headers together. Such an unusual packet would therefore trigger a
buffer overrun in the driver.
References
Link | Resource |
---|---|
http://packetstormsecurity.com/files/175963/Kernel-Live-Patch-Security-Notice-LSN-0099-1.html | Third Party Advisory VDB Entry |
https://lists.debian.org/debian-lts-announce/2024/01/msg00004.html | Third Party Advisory |
https://security.netapp.com/advisory/ntap-20240202-0001/ | Third Party Advisory |
https://xenbits.xenproject.org/xsa/advisory-432.html | Mitigation Patch Vendor Advisory |
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
Configuration 3 (hide)
|
History
No history.
Information
Published : 2023-09-22 14:15
Updated : 2024-06-26 15:54
NVD link : CVE-2023-34319
Mitre link : CVE-2023-34319
CVE.ORG link : CVE-2023-34319
JSON object : View
Products Affected
xen
- xen
debian
- debian_linux
linux
- linux_kernel
CWE
CWE-787
Out-of-bounds Write