<?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>Frontend Admin by DynamiApps - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/frontend-admin-by-dynamiapps/</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 06:24:21 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/frontend-admin-by-dynamiapps/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 Frontend Admin by DynamiApps Plugin for WordPress</title><link>https://feed.craftedsignal.io/briefs/2026-08-cve-2026-18432/</link><pubDate>Sun, 16 Aug 2026 06:24:21 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-cve-2026-18432/</guid><description>CVE-2026-18432 allows unauthenticated or subscriber-level attackers to escalate privileges to administrator via an improper authorization check in the Frontend Admin plugin for WordPress.</description><content:encoded><![CDATA[<p>The Frontend Admin by DynamiApps plugin for WordPress (versions 3.29.9 and earlier) contains a critical privilege escalation vulnerability. The issue originates in the <code>ActionUser::conditions_logic()</code> function, which performs an inadequate authorization check when validating user permissions. By providing a non-numeric string, such as '1one', to the <code>item_id</code> parameter within the <code>wp_ajax_nopriv_frontend_admin/forms/change_form</code> AJAX endpoint, attackers can bypass the <code>current_user_can('edit_user', $user_id)</code> check entirely. Because WordPress core logic subsequently coerces this non-numeric input to the integer '1' (which typically corresponds to the primary administrator account), an attacker can perform unauthorized actions against that account, such as modifying credentials or email addresses. Successful exploitation requires either an unauthenticated user to access a public-facing form or a low-privileged subscriber account to initiate the request.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full administrative account takeover of the affected WordPress instance. This grants the attacker complete control over the site content, configuration, and potentially the underlying server environment, depending on installed plugins and server-side capabilities.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Update the Frontend Admin by DynamiApps plugin to the latest version immediately to patch the logic in <code>ActionUser::conditions_logic()</code>.</li>
<li>If updating is not possible, disable the plugin and audit user account modifications for suspicious changes (e.g., unexpected email address or password updates).</li>
<li>Monitor web server logs for high-frequency POST requests to <code>wp-admin/admin-ajax.php</code> that contain the query parameter <code>action=frontend_admin/forms/change_form</code>.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category></item></channel></rss>