Cyber Posture

CVE-2026-31913

High

Published: 25 March 2026

Published
25 March 2026
Modified
24 April 2026
KEV Added
Patch
CVSS Score 8.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H
EPSS Score 0.0007 21.0th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-31913 is a high-severity Path Traversal (CWE-22) vulnerability. Its CVSS base score is 8.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 21.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly remediates the path traversal vulnerability by patching the Scape theme to version 1.5.16 or later, eliminating the arbitrary file deletion capability.

prevent

Validates pathname inputs to the Scape theme to properly limit access to restricted directories and block traversal sequences like '../'.

detect

Monitors software and file integrity to detect unauthorized deletions of critical files resulting from path traversal exploitation.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1485 Data Destruction Impact
Adversaries may destroy data and files on specific systems or in large numbers on a network to interrupt availability to systems, services, and network resources.
T1070.004 File Deletion Stealth
Adversaries may delete files left behind by the actions of their intrusion activity.
Why these techniques?

Public-facing WordPress theme path traversal (CWE-22) directly enables remote unauthenticated exploitation of a web application (T1190) and provides the capability for arbitrary file deletion, which facilitates data destruction for DoS impact (T1485) as well as targeted file deletion for indicator removal (T1070.004).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in Whitebox-Studio Scape scape allows Path Traversal.This issue affects Scape: from n/a through < 1.5.16.

Deeper analysisAI

CVE-2026-31913 is an Improper Limitation of a Pathname to a Restricted Directory vulnerability, classified as CWE-22 (Path Traversal), affecting the Scape WordPress theme developed by Whitebox Studio. The issue impacts all versions of Scape prior to 1.5.16, enabling attackers to traverse restricted directories. It carries a CVSS v3.1 base score of 8.6 (AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H), indicating high severity due to its potential for significant availability disruption without requiring authentication or user interaction.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity. By leveraging the path traversal flaw, they can achieve arbitrary file deletion on the targeted WordPress site, resulting in denial-of-service conditions through the destruction of critical files.

Patchstack advisories detail the vulnerability as an arbitrary file deletion issue in the Scape theme and recommend updating to version 1.5.16 or later, where the path traversal limitation has been fixed. No workarounds are specified in the available references.

Details

CWE(s)

CVEs Like This One

CVE-2025-65879Shared CWE-22
CVE-2026-24969Shared CWE-22
CVE-2025-68907Shared CWE-22
CVE-2025-6989Shared CWE-22
CVE-2024-54291Shared CWE-22
CVE-2025-14868Shared CWE-22
CVE-2026-33293Shared CWE-22
CVE-2024-8898Shared CWE-22
CVE-2025-2328Shared CWE-22
CVE-2025-66251Shared CWE-22

References