惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
MyScale Blog
MyScale Blog
Recent Announcements
Recent Announcements
N
Netflix TechBlog - Medium
GbyAI
GbyAI
Vercel News
Vercel News
The GitHub Blog
The GitHub Blog
阮一峰的网络日志
阮一峰的网络日志
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
Visual Studio Blog
Martin Fowler
Martin Fowler
腾讯CDC
大猫的无限游戏
大猫的无限游戏
aimingoo的专栏
aimingoo的专栏
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
WordPress大学
WordPress大学
P
Proofpoint News Feed
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
有赞技术团队
有赞技术团队
人人都是产品经理
人人都是产品经理
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Y
Y Combinator Blog

Help Net Security

Your work apps are quietly handing 19 data points to someone ChatGPT advanced account security adds passkeys and hardware keys Week in review: High-severity LPE vulnerability in the Linux kernel, cPanel 0-day exploited for months Automating Pentest Delivery: A Step-by-Step Guide - PlexTrac Open-source privacy proxy masks PII before prompts reach external AI services Shadow AI risks deepen as 31% of users get no employer training Identity is the control plane for distributed infrastructure AI traffic is getting bigger, louder, and less predictable New infosec products of the month: April 2026 cPanel zero-day exploited for months before patch release (CVE-2026-41940) Cisco releases open-source toolkit for verifying AI model lineage Met Police face criticism for using AI to spy on their own officers Nine-year-old Linux kernel flaw enables reliable local privilege escalation (CVE-2026-31431) Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security IP Fabric MCP server adds governance and control to enterprise AIOps workflows - Help Net Security Aqua Compass MCP server enables real-time investigation and containment of runtime threats - Help Net Security Google brings instant email verification to Android, no OTP needed - Help Net Security If cyber espionage via HDMI worries you, NCSC built a device to stop it - Help Net Security Apple fixes iPhone bug that let FBI retrieve deleted Signal messages(CVE-2026-28950) - Help Net Security GopherWhisper APT group hides command and control traffic in Slack and Discord - Help Net Security OpenAI tackles a bad habit people have when interacting with AI - Help Net Security A year in, Zoom's CISO reflects on balancing security and business - Help Net Security Scenario: Open-source framework for automated AI app red-teaming - Help Net Security GDPR works, but only where someone enforces it - Help Net Security Ransomware, fraud, and lawsuits drive cyber insurance claims to new peaks - Help Net Security Google’s Workspace Intelligence promises privacy while running on your data - Help Net Security Cyberattack on French government agency triggers phishing alert - Help Net Security Claude Mythos finds 271 Firefox flaws, Mozilla believes zero-days are numbered - Help Net Security Prove Identity Platform connects verification, authentication, and fraud prevention - Help Net Security New Mirai variants target routers and DVRs in parallel campaigns - Help Net Security
VirtualBox 7.2.8 is out with Linux kernel 7.0 support and...
Anamarija Po · 2026-04-22 · via Help Net Security

Oracle shipped VirtualBox 7.2.8 on April 21, 2026, as a maintenance release covering crashes, networking problems, clipboard issues, and extended Linux kernel compatibility. The update touches the VMM layer, NAT networking, graphics, UEFI, and both Linux and Windows guest support.

VirtualBox 7.2.8

VMM and core stability

A Guru Meditation error carrying the code VERR_IEM_IPE_4 is fixed in this release. The condition occurred when a guest attempted to execute the wrong hypercall instruction and injected an undefined instruction exception. A separate crash on FreeBSD 16.0 shutdown, triggered when multiple devices were attached to an LSI Logic SAS controller, is also resolved.

An infinite loop bug in the IPRT library’s vsscanf whitespace processing, contributed via a GitHub pull request, is merged into this release as well.

Windows guest fixes

Windows 11 guests were experiencing a BSOD with the stop code DRIVER_OVERRAN_STACK_BUFFER. That is patched. A separate UEFI fix addresses errors with secure boot certificate updates affecting Windows 11 guests.

A DMI-level correction addresses a case where VirtualBox was providing 0.0 as the BIOS release and firmware version numbers. Windows uses those values to populate registry keys under HKLM\HARDWARE\System\BIOS, and some components depend on that data being present. The fix supplies correct values so those registry entries are populated.

Linux kernel support extended

VirtualBox 7.2.8 adds initial host support for Linux kernels 6.19 and 7.0. Support for the UEK9 kernel on Oracle Linux 9 is also included, along with additional compatibility fixes for RHEL 10.1 and 10.2 kernels on both host and guest.

Guest time accounting support is added for Linux hosts.

Linux Guest Additions

Clipboard sharing between a Wayland guest and a Windows host was not working. That is fixed. A related bug where the last character was dropped when copying text from a Wayland guest to the Windows host clipboard is also corrected.

Oracle is deprecating the vboxvideo kernel module for kernels 7.0 and newer. Users running kernel 7.0 or later are directed to use VMSVGA graphics or the vboxvideo module provided by their Linux distribution. The Oracle-supplied vboxvideo module remains available for older kernels.