Cyber Posture

CVE-2026-22448

High

Published: 25 March 2026

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

Summary

CVE-2026-22448 is a high-severity Path Traversal (CWE-22) vulnerability. Its CVSS base score is 7.5 (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 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Remediating the specific path traversal flaw in PitchPrint <=11.1.2 by patching to a fixed version directly prevents arbitrary file deletion.

prevent

Validating pathname inputs against traversal sequences like '../' comprehensively blocks exploitation of this CWE-22 vulnerability.

prevent

Boundary protection via web application firewalls filters and blocks incoming path traversal payloads targeting the WordPress plugin.

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.
Why these techniques?

Path traversal in public-facing WordPress plugin directly enables remote unauthenticated exploitation (T1190) resulting in arbitrary file deletion for availability impact (T1485).

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

NVD Description

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in flexcubed PitchPrint pitchprint allows Path Traversal.This issue affects PitchPrint: from n/a through <= 11.1.2.

Deeper analysisAI

CVE-2026-22448 is an Improper Limitation of a Pathname to a Restricted Directory (Path Traversal) vulnerability, classified under CWE-22, affecting the flexcubed PitchPrint (pitchprint) WordPress plugin. The issue impacts all versions from n/a through 11.1.2, enabling attackers to traverse directory paths. It carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), indicating high severity primarily due to its potential for significant availability disruption without requiring authentication or user interaction.

An unauthenticated attacker with network access can exploit this vulnerability remotely with low complexity. By crafting malicious path traversal payloads, they can achieve arbitrary file deletion on the targeted WordPress server, potentially disrupting service availability by removing critical files, though confidentiality and integrity impacts are none.

The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/pitchprint/vulnerability/wordpress-pitchprint-plugin-11-1-2-arbitrary-file-deletion-vulnerability?_s_id=cve details the vulnerability as an arbitrary file deletion issue in PitchPrint <=11.1.2 and provides guidance on mitigation, recommending updates to patched versions where available. Security practitioners should prioritize scanning and updating affected WordPress installations.

Details

CWE(s)

CVEs Like This One

CVE-2025-14868Shared CWE-22
CVE-2026-33293Shared CWE-22
CVE-2024-8898Shared CWE-22
CVE-2025-69376Shared CWE-22
CVE-2025-69097Shared CWE-22
CVE-2025-7359Shared CWE-22
CVE-2026-24970Shared CWE-22
CVE-2025-68901Shared CWE-22
CVE-2024-8769Shared CWE-22
CVE-2025-68912Shared CWE-22

References