<?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>Mapster - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/mapster/</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>Fri, 18 Sep 2026 10:04:55 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/mapster/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>Arbitrary User Meta Write Vulnerability in Mapster WP Maps Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-09-mapster-wp-maps-vuln/</link><pubDate>Fri, 18 Sep 2026 10:04:55 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-mapster-wp-maps-vuln/</guid><description>The Mapster WP Maps WordPress plugin contains an arbitrary user meta write vulnerability via the my_profile_update() function, allowing authenticated users with Subscriber-level access to overwrite arbitrary user metadata.</description><content:encoded><![CDATA[<p>The Mapster WP Maps plugin for WordPress, in versions up to and including 1.23.0, is susceptible to an arbitrary user meta write vulnerability. The flaw resides within the <code>my_profile_update()</code> function, which fails to implement necessary security controls, including nonce verification, capability checks, and allowlist validation for meta keys.</p>
<p>An attacker with authenticated access (Subscriber-level or higher) can exploit this by submitting a crafted POST request containing the <code>acf-photo-gallery-groups</code> parameter. Because the plugin processes this input without validating the meta key or its associated value before executing the <code>update_user_meta()</code> function, an attacker can modify arbitrary user metadata fields. While the vulnerability does not directly facilitate privilege escalation, it can be leveraged to manipulate user profile data, potentially leading to unauthorized information modification or secondary impacts on account security depending on how other plugins or themes utilize user meta. Defenders should prioritize updating to the latest secure version once available.</p>
<h2 id="impact">Impact</h2>
<p>The vulnerability affects all users running Mapster WP Maps version 1.23.0 and earlier. Successful exploitation allows an authenticated attacker with minimal privileges (Subscriber) to modify arbitrary user metadata within the WordPress database. This can lead to account manipulation, potential data corruption, or the alteration of security-sensitive metadata used by other WordPress plugins, impacting the integrity of user accounts across the platform.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor WordPress server logs for anomalous POST requests directed at the plugin endpoints associated with profile updates, specifically monitoring for the <code>acf-photo-gallery-groups</code> parameter in requests originating from low-privileged user accounts.</li>
<li>Audit user metadata changes for unauthorized modifications occurring via the identified plugin function until an official patch is applied.</li>
<li>Update the Mapster WP Maps plugin to the latest version as soon as a patch is released by the vendor to remediate the missing authorization and validation logic.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-vulnerability</category><category>wordpress</category><category>arbitrary-meta-write</category></item></channel></rss>