← Back to CVE List

CVE-2022-48949

Published: 2024-10-21T20:15Z
Last Modified: 2024-10-29T16:32Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: igb: Initialize mailbox message for VF reset When a MAC address is not assigned to the VF, that portion of the message sent to the VF is not set. The memory, however, is allocated from the stack meaning that information may be leaked to the VM. Initialize the message buffer to 0 so that no information is passed to the VM in this case. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt