<?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>Nginx-Ignition (&lt; 0.0.0-20260621194639-0586b4e55ab) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/nginx-ignition--0.0.0-20260621194639-0586b4e55ab/</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>Tue, 22 Sep 2026 01:52:12 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/nginx-ignition--0.0.0-20260621194639-0586b4e55ab/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>Unauthenticated Admin Account Creation in nginx-ignition via TOCTOU Race Condition</title><link>https://feed.craftedsignal.io/briefs/2026-09-nginx-ignition-race-condition/</link><pubDate>Tue, 22 Sep 2026 01:52:12 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-nginx-ignition-race-condition/</guid><description>An unauthenticated time-of-check to time-of-use (TOCTOU) race condition in the nginx-ignition onboarding API allows remote attackers to create administrative accounts on fresh or reset instances.</description><content:encoded><![CDATA[<p>The nginx-ignition project, prior to version 0.0.0-20260621194639-0586b4e55ab, is vulnerable to an unauthenticated administrative account creation vulnerability (CVE-2026-61628). The vulnerability exists in the <code>POST /api/users/onboarding/finish</code> endpoint, which is explicitly registered as anonymous. The handler performs a check-then-act pattern (TOCTOU) to verify if the system onboarding process has already been completed.</p>
<p>Because the application lacks an atomic guard, database-level unique constraint, or mutex between the state verification (<code>OnboardingCompleted</code>) and the account creation (<code>Save</code>), an unauthenticated remote attacker can exploit a race condition during the installation window. By sending concurrent requests, an attacker can bypass the intent of a single-admin setup and mint multiple administrative accounts, each returning a valid JWT with full ReadWrite permissions. This effectively grants an attacker full control over the nginx-ignition instance, including the ability to manage hosts, routes, and certificates, which can be further abused to facilitate SSRF or arbitrary command execution via the managed nginx server.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker monitors for newly deployed or reset instances of nginx-ignition, identifiable via the onboarding status check endpoint.</li>
<li>Attacker prepares a series of concurrent HTTP POST requests to <code>/api/users/onboarding/finish</code> containing a malicious username and password.</li>
<li>The target instance receives the concurrent requests before the legitimate administrator completes the initial setup.</li>
<li>Each request passes the initial <code>OnboardingCompleted</code> check because the state has not been finalized yet.</li>
<li>The server proceeds to <code>Save</code> each request as a separate administrator user with full ReadWrite permissions.</li>
<li>The server returns valid administrative JWTs to the attacker for each successful registration.</li>
<li>Attacker uses a valid administrative JWT to gain full control over the nginx server configuration and system settings.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full administrative takeover of the nginx-ignition application. This allows an attacker to manipulate server configurations, redirect traffic, steal credentials, and potentially achieve arbitrary command execution on the underlying host. The TOCTOU race condition also facilitates the creation of multiple persistence accounts from a single concurrent burst, hindering incident response and remediation efforts.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade nginx-ignition to version 0.0.0-20260621194639-0586b4e55ab or later to resolve CVE-2026-61628.</li>
<li>Implement atomic database constraints for user creation to prevent concurrent account registration in the onboarding handler.</li>
<li>Restrict network access to the onboarding API endpoints until the legitimate administrator completes the setup process.</li>
<li>Enable server-side logging for all requests to <code>/api/users/onboarding/finish</code> to monitor for anomalous bursts of POST requests.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>webserver</category><category>authentication-bypass</category><category>race-condition</category><category>cve-2026-61628</category></item></channel></rss>