PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-12954 mapster CVE debrief

The Mapster WP Maps plugin for WordPress is vulnerable to Arbitrary User Meta Write in all versions up to, and including, 1.23.0. This vulnerability allows authenticated attackers with Subscriber-level access and above to update arbitrary user meta values. The vulnerability exists due to insufficient validation and sanitization of user-supplied input in the `my_profile_update()` function, which fails to perform nonce verification, capability checks, and allowlist validation on the meta key supplied via the `acf-photo-gallery-groups` POST parameter. As a result, attackers can exploit this vulnerability to update arbitrary user meta values, potentially leading to further security or

Vendor
mapster
Product
Mapster WP Maps
CVSS
HIGH 8.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-18
Original CVE updated
2026-09-18
Advisory published
2026-09-18
Advisory updated
2026-09-18

Who should care

Defenders responsible for WordPress installations with the Mapster WP Maps plugin version 1.23.0 or earlier should assess the potential impact of this vulnerability on their systems and prioritize verification and potential updates.

Why it matters

The Mapster WP Maps plugin for WordPress is vulnerable to Arbitrary User Meta Write, allowing authenticated attackers to update arbitrary user meta values. Defenders should prioritize verifying the presence of this vulnerability in their WordPress installations and assess the potential impact on their systems.

  • Authenticated attackers with Subscriber-level access and above can update arbitrary user meta values.
  • Privilege escalation is not possible, but arbitrary user meta value updates can potentially be used for further exploitation.
  • Defenders should verify the presence of this vulnerability in their WordPress installations and assess the potential impact on their systems.
  • Remediation priority is moderate, as updating the plugin to a version that addresses this vulnerability is recommended.

Technical summary

The Mapster WP Maps plugin for WordPress is vulnerable to Arbitrary User Meta Write in all versions up to, and including, 1.23.0. This is due to the `my_profile_update()` function performing no nonce verification, no capability check, and no allowlist validation on the meta key supplied via the `acf-photo-gallery-groups` POST parameter before passing both the meta key and its corresponding value directly to `update_user_meta()`. This makes it possible for authenticated attackers, with Subscriber-level access and above, to update arbitrary user meta values, though privilege escalation is not possible. The vulnerability highlights the importance of proper input validation and sanitization in WordPress plugins to

Defensive priority

Defenders should prioritize verifying the presence of this vulnerability in their WordPress installations and assess the potential impact on their systems.

Recommended defensive actions

  • Verify the presence of the Mapster WP Maps plugin version 1.23.0 or earlier in your WordPress installation.
  • Assess the potential impact of arbitrary user meta value updates on your system.
  • Consider updating the plugin to a version that addresses this vulnerability, if available.
  • Monitor user meta value updates for potential security issues.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.

Evidence notes

The vulnerability is due to the `my_profile_update()` function performing no nonce verification, no capability check, and no allowlist validation on the meta key supplied via the `acf-photo-gallery-groups` POST parameter.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-12954 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-12954

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-12954 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-12954

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/mapster-wp-maps/tags/1.21.0/includes/acf-photo-gallery-field/includes/acf_photo_gallery_save.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/mapster-wp-maps/tags/1.23.0/includes/acf-photo-gallery-field/includes/acf_photo_gallery_save.php

    [email protected]

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.