<?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>NetworkManager-L2tp - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/networkmanager-l2tp/</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>Thu, 17 Sep 2026 21:59:20 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/networkmanager-l2tp/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>Local Privilege Escalation in NetworkManager-l2tp via pppd Directive Injection</title><link>https://feed.craftedsignal.io/briefs/2026-09-networkmanager-l2tp-rce/</link><pubDate>Thu, 17 Sep 2026 21:59:20 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-networkmanager-l2tp-rce/</guid><description>An improper input validation vulnerability in NetworkManager-l2tp (CVE-2026-93337) allows local users with VPN creation permissions to inject malicious directives into the pppd configuration, leading to arbitrary code execution as root.</description><content:encoded><![CDATA[<p>CVE-2026-93337 describes an improper input validation vulnerability within NetworkManager-l2tp that facilitates privilege escalation. Local users who possess the necessary permissions to create VPN connections can manipulate the 'mru' or 'mtu' properties by appending non-numeric characters to a valid integer. The application's 'write_config_option()' function improperly validates this input and writes the entire string verbatim into the 'pppd' options configuration file.</p>
<p>Because the 'pppd' process runs with root privileges, this injection vector allows an attacker to insert a 'plugin' directive into the configuration file. When the 'pppd' daemon subsequently starts or reloads its configuration, it interprets this injected directive and loads an attacker-specified shared object file. This enables an unprivileged local attacker to achieve arbitrary code execution in the context of the root user, significantly impacting system integrity and confidentiality.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows a local user with standard VPN configuration permissions to escalate privileges to root. This impacts any Linux system utilizing NetworkManager-l2tp, potentially leading to full system compromise, exfiltration of sensitive credentials, or the installation of persistent rootkits.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Audit system configurations for users with VPN connection creation permissions and restrict access to strictly necessary accounts.</li>
<li>Monitor for unauthorized modifications to files located in /etc/ppp/options or other pppd configuration directories.</li>
<li>Update NetworkManager-l2tp to the patched version as soon as provided by the distribution vendor to mitigate the input validation flaw in 'write_config_option()'.</li>
<li>Implement endpoint monitoring to detect unusual 'pppd' process invocations, particularly those referencing non-standard shared object files or unexpected configuration paths.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>privilege-escalation</category><category>linux</category><category>cve</category></item></channel></rss>