<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Luci-App-Lxc - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/luci-app-lxc/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Fri, 14 Aug 2026 00:05:57 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/luci-app-lxc/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Authorization Bypass and RCE in luci-app-lxc</title><link>https://feed.craftedsignal.io/briefs/2026-08-luci-lxc-acl/</link><pubDate>Fri, 14 Aug 2026 00:05:57 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-luci-lxc-acl/</guid><description>An ACL inconsistency in the OpenWrt luci-app-lxc package allows authenticated low-privileged users to achieve root code execution via path traversal and hook script manipulation.</description><content:encoded><![CDATA[<p>The OpenWrt luci-app-lxc package contains a critical ACL inconsistency vulnerability that permits authenticated, low-privileged users to bypass authorization controls. This flaw specifically affects backend container management routes. By exploiting a path traversal vulnerability triggered via the <code>lxc_name</code> parameter, an attacker can escape the intended container isolation boundaries.</p>
<p>The exploit utilizes the <code>/.%2E</code> sequence to traverse directories and gain access to host-level configurations. Once access is achieved, an attacker can manipulate host-side scripts, specifically those defined in <code>lxc.hook.start-host</code>. Successful exploitation results in arbitrary code execution with root privileges on the underlying OpenWrt host. This vulnerability has been assigned a CVSS v3.1 base score of 9.9, highlighting the severe risk to network infrastructure running affected OpenWrt firmware versions.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker authenticates to the LuCI web interface with low-privileged credentials.</li>
<li>Attacker crafts a malicious request targeting backend container management routes.</li>
<li>Attacker injects a path traversal payload <code>/.%2E</code> into the <code>lxc_name</code> parameter.</li>
<li>The application fails to validate the input, allowing the attacker to escape the container directory structure.</li>
<li>Attacker locates the <code>lxc.hook.start-host</code> configuration file on the host filesystem.</li>
<li>Attacker overwrites or modifies the hook script to include arbitrary malicious commands.</li>
<li>The system triggers the hook script during a container start event.</li>
<li>The host executes the attacker-controlled script with root privileges, resulting in full system compromise.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability grants an attacker full root access to the OpenWrt host, which typically serves as the edge gateway or router. An attacker could intercept network traffic, modify firewall rules, establish persistent backdoor access, or use the device as a pivot point into the internal network. Given the typical placement of OpenWrt devices at the network perimeter, this represents a significant risk to the entire organizational infrastructure.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Update OpenWrt firmware to the latest version, ensuring the <code>luci-app-lxc</code> package is patched to the version addressing CVE-2026-72842.</li>
<li>Restrict access to the LuCI web management interface to trusted internal management subnets via the host firewall (e.g., iptables or nftables rules).</li>
<li>Audit logs for unauthorized access attempts to the container management backend routes.</li>
<li>Disable the <code>luci-app-lxc</code> package if container management is not required on the device.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category></item></channel></rss>