CVE-2026-18143 PUBLISHED

Request a Quote for WooCommerce <= 2.9.2 - Unauthenticated Arbitrary File Upload via AJAX Popup Handler

Assigner: Wordfence
Reserved: 28.07.2026 Published: 26.09.2026 Updated: 26.09.2026

The Request a Quote for WooCommerce plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 2.9.2 via the afrfq_submit_quote_via_popup() function. This is due to missing file extension and MIME type validation in the popup upload handler, which uses the raw attacker-supplied filename directly as the destination for move_uploaded_file(). This makes it possible for unauthenticated attackers to upload executable files, such as PHP files, to a web-accessible temporary RFQ upload directory when a public quote rule with the multi-page popup flow is enabled.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 9.8

Product Status

Vendor Addify
Product Request a Quote for WooCommerce
Versions Default: unaffected
  • affected from 0 to 2.9.2 (incl.)

Credits

  • t4g0 finder

References

Problem Types

  • CWE-434 Unrestricted Upload of File with Dangerous Type CWE