WordPress security changelog
MEDIUM CVE-2021-24978 Modified

OSMapper: Cross-site request forgery

OSMapper is affected by cross-site request forgery. The vulnerable path is reachable without authentication. Exploitation relies on a signed-in privileged user submitting an attacker-controlled request.

CVE / CNA score 5.3 CVSS · contact@wpscan.com
NVD score 5.3 CVSS 3.1 · nvd@nist.gov
Component
OSMapper
Plugin slug
osmapper
Affected
See vendor advisory
Safe version
See mitigation notes
Published
Mar 28, 2022
Weakness
CWE-862 — Missing Authorization
CWE-352 — Cross-Site Request Forgery (CSRF)

This CVE was published Mar 28, 2022 and is one of 1 known issue for this plugin.

Update, patch or deactivate.

Update OSMapper to a release outside the affected range, or disable and remove it until a fixed version is available.

No confirmed safe version is listed. Consider a vendor-supported patch or temporarily restricting the affected functionality while you assess the risk.

Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.

Technical description

The OSMapper WordPress plugin through 2.1.5 contains an AJAX action to delete a plugin related post type named 'map' and is registered with the wp_ajax_nopriv prefix, making it available to unauthenticated users. There is no authorisation, CSRF and checks in place to ensure that the post to delete is a map one. As a result, unauthenticated user can delete arbitrary posts from the blog

NVD vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Primary and upstream sources