<?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/"><channel><title>Cve-2026-35675 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-35675/</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, 28 May 2026 16:18:27 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-35675/feed.xml" rel="self" type="application/rss+xml"/><item><title>phpMyFAQ Authentication Bypass Vulnerability (CVE-2026-35675)</title><link>https://feed.craftedsignal.io/briefs/2026-05-phpmyfaq-auth-bypass/</link><pubDate>Thu, 28 May 2026 16:18:27 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-phpmyfaq-auth-bypass/</guid><description>phpMyFAQ before version 4.1.3 is vulnerable to an authentication bypass in the password reset endpoint, allowing unauthenticated attackers to reset any user account password without token verification or email confirmation, potentially leading to complete account takeover, including administrative access.</description><content:encoded><![CDATA[<p>phpMyFAQ before 4.1.3 is susceptible to an authentication bypass vulnerability (CVE-2026-35675) within its password reset functionality. This flaw allows unauthenticated attackers to reset the passwords of arbitrary user accounts without requiring any token verification or email confirmation. Successful exploitation grants attackers complete control over compromised accounts, including those with administrative privileges. The vulnerability stems from a lack of proper authorization checks in the password reset endpoint. This can lead to attackers enumerating valid usernames, resetting their passwords, and obtaining plaintext passwords through the password reset email functionality.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a vulnerable phpMyFAQ instance running a version prior to 4.1.3.</li>
<li>The attacker accesses the password reset endpoint without authentication.</li>
<li>The attacker enumerates valid usernames, potentially by leveraging public information or other vulnerabilities.</li>
<li>The attacker submits a password reset request for a targeted user account.</li>
<li>Due to the missing token verification, the password reset is processed without proper authorization.</li>
<li>The system sends a password reset email containing the new plaintext password to the targeted user&rsquo;s email address.</li>
<li>The attacker intercepts or gains access to the password reset email.</li>
<li>The attacker uses the plaintext password to log into the compromised account and perform unauthorized actions, including gaining administrative access.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows unauthenticated attackers to reset any user account password, leading to complete account takeover. This can result in unauthorized access to sensitive information, data breaches, and potential disruption of services. If an attacker gains access to an administrative account, they can modify the application, inject malicious code, or further compromise the server.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade phpMyFAQ to version 4.1.3 or later to patch CVE-2026-35675.</li>
<li>Implement multi-factor authentication (MFA) to mitigate the impact of password compromise.</li>
<li>Deploy the Sigma rule <code>Detect PhpMyFAQ Password Reset Request Without Authentication</code> to identify potential exploitation attempts.</li>
<li>Monitor web server logs for suspicious activity related to the password reset endpoint as per the <code>logsource</code> defined in the Sigma rules.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>authentication bypass</category><category>cve-2026-35675</category><category>phpMyFAQ</category></item></channel></rss>