External risk intelligence

LuCI LXC Container Management Authorization Bypass Leads to Host Code Execution.

CVE advisorySeverity: CRITICAL (CVSS 9.4)

CVE-2026-72842

The vulnerability exists in a LuCI application for LXC container management on OpenWrt. While the LuCI web interface is network-reachable, it is typically restricted to internal administrative management and not exposed to the public internet in standard deployments.

Path Traversal

Halo Surface Signal: 2 out of 5 — less likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

This advisory concerns a critical vulnerability in an application managing containers on OpenWrt systems. The issue allows authenticated users with low privileges to gain unauthorized access to sensitive container management functions, potentially leading to the execution of malicious code on the host system with administrative privileges. The primary concern is to confirm if this specific application is in use and exposed.

  • Unauthenticated access to container controls.
  • Confirms exposure of container management functions.
  • Assess relevance and potential exposure.

Attack Path

How an attacker could exploit the issue

An attacker with low-level authenticated access to the LuCI web interface can exploit an ACL inconsistency in the luci-app-lxc component. By manipulating the `lxc_name` parameter with path traversal, they can bypass authorization checks, access sensitive routes, and ultimately execute arbitrary code on the host system through container start-up hooks.

  • Authenticated access to LuCI interface.
  • Path traversal to execute host scripts.
  • Root code execution on the host.

Live Threat

Current exploitation, exposure, and threat context

This vulnerability could allow an authenticated user with low privileges on the LuCI web interface to execute arbitrary commands on the OpenWrt host system with root privileges. This could occur when the affected application is used to manage LXC containers, and an attacker manipulates specific parameters to escape container directories and trigger host-side scripts.

  • Root code execution on the host.
  • Path traversal to escape container.
  • Host script execution with root privileges.

Operational Fix

Recommended remediation, mitigation, and detection steps

The Luci-app-lxc vulnerability impacts OpenWrt systems and requires immediate attention from teams managing the OpenWrt infrastructure and any associated container environments. The first step is to identify all OpenWrt hosts running luci-app-lxc, assess their network exposure, and confirm criticality before proceeding with remediation planning.

  • Infrastructure and platform teams own remediation.
  • Verify affected OpenWrt host exposure and criticality.
  • Plan risk-based remediation with vendor coordination.

Supplementary metadata

Validate whether this threat affects your internet-facing exposure.

Halo Threat Intelligence helps prioritize remediation with Halo Surface Signal and H/A/L/O context. Start exposure validation with a free external attack surface trial.

Frequently asked questions

What is luci-app-lxc?

It is a package for the OpenWrt operating system that provides a web-based interface for managing Linux Containers (LXC). Users rely on it to configure, start, and stop containers directly from their router's LuCI dashboard, simplifying infrastructure management on embedded devices.

What is an ACL inconsistency in CVE-2026-72842?

This refers to a failure in Access Control Lists (ACLs). In this vulnerability, the system incorrectly trusts low-privileged users, allowing them to interact with backend routes they should not be able to reach. It essentially creates a permission gap where restricted users can perform administrative actions.

How is the vulnerability triggered?

An authenticated attacker with low privileges triggers the bug by sending a crafted request using path traversal, specifically via the `/.%2E` sequence in a parameter. Note that this cannot be triggered by unauthenticated users; a valid login session to the LuCI interface is a required precondition for the attack.

Is my device at risk based on Halo Surface Signal?

Halo Surface Signal indicates the risk is unlikely if your LuCI interface is kept internal. While the vulnerability is technically network-accessible, standard deployments of the LuCI web interface are designed for internal administrative management and are not typically exposed to the public internet.

What should I do if I run this software?

First, inventory your OpenWrt systems to identify any instances running luci-app-lxc. Prioritize verifying whether your management interface is exposed to untrusted networks. Once identified, work with your infrastructure team to plan for updates or restrict access to the interface until official vendor remediation is applied.

References