<?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>Anchor CMS - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/anchor-cms/</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, 10 Sep 2026 17:07:50 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/anchor-cms/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>Improper Access Control in Anchor CMS User Management</title><link>https://feed.craftedsignal.io/briefs/2026-09-anchor-cms-privilege-escalation/</link><pubDate>Thu, 10 Sep 2026 17:07:50 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-anchor-cms-privilege-escalation/</guid><description>Anchor CMS versions 0.12.7 and earlier contain an improper access control vulnerability (CVE-2026-88959) allowing authenticated low-privileged users to escalate privileges by modifying administrative accounts.</description><content:encoded><![CDATA[<p>Anchor CMS versions 0.12.7 and earlier are vulnerable to a critical access control flaw in the administration module. The application fails to properly enforce role-based access control (RBAC) on user management endpoints. An authenticated user possessing a low-privilege role, such as editor or user, can bypass authorization checks to perform administrative actions. By sending a crafted POST request to specific management endpoints, an attacker can create new administrator accounts or modify the password of an existing administrator. This vulnerability allows for immediate privilege escalation to full administrative control over the CMS instance, facilitating complete site compromise, data exfiltration, or content modification.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker obtains valid credentials for a low-privilege account (e.g., editor or user role) via phishing or credential stuffing.</li>
<li>Attacker logs into the Anchor CMS instance using the compromised low-privilege credentials.</li>
<li>Attacker discovers the admin/users/add or admin/users/edit endpoints through manual analysis of the application structure.</li>
<li>Attacker crafts a POST request targeting the admin/users/add endpoint to inject a new user with an administrator flag.</li>
<li>Alternatively, the attacker sends a POST request to the admin/users/edit endpoint to modify the credentials of an existing administrator account.</li>
<li>The application backend fails to validate the current user's administrative role, processing the request and updating the database accordingly.</li>
<li>The attacker authenticates as the newly created administrator or with the hijacked account credentials.</li>
<li>Final objective achieved: full administrative access is granted, allowing for site-wide configuration changes or data manipulation.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation leads to full unauthorized administrative access to the affected CMS instance. Attackers can leverage this to modify site content, extract database information, or gain persistence within the server environment. This vulnerability affects all instances running versions 0.12.7 and earlier.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for administrators of the affected software:</p>
<ul>
<li>Immediately audit administrative user accounts for unauthorized additions or unexpected modifications (check application logs for requests to the admin/users/ endpoints).</li>
<li>Restrict access to the Anchor CMS administration interface to known-secure management IP ranges via firewall/WAF.</li>
<li>Monitor web application logs for POST requests to &quot;/admin/users/add&quot; and &quot;/admin/users/edit&quot; originating from low-privilege user sessions.</li>
<li>Upgrade Anchor CMS to the latest version once a patch addressing CVE-2026-88959 is released by the maintainers.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>