← Vulnerability feed

Vulnerability record · CVE-2018-7422 · published 19 March 2018

CVE-2018-7422: WordPress Site Editor plugin path traversal allows arbitrary file read

Siteeditor · Site Editor

The Site Editor plugin through version 1.1.1 for WordPress contains a local file inclusion flaw in editor/extensions/pagebuilder/includes/ajax_shortcode_pattern.php. The ajax_path parameter is not properly validated, allowing absolute path traversal. This lets an unauthenticated remote attacker read arbitrary files from the web server.

7.5 CVSS 3.0 High EPSS 62% · top 0.8% CWE-22 · Path traversalCWE-829 · Inclusion from untrusted sphere
7.5CVSS 3.0 base score, v2 5.0
62%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
6References, 4 tagged exploit
17 Jun 2026Last modified by NVD

Description

A Local File Inclusion vulnerability in the Site Editor plugin through 1.1.1 for WordPress allows remote attackers to retrieve arbitrary files via the ajax_path parameter to editor/extensions/pagebuilder/includes/ajax_shortcode_pattern.php, aka absolute path traversal.

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 19 September 2026. Confidence: high.

high priorityUnauthenticated remote arbitrary file read with public exploit code and very high EPSS probability, though no KEV listing or confirmed active exploitation is recorded.

What it is

The Site Editor plugin through version 1.1.1 for WordPress contains a local file inclusion flaw in editor/extensions/pagebuilder/includes/ajax_shortcode_pattern.php. The ajax_path parameter is not properly validated, allowing absolute path traversal. This lets an unauthenticated remote attacker read arbitrary files from the web server.

Impact

An attacker can retrieve arbitrary files readable by the web server process, exposing configuration files, credentials, and other sensitive data. There is no integrity or availability impact, only confidentiality loss.

Attack surface

Reachable over the network via HTTP requests to the vulnerable ajax_shortcode_pattern.php endpoint with a crafted ajax_path parameter. Per the CVSS vector, no authentication and no user interaction are required.

Exploitation

Public exploit code is referenced in Exploit-DB and Full Disclosure, and EPSS shows a high 30-day probability of 0.6225 (99th percentile). The CVE is not listed in CISA KEV, so no confirmed in-the-wild exploitation is documented in this record.

What to do

  • Update the Site Editor plugin beyond version 1.1.1 or remove it if no fixed release is available.
  • If the plugin cannot be patched or removed, disable or block access to editor/extensions/pagebuilder/includes/ajax_shortcode_pattern.php at the web server or WAF.
  • Validate and restrict the ajax_path parameter to expected values, rejecting absolute paths and traversal sequences.
  • Run WordPress with least-privilege file permissions so the web server cannot read sensitive files outside the web root.
  • Monitor plugin advisories and apply vendor fixes promptly.

Detection

  • Search web server logs for requests to ajax_shortcode_pattern.php with ajax_path values containing ../ or absolute paths.
  • Alert on access to sensitive files such as wp-config.php, /etc/passwd, or .env via this endpoint.
  • Use a WAF rule to flag path traversal patterns in the ajax_path parameter.
  • Review file access logs for unusual reads of configuration or credential files by the web server user.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

LinkTags
http://seclists.org/fulldisclosure/2018/Mar/40 ExploitMailing ListThird Party Advisory
https://wpvulndb.com/vulnerabilities/9044 Third Party Advisory
https://www.exploit-db.com/exploits/44340/ ExploitThird Party AdvisoryVDB Entry
http://seclists.org/fulldisclosure/2018/Mar/40 ExploitMailing ListThird Party Advisory
https://wpvulndb.com/vulnerabilities/9044 Third Party Advisory
https://www.exploit-db.com/exploits/44340/ ExploitThird Party AdvisoryVDB Entry

Track CVE-2018-7422 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2026-93616Checkpoint multi-domain security management path traversal vulnerabilityA directory traversal and file upload vulnerability allows an unauthenticated attacker to upload and execute arbitrary scripts on Check Point Managem…KEVEPSS 20%10.0CVE-2026-85706GitLab CE/EE repository commits API path traversal allows unauthenticated file readGitLab CE/EE contains improper path confinement and missing authentication enforcement in the repository commits API, allowing an unauthenticated use…KEVEPSS 91%analysed5.3CVE-2026-66384JFrog Artifactory path traversal in Docker cache pathAn authenticated user can write data outside the intended Docker cache path under specific remote-repository conditions in JFrog Artifactory. The fla…KEVEPSS 0.66%analysed9.8CVE-2026-59310VMware vCenter Syslog server path traversal leads to RCEVMware vCenter's Syslog server is affected by a directory traversal flaw (CWE-22) that allows a remote, unauthenticated attacker to execute arbitrary…KEVEPSS 2.6%analysed10.0CVE-2026-48282Adobe ColdFusion path traversal leads to remote code executionColdFusion versions 2025.9, 2023.20 and earlier contain a path traversal flaw (CWE-22) that allows an unauthenticated remote attacker to reach files …KEVEPSS 42%analysed10.0CVE-2026-34909UniFi OS path traversal allows unauthenticated file accessUniFi OS devices contain a path traversal flaw (CWE-22) that lets a network-reachable attacker read files on the underlying system. Because the expos…KEVEPSS 1.8%analysed6.5CVE-2026-20262Cisco Catalyst SD-WAN Manager path traversal in file uploadCisco Catalyst SD-WAN Manager (formerly vManage) fails to properly validate user-supplied input during a file upload process, allowing path traversal…KEVEPSS 28%analysed8.4CVE-2024-1708ConnectWise ScreenConnect path traversal enabling remote code executionConnectWise ScreenConnect 23.9.7 and earlier contain a path-traversal flaw (CWE-22) that can let an attacker execute remote code or reach confidentia…KEVEPSS 95%analysed

Source: NIST National Vulnerability Database (record CVE-2018-7422), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.