From 4231ce50c0921a25ffc067e966007cef1cbe3dae5ad5cd73d0b24f84872c89e0 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Wed, 18 Oct 2023 18:56:55 +0000 Subject: [PATCH] Accepting request 1118639 from home:lwfinger:branches:Virtualization - Version bump to VirtualBox 7.0.12 (released October 17 2023 by Oracle) Fixes the following: CVE-2023-22098 (boo#1216363) CVE-2023-22099 (boo#1216364) CVE-2023-22100 (boo#1216365) Patch file "fixes_for_6.5.patch" removed - fixed upstream. This is a maintenance release. The following items were fixed and/or added: VMM: Fixed using a debugger inside the guest under certain circumstances (bugs #21413 and #21546) VMM: Fixed detection of VT-x being used by other hypervisors (bug #21867) VMM: Introduced additional improvements in Split Lock Detection feature of recent Intel CPUs on Linux hosts (bug #20180) GUI: Fixed issue when the nested hardware virtualization setting was not displayed in the VM details panel (bug #21707) GUI: Introduced NLS update for Croatian, Indonesian, Italian, Japanese, Korean, Dutch and Turkish languages as well as added general look-and-feel improvements Devices: Fixed black screen in Windows guests with multiple guest screens when 3D is disabled (7.0.10 regression) Devices: Fixed PCI device identifiers for the VirtIO network interface (bug #21516) Devices: Fixed VLAN support for the VirtIO network interface (bug #21778) Devices: Fixed loading saved states when a TPM is configured (7.0.10 regression, bug #21773) Networking: Fixed memory leaks in the VBoxIntNetSwitch process on macOS (bug #21752) Networking: Fixed TCP connections with IP addresses ending on .2 when the NAT network attachment is used (bug #21513) VRDP: Added general improvements VBoxManage: Added improvements for "list usbfilters" command Unattended: Added kick start file support for Oracle Linux 8 and Oracle Linux 9. Main: Added more Linux OS subtypes Host Services: Fixed Guest Properties service crash under rare circumstance Linux Host and Guest: Fixed few "field-spanning write" kernel warnings (bugs #21410 and #21862) Linux Guest Additions: Added more fixes for RHEL 8.9 and 9.3 kernel Linux Guest Additions: Added more fixes for kernel 6.4 Linux Guest Additions: Added initial support for OpenSUSE 15.5 kernel Linux Guest Additions: Added initial support for kernels 6.5 and 6.6 Linux Guest Additions: Added version reporting for "rcvboxadd status-kernel" and "rcvboxadd status-user" commands BIOS: Restored support for ISA SCSI HBAs in the BIOS (bug #21736) OBS-URL: https://build.opensuse.org/request/show/1118639 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=713 --- virtualbox.changes | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/virtualbox.changes b/virtualbox.changes index faf9f6c..4c8d7a1 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Wed Oct 18 17:26:11 UTC 2023 - Larry Finger + +- Version bump to VirtualBox 7.0.12 (released October 17 2023 by Oracle) + + Fixes the following: + CVE-2023-22098 (boo#1216363) + CVE-2023-22099 (boo#1216364) + CVE-2023-22100 (boo#1216365) + + Patch file "fixes_for_6.5.patch" removed - fixed upstream. + + This is a maintenance release. The following items were fixed and/or added: + + VMM: Fixed using a debugger inside the guest under certain circumstances (bugs #21413 and #21546) + VMM: Fixed detection of VT-x being used by other hypervisors (bug #21867) + VMM: Introduced additional improvements in Split Lock Detection feature of recent Intel CPUs on Linux hosts (bug #20180) + GUI: Fixed issue when the nested hardware virtualization setting was not displayed in the VM details panel (bug #21707) + GUI: Introduced NLS update for Croatian, Indonesian, Italian, Japanese, Korean, Dutch and Turkish languages as well as added general look-and-feel improvements + Devices: Fixed black screen in Windows guests with multiple guest screens when 3D is disabled (7.0.10 regression) + Devices: Fixed PCI device identifiers for the VirtIO network interface (bug #21516) + Devices: Fixed VLAN support for the VirtIO network interface (bug #21778) + Devices: Fixed loading saved states when a TPM is configured (7.0.10 regression, bug #21773) + Networking: Fixed memory leaks in the VBoxIntNetSwitch process on macOS (bug #21752) + Networking: Fixed TCP connections with IP addresses ending on .2 when the NAT network attachment is used (bug #21513) + VRDP: Added general improvements + VBoxManage: Added improvements for "list usbfilters" command + Unattended: Added kick start file support for Oracle Linux 8 and Oracle Linux 9. + Main: Added more Linux OS subtypes + Host Services: Fixed Guest Properties service crash under rare circumstance + Linux Host and Guest: Fixed few "field-spanning write" kernel warnings (bugs #21410 and #21862) + Linux Guest Additions: Added more fixes for RHEL 8.9 and 9.3 kernel + Linux Guest Additions: Added more fixes for kernel 6.4 + Linux Guest Additions: Added initial support for OpenSUSE 15.5 kernel + Linux Guest Additions: Added initial support for kernels 6.5 and 6.6 + Linux Guest Additions: Added version reporting for "rcvboxadd status-kernel" and "rcvboxadd status-user" commands + BIOS: Restored support for ISA SCSI HBAs in the BIOS (bug #21736) + ------------------------------------------------------------------- Fri Sep 22 12:19:15 UTC 2023 - Callum Farmer