VMs Won't Contain Cyber-Capable Agents - #2755
Open
carlospolop wants to merge 1 commit into
Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://blog.trailofbits.com/2026/08/26/vms-wont-contain-cyber-capable-agents Content Categories: Based on the analysis, this content was categorized under "Binary Exploitation > Common Exploiting Problems > QEMU/KVM VM Escapes, with cross-references from Linux Hardening > Kernel/LPE/CVE material and Network Services > libslirp/user-mode networking". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Trail of Bits evaluated OpenAI GPT 5.6-Cyber by challenging it to escape a QEMU/KVM virtual machine running on a Debian 12
oldstableAMD Zen 3 host and read a host-side flag. The agent was launched outside the VM, received SSH access to the guest, and was allowed to download, build, test, and debug software; inspect dependencies; retrieve source code and research papers; create fuzzers, minimal test cases, and exploit oracles; invoke subagents; and maintain a research ledger. Sta...🔧 Technical Details
Chain CVEs with unclassified fixes: Review ordinary upstream bug-fix commits in addition to CVE records. A known vulnerability may supply one memory primitive while a correctness fix reveals the second condition needed to obtain arbitrary host-process read/write. In host-facing VM components such as libslirp, arbitrary memory access can be converted into escape by locating and modifying QEMU heap objects, callbacks, or function pointers.
Attack user-mode networking from the guest: Networking libraries such as libslirp parse guest-controlled packets inside the host virtualization process. Fragment sequences with inconsistent Internet Header Length values can desynchronize reassembly accounting from later protocol processing. If ICMP reflection copies beyond the logical reassembled packet, repeated requests can generate recognizable live heap objects such as
NetPacketstructures.Use heap spraying as an addre...
🤖 Agent Actions
Implemented the HackTricks update:
src/binary-exploitation/qemu-kvm-vm-escape-chains.mdcommon-exploiting-problems.md.src/SUMMARY.md.mdbook buildwas unavailable becausemdbookis not installed.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.