CVE-2026-6555 PUBLISHED

ProSolution WP Client <= 2.0.0 - Unauthenticated Arbitrary File Upload via 'files'

Assigner: Wordfence
Reserved: 17.04.2026 Published: 20.05.2026 Updated: 20.05.2026

The ProSolution WP Client plugin for WordPress is vulnerable to Arbitrary File Upload in versions up to, and including, 2.0.0. This is due to an array validation mismatch where only the first file in the upload array undergoes extension and MIME type validation, while all files are processed and uploaded to a web-accessible directory. This makes it possible for unauthenticated attackers to upload malicious PHP files and achieve remote code execution by sending a valid first file followed by a malicious file.

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.0 (incl.)

Credits

  • Achmad Zaenuri Dahlan Putra finder

References

Problem Types

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