Description
The Mapster WP Maps WordPress plugin before 1.24.0 does not perform any authorization or post-status check on a public REST endpoint, allowing unauthenticated users to retrieve the title and full content of any post regardless of its status, including unpublished (draft, pending, private, and trashed) posts.
Published: 2026-08-01
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A missing authorization check on a public REST endpoint in the Mapster WP Maps WordPress plugin allows an attacker to retrieve the title and full content of any post regardless of its status. This includes private, draft, pending, or trashed posts that are not intended to be publicly visible. The vulnerability effectively exposes confidential or unpublished content, which could be sensitive or proprietary.

Affected Systems

WordPress sites that have the Mapster WP Maps plugin installed with a version earlier than 1.24.0 are affected. The issue specifically involves the plugin's public REST endpoint and does not depend on site configuration beyond the plugin installation.

Risk and Exploitability

The exploitability is straightforward: a simple HTTP request to the exposed REST endpoint returns post data without authentication, so no credentials are required. However, the EPSS score of < 1% indicates a very low probability of observation by attackers, and the vulnerability is not listed in CISA's KEV catalog. Despite the low likelihood, the consequence of an uncontrolled disclosure of private or draft content can be significant, particularly for sites that store sensitive material or plan to publish it in the future. The lack of enforcement of post status and permissions directly compromises confidentiality without interfering with system availability or integrity. The CVSS score of 7.5 indicates a high severity risk.

Generated by OpenCVE AI on August 4, 2026 at 23:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Mapster WP Maps to version 1.24.0 or later to re‑introduce proper authentication checks on the REST endpoint.
  • If upgrading cannot occur immediately, block unauthenticated requests to the plugin’s REST API using web‑server or firewall rules, effectively preventing public access to the endpoint.
  • If the mapping feature is no longer required, deactivate or remove the Mapster WP Maps plugin entirely to eliminate the exposed interface.

Generated by OpenCVE AI on August 4, 2026 at 23:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285
CWE-693

Mon, 03 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 02 Aug 2026 04:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-285
CWE-693

Sat, 01 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Description The Mapster WP Maps WordPress plugin before 1.24.0 does not perform any authorization or post-status check on a public REST endpoint, allowing unauthenticated users to retrieve the title and full content of any post regardless of its status, including unpublished (draft, pending, private, and trashed) posts.
Title Mapster WP Maps < 1.24.0 - Unauthenticated Private and Draft Post Content Disclosure
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-03T18:41:02.381Z

Reserved: 2026-07-06T11:07:28.622Z

Link: CVE-2026-14839

cve-icon Vulnrichment

Updated: 2026-08-03T18:40:57.322Z

cve-icon NVD

Status : Received

Published: 2026-08-01T07:16:30.947

Modified: 2026-08-03T19:16:42.990

Link: CVE-2026-14839

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T23:30:15Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor