CVE-2026-15039: Gift Cards For WooCommerce Pro < 4.2.10 - Unauthenticated Arbitrary File Upload
The giftware WordPress plugin before 4.2.10 does not validate the type of uploaded files in one of its upload paths, allowing unauthenticated users to upload arbitrary files, including PHP code, which can lead to remote code execution.
Security readout for executives and security teams
Plain-English summary
A public website running Gift Cards For WooCommerce Pro before 4.2.10 could let anyone upload a malicious file without signing in. Because uploaded PHP code may execute on the server, an attacker could steal data, alter the site, install persistent access, or disrupt service.
Executive priority
Prioritize immediate identification and remediation of internet-facing installations. A vulnerable site may permit full server-side code execution without credentials. Escalate any evidence of unexpected executable uploads or unauthorized changes to incident response; patching alone may not remove persistence from an already compromised system.
Technical view
The plugin fails to validate file types in an unauthenticated upload path, creating CWE-434 unrestricted file upload. Network access, low complexity, no privileges, and no user interaction are required. Successful upload of executable PHP can lead to remote code execution with high confidentiality, integrity, and availability impact.
Likely exposure
Internet-accessible WordPress sites using Gift Cards For WooCommerce Pro versions earlier than 4.2.10 are the likely exposure. The bundle’s structured affected-product entry inconsistently identifies “giftware,” version “0,” and default unaffected status, so administrators should verify plugin identity and installed version directly.
Exploitation context
The CVSS 3.1 score is 9.8. The WPScan reference is tagged “exploit,” but the supplied evidence does not establish exploitation in the wild. CVE-2026-15039 is not listed as KEV in the bundle. Treat exposed installations as urgent because exploitation requires no authentication or user interaction.
Researcher notes
The source bundle supports an unauthenticated arbitrary-file-upload condition before 4.2.10 and potential PHP code execution. It does not provide the affected endpoint, product CPE, attack telemetry, or confirmed exploitation. The inconsistent affected-product metadata reduces confidence in automated asset matching; validate against installed plugin metadata and current vendor guidance.
Mitigation direction
Update Gift Cards For WooCommerce Pro to version 4.2.10 or later after confirming vendor guidance.
Disable or remove the plugin until updating if its vulnerable upload functionality is publicly reachable.
Restrict unnecessary access to upload paths using application or edge controls.
If compromise is suspected, isolate the site and begin incident response before restoring service.
Validation and detection
Inventory all WordPress sites and confirm the plugin name, installation status, and exact version.
Verify the deployed version is 4.2.10 or later and the update completed successfully.
Review upload directories for unexpected PHP files or other executable content.
Examine web and security logs for suspicious unauthenticated uploads and subsequent access to uploaded files.
Check WordPress files, accounts, scheduled tasks, and configuration for unauthorized changes.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-434: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
2Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-434 · source CWE mapping
Unrestricted Upload of File with Dangerous Type
Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.