Skip to content
Threat Feed
high advisory

Arbitrary User Meta Write Vulnerability in Mapster WP Maps Plugin

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.

CVE search metadata

CVE search record: CVE-2026-12954. Severity: high. CVSS: 8.8. KEV: no. Product: WP Maps (<= 1.23.0). Brief: Arbitrary User Meta Write Vulnerability in Mapster WP Maps Plugin. Brief link: https://feed.craftedsignal.io/briefs/2026-09-mapster-wp-maps-vuln/

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 my_profile_update() function, which fails to implement necessary security controls, including nonce verification, capability checks, and allowlist validation for meta keys.

An attacker with authenticated access (Subscriber-level or higher) can exploit this by submitting a crafted POST request containing the acf-photo-gallery-groups parameter. Because the plugin processes this input without validating the meta key or its associated value before executing the update_user_meta() 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.

Impact

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.

Recommendation

  • Monitor WordPress server logs for anomalous POST requests directed at the plugin endpoints associated with profile updates, specifically monitoring for the acf-photo-gallery-groups parameter in requests originating from low-privileged user accounts.
  • Audit user metadata changes for unauthorized modifications occurring via the identified plugin function until an official patch is applied.
  • 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.

Immediate actions

Review WordPress plugin inventory for Mapster WP Maps installation

IT Operations 24h

Mitigations

Update Mapster WP Maps plugin to version > 1.23.0 once available

immediate IT Operations

CVE-2026-12954

Gaps

  • Absence of vendor-provided patch version in the source report