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

推荐订阅源

博客园 - 三生石上(FineUI控件)
月光博客
月光博客
S
SegmentFault 最新的问题
有赞技术团队
有赞技术团队
Stack Overflow Blog
Stack Overflow Blog
Engineering at Meta
Engineering at Meta
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
IT之家
IT之家
宝玉的分享
宝玉的分享
A
About on SuperTechFans
Vercel News
Vercel News
P
Proofpoint News Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 【当耐特】
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
Visual Studio Blog
Jina AI
Jina AI
Y
Y Combinator Blog
T
Tailwind CSS Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI

Help Net Security

FIDO Alliance wants to keep AI agents from going rogue on online payments Police arrest 10 suspected members of Black Axe cybercrime gang ShinyHunters claims it stole 1.4 million records from Udemy Sevii unveils Cyber Swarm Defense Mode to stop AI-driven attacks at scale Alleged Chinese hacker extradited to US over cyberattacks targeting COVID-19 research Cequence Agent Personas bring granular control and governance to enterprise AI agents NowSecure MARI gives enterprises evidence-based visibility into third-party mobile app risk The metrics killing your SOC, and what to use instead US state privacy fines reached $3.425 billion in 2025 Canada’s first SMS blaster case leads to three arrests Linux storage management tool Stratis 3.9.0 adds online encryption and cache-less pool startup TLS Connect gives SMBs a right-sized automated tool to manage TLS certificates Aptori expands its platform with autonomous offensive testing to reduce security bottlenecks Your IAM was built for humans, AI agents don’t care The AI criminal mastermind is already hiring on gig platforms 25 open-source cybersecurity tools that don’t care about your budget Product showcase: LuLu reveals unauthorized outbound connections from Mac apps Week in review: Claude Mythos finds 271 Firefox flaws, Vercel breach Users advised to drop passwords and make room for passkeys - Help Net Security Indirect prompt injection is taking hold in the wild - Help Net Security Compromised everyday devices power Chinese cyber espionage operations - Help Net Security New Cisco firewall malware can only be killed by pulling the plug - Help Net Security Meta is overhauling how you sign in, manage settings, and protect your accounts - Help Net Security Ubuntu 26.04 LTS delivers memory-safe system tools and live patching for Arm servers - Help Net Security OpenAI’s GPT-5.5 is out with expanded cybersecurity safeguards - Help Net Security AI is speeding up nation-state cyber programs - Help Net Security A study of 1,000 Android apps finds a privacy policy logging gap - Help Net Security IT spending to hit $6.31 trillion record, thanks to AI - Help Net Security Where AI in CI/CD is working for engineering teams - Help Net Security With AI's help, North Korean hackers stumbled into a near-undetectable attack - 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.