Vulnerability Description
A stack-based buffer overflow was found in the QEMU e1000 network device. The code for padding short frames was dropped from individual network devices and moved to the net core code. The issue stems from the device's receive code still being able to process a short frame in loopback mode. This could lead to a buffer overrun in the e1000_receive_iov() function via the loopback code path. A malicious guest user could use this vulnerability to crash the QEMU process on the host, resulting in a denial of service.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://access.redhat.com/security/cve/CVE-2025-12464
- https://bugzilla.redhat.com/show_bug.cgi?id=2408845
- https://gitlab.com/qemu-project/qemu/-/issues/3043
FAQ
What is CVE-2025-12464?
CVE-2025-12464 is a vulnerability with a CVSS score of 6.2 (MEDIUM). A stack-based buffer overflow was found in the QEMU e1000 network device. The code for padding short frames was dropped from individual network devices and moved to the net core code. The issue stems ...
How severe is CVE-2025-12464?
CVE-2025-12464 has been rated MEDIUM with a CVSS base score of 6.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-12464?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.