Skip to content
Tech News
← Back to articles

Omarchy: Any User Process Can Escalate to Root

read original more articles
Why This Matters

The security vulnerability in Omarchy's default Docker setup allows any user process to escalate to root privileges, posing significant risks to system integrity and data security. This highlights the importance of timely updates and secure configurations in containerized environments for both developers and consumers.

Key Takeaways

Omarchy: Any User Process Can Escalate to Root

A security issue in Omarchy’s default Docker configuration meant that essentially every program running in the user’s desktop session could escalate to root without a password, sudo , or a privilege prompt.

If you use Omarchy, the most important takeaway is simple: update to 4.0.1.

I reported this issue privately through the project’s responsible-disclosure process. The underlying configuration has since been patched, so I’m publishing the details now to explain what the issue is and let users know to update their systems.

The Issue

Omarchy configured its default user as a member of the Linux docker group.

That allows users to run commands such as:

docker run ...

without typing sudo .

On arch the Docker daemon runs as root and listens on:

... continue reading