Description
Subscriber Arbitrary File Upload in Quform <= 2.23.0 versions.
Published: 2026-06-26
Score: 9.9 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw in the Quform plugin for WordPress allows the uploading of any file type because the plugin does not verify file MIME type or extension, a weakness classified as CWE‑434. An attacker who can submit a form can place a file on the web server without restrictions. Based on the description, it is inferred that if the web server later serves the uploaded file in a context that executes code—such as a PHP file in an accessible directory—then remote code execution could be achieved, potentially compromising the site’s confidentiality, integrity, and availability.

Affected Systems

ThemeCatcher’s Quform plugin for WordPress versions up to and including 2.23.0 is affected. Any WordPress site that has this plugin installed and uses the default file upload field can be vulnerable.

Risk and Exploitability

The CVSS score of 9.9 marks this vulnerability as critical. EPSS data are not available, so the exact probability of exploitation cannot be quantified. The flaw is not listed in the CISA KEV catalog. The likely attack vector is via a publicly accessible form endpoint that accepts file uploads; no authentication is required beyond submitting a request. Attackers could supply a malicious file, which, if processed by the server, could lead to unauthorized code execution.

Generated by OpenCVE AI on June 26, 2026 at 17:48 UTC.

Remediation

Vendor Solution

Update the WordPress Quform Plugin to the latest available version (at least 2.23.1).


OpenCVE Recommended Actions

  • Update the Quform plugin to version 2.23.1 or later, which removes the insecure file upload handling.
  • Restrict allowed MIME types or file extensions on the server side before saving uploads, and disable file uploads for unauthenticated users if the site does not require them.
  • If a patch cannot be applied immediately, use a web application firewall or similar filtering to block suspicious upload attempts and monitor logs for anomalous activity.

Generated by OpenCVE AI on June 26, 2026 at 17:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 26 Jun 2026 20:45:00 +0000

Type Values Removed Values Added
First Time appeared Themecatcher
Themecatcher quform
Wordpress
Wordpress wordpress
Vendors & Products Themecatcher
Themecatcher quform
Wordpress
Wordpress wordpress

Fri, 26 Jun 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 26 Jun 2026 15:15:00 +0000

Type Values Removed Values Added
Description Subscriber Arbitrary File Upload in Quform <= 2.23.0 versions.
Title WordPress Quform plugin <= 2.23.0 - Arbitrary File Upload vulnerability
Weaknesses CWE-434
References
Metrics cvssV3_1

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


Subscriptions

Themecatcher Quform
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-06-26T17:43:18.868Z

Reserved: 2026-06-18T14:38:04.421Z

Link: CVE-2026-56058

cve-icon Vulnrichment

Updated: 2026-06-26T17:34:00.716Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-26T20:30:06Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type