Description
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 sucuriscan_integrity 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.
Published: 2026-08-10
Score: 7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Path traversal can occur in the pageIntegritySubmission() method when an authenticated administrator supplies directory traversal sequences in the sucuriscan_integrity parameter. The unsanitized file path is concatenated with ABSPATH, allowing the attacker to reference files outside the WordPress installation directory and delete them with PHP unlink(), potentially targeting wp-config.php or .htaccess. The vulnerability is a classic directory traversal flaw, classified as CWE‑22, and may lead to site outage or enable malicious reinstallation by an admin user.

Affected Systems

The Sucuri Security WordPress plugin, version 2.7.3 and earlier, on any WordPress site that includes this plugin installation. The issue affects the plugin’s handling of the integrity check feature where administrators can trigger arbitrary file deletion. WordPress installations that have the plugin installed and an authenticated administrator account are therefore affected.

Risk and Exploitability

The CVSS score of 7 indicates a high severity, meaning the flaw poses a serious risk when exploited. The EPSS score is not available, but the lack of listing in the CISA KEV catalog suggests no publicly known exploit has emerged yet. The most likely attack vector requires a user with administrator privileges, so the threat is limited to sites with active admin accounts that can be compromised through other means or social engineering. Once the vulnerability is exploited, arbitrary file deletion can disrupt site operations or allow a malicious administrator to replace core files.

Generated by OpenCVE AI on August 10, 2026 at 21:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Sucuri Security WordPress plugin to the latest released version that contains the path traversal fix.
  • If an update is not yet available, uninstall or disable the plugin to eliminate the vulnerability.
  • Limit administrator accounts to the minimum necessary roles, regularly review user activity logs, and ensure all accounts use strong, unique passwords to reduce the chance of privilege escalation.

Generated by OpenCVE AI on August 10, 2026 at 21:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
First Time appeared Sucuri
Sucuri sucuri-wordpress-plugin
Wordpress
Wordpress wordpress
Vendors & Products Sucuri
Sucuri sucuri-wordpress-plugin
Wordpress
Wordpress wordpress

Tue, 11 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 10 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Description 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 sucuriscan_integrity 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.
Title Sucuri WordPress Plugin 2.7.3 Path Traversal via integrity.lib.php
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H'}

cvssV4_0

{'score': 7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Sucuri Sucuri-wordpress-plugin
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-11T14:53:55.100Z

Reserved: 2026-08-10T18:48:59.022Z

Link: CVE-2026-73033

cve-icon Vulnrichment

Updated: 2026-08-11T14:53:10.683Z

cve-icon NVD

Status : Received

Published: 2026-08-10T21:17:26.610

Modified: 2026-08-11T16:17:37.600

Link: CVE-2026-73033

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T14:21:50Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')