CVE-2026-73033: Sucuri WordPress Plugin 2.7.3 Path Traversal via integrity.lib.php
Sucuri Security WordPress plugin through version 2.7.3 contains a path traversal vulnerability in the pageIntegritySubmission() method in src/integrity.lib.php that allows authenticated administrators to delete arbitrary files by supplying directory traversal sequences in the sucuriscanintegrity parameter. Attackers can manipulate the unsanitized file path concatenated with ABSPATH to traverse outside the WordPress installation directory and invoke unlink() on sensitive files such as wp-config.php and .htaccess, causing site outage or enabling malicious reinstallation.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Sucuri Security WordPress pluginto a version that resolves this vulnerability.Fixed in 2.7.3Patch Sucuri WordPress Plugin 2.7.3 Path Traversal via integrity.lib.php - Configuration
Remove/avoid use of the sucuriscan_integrity parameter value that contains directory traversal sequences, since it can be used to delete arbitrary files via the pageIntegritySubmission() method in src/integrity.lib.php.
WordPress (Sucuri Security WordPress plugin) sucuriscan_integrity = Do not allow directory traversal sequences (e.g., ../) - Operational
Check whether any sensitive files (e.g., wp-config.php and .htaccess) were deleted due to the vulnerability, restore them from backups, and verify site integrity after remediation.
Event History
Frequently Asked Questions
What is the severity of CVE-2026-73033?
CVE-2026-73033 has a medium severity rating of 6.5.
How do I fix CVE-2026-73033?
To fix CVE-2026-73033, update the Sucuri Security WordPress plugin to version 2.7.4 or later.
What type of vulnerability is CVE-2026-73033?
CVE-2026-73033 is a path traversal vulnerability.
Who is affected by CVE-2026-73033?
Authenticated administrators using Sucuri Security WordPress plugin versions prior to 2.7.4 are affected by CVE-2026-73033.
What can attackers do with CVE-2026-73033?
Attackers can exploit CVE-2026-73033 to delete arbitrary files on the server by using directory traversal sequences.