CVE-2026-93031 PUBLISHED

WP Cloud Plugins Use-your-Drive, Out-of-the-Box, Share-one-Drive, and Lets-Box <= 3.8.3 - Authenticated (Subscriber+) Arbitrary File Upload via Media Import

Assigner: Wordfence
Reserved: 17.09.2026 Published: 18.09.2026 Updated: 18.09.2026

The WP Cloud Plugins Use-your-Drive, Out-of-the-Box, Share-one-Drive, and Lets-Box plugins for WordPress are vulnerable to Arbitrary File Upload in all versions from 2.0 up to, and including, 3.8.3 via the download_file_to_uploads function. This is due to the import action being registered for unauthenticated users via wp_ajax_nopriv_, a missing capability check in can_import(), and the imported file's extension and contents not being validated against get_allowed_mime_types() before it is written to the uploads directory. This makes it possible for authenticated attackers, with subscriber-level access and above, to upload files that may be executable, which makes remote code execution possible.

Metrics

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

Product Status

Vendor WP Cloud Plugins/_deleeuw_
Product Use-your-Drive | Google Drive plugin for WordPress
Versions Default: unaffected
  • affected from 2.0 to 3.8.3 (incl.)
Vendor _DeLeeuw_
Product Share-one-Drive | OneDrive & SharePoint plugin for WordPress
Versions Default: unaffected
  • affected from 2.0 to 3.8.3 (incl.)
Vendor _DeLeeuw_
Product WP Cloud Plugins - Box (Lets-Box)
Versions Default: unaffected
  • affected from 2.0 to 3.8.3 (incl.)
Vendor _DeLeeuw_
Product WP Cloud Plugins - Dropbox (Out-of-the-Box)
Versions Default: unaffected
  • affected from 2.0 to 3.8.3 (incl.)

Credits

  • WP Cloud Plugins finder

References

Problem Types

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