Description
The Gpx2Graphics WordPress plugin through 0.3 does not perform a CSRF check when handling file uploads, nor validate the type of the uploaded file, allowing attackers to make a logged-in administrator upload arbitrary files such as PHP via a CSRF attack, leading to Remote Code Execution.
Published: 2026-09-12
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

The Gpx2Graphics WordPress plugin through version 0.3 lacks a CSRF check and does not validate uploaded file types, allowing an attacker to trick a logged‑in administrator into uploading arbitrary files such as PHP scripts. This flaw, a CWE‑352 cross‑site request forgery and a CWE‑434 arbitrary file upload, enables the execution of code on the web server, giving the attacker full control over the site’s file system and potentially the underlying server environment. The impact is the ability to execute malicious code and compromise the entire application.

Affected Systems

The vulnerable component is the Gpx2Graphics WordPress plugin, the installer is not tied to a vendor name but is available to administrators of any WordPress site that has installed this plugin. The vulnerability applies to any WordPress deployment where the plugin is active and administrative sessions are either unattended or subject to social engineering.

Risk and Exploitability

The vulnerability results in a serious security risk because it enables remote code execution through a CSRF attack that requires the victim to be an authenticated administrator. While the EPSS score is less than 1%, the lack of a KEV listing does not mitigate the severity. Attackers can craft a link or embed a malicious form that, when accessed by an administrator, submits a file upload request. Because no file type validation exists, arbitrary PHP files are accepted, leading the absence of a timely patch, and the attacker only needs to lure the administrator into visiting a crafted URL or page.

Generated by OpenCVE AI on September 13, 2026 at 00:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Gpx2Graphics to a version newer than 0.3 that implements proper CSRF validation and file type checks
  • If an update is not available, restrict the plugin’s file upload capability by enforcing a whitelist of allowed MIME types on the server or by disabling the upload feature entirely for non‑trusted users
  • Apply a site‑wide CSRF protection mechanism, nonces into forms or using a web application firewall rule to block CSRF attempts to the upload endpoint

Generated by OpenCVE AI on September 13, 2026 at 00:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Sat, 12 Sep 2026 09:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-352
CWE-434

Sat, 12 Sep 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Gpx2Graphics WordPress plugin through 0.3 does not perform a CSRF check when handling file uploads, nor validate the type of the uploaded file, allowing attackers to make a logged-in administrator upload arbitrary files such as PHP via a CSRF attack, leading to Remote Code Execution.
Title Gpx2Graphics <= 0.3 - Arbitrary File Upload via CSRF
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-12T15:34:07.152Z

Reserved: 2026-08-26T15:56:30.258Z

Link: CVE-2026-81090

cve-icon Vulnrichment

Updated: 2026-09-12T15:24:26.932Z

cve-icon NVD

Status : Received

Published: 2026-09-12T06:16:25.620

Modified: 2026-09-12T16:16:40.007

Link: CVE-2026-81090

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T01:00:14Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)

  • CWE-434

    Unrestricted Upload of File with Dangerous Type