<?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>Cve-2026-78154 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-78154/</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>Mon, 24 Aug 2026 01:40:09 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-78154/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>Authentication Bypass in open-wearables</title><link>https://feed.craftedsignal.io/briefs/2026-08-open-wearables-auth-bypass/</link><pubDate>Mon, 24 Aug 2026 01:40:09 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-open-wearables-auth-bypass/</guid><description>An unauthenticated remote code execution vulnerability (CVE-2026-78154) in open-wearables versions 0.6.2 and earlier allows attackers to bypass authentication in the invitation code redemption endpoint.</description><content:encoded><![CDATA[<p>A vulnerability has been identified in the open-wearables application, specifically affecting versions up to and including 0.6.2. The flaw exists within the <code>redeem_invitation_code</code> function located in <code>backend/app/api/routes/v1/user_invitation_code.py</code>. An attacker can exploit this vulnerability by manipulating the <code>code</code> argument provided to the public invitation-code redemption endpoint. This action results in missing authentication, allowing unauthenticated remote parties to interact with critical functionality intended only for authorized users. The project maintainers have been notified via an issue report but have not provided a patch as of the reporting date. This vulnerability is classified as CWE-287 (Improper Authentication) and CWE-306 (Missing Authentication for Critical Function).</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a target running the open-wearables application (version 0.6.2 or earlier).</li>
<li>Attacker interacts with the web interface to identify the public invitation-code redemption endpoint.</li>
<li>Attacker crafts a malicious HTTP request targeting <code>backend/app/api/routes/v1/user_invitation_code.py</code>.</li>
<li>Attacker injects or manipulates the <code>code</code> parameter within the request to bypass intended verification logic.</li>
<li>The application fails to validate the identity of the requester due to the missing authentication check.</li>
<li>The backend processes the invitation code without requiring valid user credentials.</li>
<li>Attacker gains unauthorized access to the invitation redemption process or underlying account features.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-78154 allows for unauthorized interaction with the invitation-code redemption endpoint. Given the nature of the vulnerability, this could lead to unauthorized account creation or access to features gated by invitation codes. Impacted sectors include any organization or individual utilizing the open-wearables platform for user management or registration.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for detection and remediation:</p>
<ul>
<li>Inventory all assets running open-wearables and verify current versioning.</li>
<li>Implement access control lists (ACLs) or WAF rules to restrict traffic to the <code>/api/routes/v1/user_invitation_code.py</code> endpoint until a patch is available.</li>
<li>Monitor webserver logs for unexpected high volumes of requests to the invitation redemption endpoint, specifically looking for anomalous <code>code</code> parameter values.</li>
<li>Disable the public invitation-code redemption endpoint if not required for business operations.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>authentication-bypass</category><category>cve-2026-78154</category><category>web-application-vulnerability</category></item></channel></rss>