A security researcher has released an open source tool that can bypass CPU memory isolation, allowing unprivileged software to access protected memory regions. The tool, named skitter-creek-bath-salts, was developed by Christopher Domas and targets memory controller translation registers.
The vulnerability affects modern processor architectures and could have significant implications for cloud computing and confidential computing environments, where data isolation is a fundamental security assumption.
How the Exploit Works
The tool manipulates translation registers within the memory controller, which are responsible for mapping virtual addresses to physical memory. By altering these registers, the tool can trick the CPU into granting access to memory regions that should be protected by privilege boundaries.
This technique disrupts the normal isolation mechanisms that separate operating system kernels from user applications and different virtual machines from each other. The result is that an unprivileged program can read or modify data that should be inaccessible.
Affected Systems and Implications
While the research did not specify which CPU vendors or models are affected, the attack is believed to work on a range of modern processors from major manufacturers. The discovery highlights a broader class of hardware vulnerabilities that operate below the software abstraction layer.
In cloud environments, where multiple customers share the same physical hardware, a successful exploit could allow one tenant to access another tenant’s data. Similarly, confidential computing initiatives, which rely on hardware-based memory encryption and isolation, could be undermined.
Security experts note that the attack requires local access to the system, meaning an attacker would need to already have a foothold on the machine. This reduces the immediacy of the threat but does not eliminate it, especially in multi-tenant scenarios.
Researcher’s Background and Tool Availability
Christopher Domas is a well known security researcher with a history of discovering low level hardware vulnerabilities. He has presented previous work at major security conferences, including DEF CON and Black Hat.
The tool is available as an open source project, which allows other researchers to study the technique and develop mitigations. However, it also means that the exploit code is publicly accessible, increasing the risk of misuse.
No official advisory has been issued by CPU manufacturers at this time. The research is expected to be presented at an upcoming security conference, where more technical details will be shared.
In the meantime, organizations are advised to monitor their systems for unusual memory access patterns and to apply any firmware or microcode updates as they become available. The long term solution will likely involve hardware redesigns that better protect memory controller registers from unauthorized access.







