cve/2024/CVE-2024-7620.md
2025-09-29 21:09:30 +02:00

1.2 KiB

CVE-2024-7620

Description

The Customizer Export/Import plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the '_import' function in all versions up to, and including, 0.9.7. This makes it possible for authenticated attackers, with Administrator-level access and above, to upload arbitrary files on the affected site's server which may make remote code execution possible. NOTE: This vulnerability is only exploitable when used in conjunction with a race condition as the uploaded file is deleted shortly after it is created.

POC

Reference

No PoCs from references.

Github