<?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>Credential-Brute-Force - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/credential-brute-force/</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>Sun, 16 Aug 2026 14:25:22 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/credential-brute-force/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>Brute-Force Vulnerability in SiYuan Kernel API Authentication</title><link>https://feed.craftedsignal.io/briefs/2026-08-siyuan-auth-bypass/</link><pubDate>Sun, 16 Aug 2026 14:25:22 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-siyuan-auth-bypass/</guid><description>SiYuan kernel versions prior to 3.7.4 contain a flaw in the CheckAuth() middleware that permits unlimited authentication attempts against API tokens, enabling attackers to gain administrative access.</description><content:encoded><![CDATA[<p>SiYuan kernel versions before 3.7.4 are susceptible to an authentication bypass vulnerability within the CheckAuth() middleware. The vulnerability arises because the middleware, which processes authentication for the API, fails to integrate with the application's global protection mechanisms such as CAPTCHA challenges or account lockout policies (NeedCaptcha/WrongAuthCount). This oversight allows an unauthenticated remote attacker to perform rapid, automated brute-force guessing of the API token (Conf.Api.Token) via either an Authorization header or a URL query parameter.</p>
<p>Successful exploitation grants the attacker RoleAdministrator privileges, which provides full control over the application, including the ability to execute arbitrary SQL queries and perform file system operations. This is particularly critical in environments where administrators have configured weak or short custom tokens. Organizations using SiYuan must prioritize updating to version 3.7.4 or higher to enforce proper authentication throttling.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full administrative takeover of the SiYuan application instance. This allows attackers to perform unauthorized data exfiltration via SQL queries, modify or delete sensitive data, and manipulate the underlying server file system, potentially leading to persistent backdoors or full system compromise.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade all SiYuan kernel instances to version 3.7.4 or later immediately.</li>
<li>Audit current API token configurations to ensure they meet strong entropy requirements if immediate patching is not possible.</li>
<li>Monitor web application logs for high-frequency POST or GET requests to the SiYuan API endpoints containing token-related parameters or headers originating from a single IP address.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>authentication-bypass</category><category>credential-brute-force</category><category>web-application</category></item></channel></rss>