CVE-2026-16098 PUBLISHED

ProSolution WP Client <= 2.0.10 - Unauthenticated Arbitrary File Upload via Content-Disposition Header Filename Override

Assigner: Wordfence
Reserved: 17.07.2026 Published: 16.08.2026 Updated: 16.08.2026

The ProSolution WP Client plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 2.0.10 via the proSol_handleFileUpload function. This is due to missing validation of the attacker-controlled Content-Disposition header filename, which overrides the allow-listed multipart filename before the file is saved, and a post-save extension check that fails to delete the already-written file. This makes it possible for unauthenticated attackers to upload files that may be executable, which makes remote code execution possible. The nonce required to reach the upload handler is publicly exposed via wp_localize_script on any front-end page rendering the job portal shortcode, allowing unauthenticated visitors to obtain a valid nonce and bypass that gating check entirely.

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 prosolution
Product ProSolution WP Client
Versions Default: unaffected
  • affected from 0 to 2.0.10 (incl.)

Credits

  • Nir Yehoshua finder

References

Problem Types

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