<?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>Grav CMS (2.0.14 - 2.0.24) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/grav-cms-2.0.14---2.0.24/</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>Sat, 26 Sep 2026 17:00:27 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/grav-cms-2.0.14---2.0.24/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>Privilege Escalation in Grav CMS via Account Blueprint Bypass</title><link>https://feed.craftedsignal.io/briefs/2026-09-grav-cms-privesc/</link><pubDate>Sat, 26 Sep 2026 17:00:27 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-grav-cms-privesc/</guid><description>Grav CMS versions 2.0.14 through 2.0.24 contain a privilege escalation vulnerability allowing authenticated backend operators to bypass security guards and grant themselves super-admin privileges.</description><content:encoded><![CDATA[<p>Grav CMS versions 2.0.14 through 2.0.24 are susceptible to a privilege escalation vulnerability within the handling of group and account blueprints. The vulnerability originates from a flawed security check within <code>BlueprintSchema::filterArray()</code>. The system relies on a <code>security@: admin.super</code> guard to restrict sensitive account modifications, but this guard is incorrectly resolved based on the specific structure of the input key.</p>
<p>An authenticated backend operator, possessing at least 'admin.users' permissions, can submit an account update request using a flat dot-notation key (e.g., <code>access.admin.super</code>) instead of the expected nested array structure (<code>access[admin][super]</code>). This malformed key bypasses the blueprint validation rules, enabling the <code>FlexObject::update()</code> method to invoke <code>setNestedProperty()</code> with the unauthorized value. By exploiting this, an attacker can modify their own account's access level to include <code>admin.super</code>, effectively escalating to full administrative control over the CMS, including plugin/theme installation and file system management. This was remediated in version 2.0.25 by enforcing strict validation on dotted keys.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full super-admin account compromise for an authenticated user with limited backend access. Attackers can gain complete control over the CMS configuration, perform unauthorized plugin and theme installations, access the file manager, and manipulate all other user accounts. This represents a significant risk to the integrity and confidentiality of the entire Grav CMS environment.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade Grav CMS to version 2.0.25 or later immediately to apply the patch for CVE-2026-100670.</li>
<li>Audit administrative account activity logs to identify suspicious modifications to user access levels or unauthorized escalation attempts occurring between September 2026 and the time of patching.</li>
<li>Restrict access to the backend Flex accounts interface to a strictly controlled set of trusted administrators until the software is updated.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>