Cyber Resilience

CVE-2026-28134

HighRCE

Published: 05 March 2026

Published
05 March 2026
Modified
22 April 2026
KEV Added
Patch
CVSS Score v3.1 8.5 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0023 14.0th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-28134 is a high-severity Code Injection (CWE-94) vulnerability. Its CVSS base score is 8.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 14.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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-28134 is an Improper Control of Generation of Code ('Code Injection') vulnerability in the Crocoblock JetEngine WordPress plugin (jet-engine) that allows Remote Code Inclusion. This issue affects JetEngine versions from n/a through 3.7.2 and has a CVSS v3.1 base score of 8.5 (AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H), mapped to CWE-94.

The vulnerability can be exploited by a low-privileged remote attacker (PR:L) over the network (AV:N) with high attack complexity (AC:H) and no user interaction (UI:N). Successful exploitation achieves high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H) with changed scope (S:C), enabling remote code execution.

Patchstack has published an advisory detailing the vulnerability in the WordPress JetEngine plugin version 3.7.2, available at https://patchstack.com/database/Wordpress/Plugin/jet-engine/vulnerability/wordpress-jetengine-plugin-3-7-2-remote-code-execution-rce-vulnerability?_s_id=cve.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Improper Control of Generation of Code ('Code Injection') vulnerability in Crocoblock JetEngine jet-engine allows Remote Code Inclusion.This issue affects JetEngine: from n/a through <= 3.7.2.

CWE(s)

Related Threats

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.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

RCE via code injection in public-facing WordPress plugin directly enables T1190 for initial access; arbitrary code execution maps to Unix shell interpreter (T1059.004); remote code inclusion facilitates web shell deployment (T1505.003).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2024-56278Shared CWE-94
CVE-2026-25447Shared CWE-94
CVE-2026-26830Shared CWE-94
CVE-2024-54804Shared CWE-94
CVE-2026-30117Shared CWE-94
CVE-2025-67038Shared CWE-94
CVE-2024-54724Shared CWE-94
CVE-2024-54806Shared CWE-94
CVE-2026-32367Shared CWE-94
CVE-2024-36057Shared CWE-94

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates CVE-2026-28134 by requiring timely installation of patches for the vulnerable JetEngine plugin versions up to 3.7.2.

prevent

Prevents remote code inclusion by enforcing validation of inputs to the JetEngine plugin, blocking malicious code injection as described in CWE-94.

preventdetect

Identifies the JetEngine code injection vulnerability through vulnerability scanning of WordPress plugins, enabling remediation before exploitation.

References