Cyber Resilience

CVE-2026-48358

Adobe Commerce 2.4.4 … 2.4.9

Published
14 July 2026
Modified
29 July 2026
Patch / advisory
CVSS Score v3.1 9.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.015 72th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-48358 is a critical-severity Improper Encoding or Escaping of Output (CWE-116) vulnerability in Adobe Commerce. Its CVSS base score is 9.1 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 28% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-15 (Information Output Filtering) and AC-6 (Least Privilege) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Adobe Commerce is affected by an Improper Encoding or Escaping of Output vulnerability that could result in arbitrary code execution in the context of the current user. An attacker with high privileges could exploit this vulnerability to execute arbitrary code.…

more

Exploitation of this issue does not require user interaction. Scope is changed.

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

Improper output encoding vuln in Adobe Commerce (web app) directly enables server-side arbitrary code execution by high-priv attacker, matching exploitation of public-facing application.

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

CVEs Like This One

CVE-2026-47998Same product: Adobe Commerce
CVE-2026-47997Same product: Adobe Commerce
CVE-2026-47988Same product: Adobe Commerce
CVE-2026-47996Same product: Adobe Commerce
CVE-2026-47992Same product: Adobe Commerce
CVE-2026-21297Same product: Adobe Commerce
CVE-2026-48371Same product: Adobe Commerce
CVE-2026-47999Same product: Adobe Commerce
CVE-2026-21309Same product: Adobe Commerce
CVE-2026-34646Same product: Adobe Commerce

Affected Assets

adobe
commerce
2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8
adobe
commerce b2b
1.3.3, 1.3.4, 1.4.2, 1.5.2, 1.5.3
adobe
magento
2.4.6, 2.4.7, 2.4.8, 2.4.9
adobe
i\/o events
1.6.0 — 1.21.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-15 Information Output Filtering
  • SI-10 Information Input Validation
  • AC-6 Least Privilege
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.1.2
  • V1.2.1
  • V1.2.3

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires filtering/sanitization of output leaving the system, which is the precise failure in CWE-116 improper output encoding/escaping.

prevent

Mandates validation and sanitization of data before use in output, mitigating the injection path that leads to arbitrary code execution.

prevent

Limits the privileges available to any account, reducing the impact of an attacker who must already possess high privileges to exploit the flaw.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require proper output encoding to prevent injection and message malformation.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure coding standards explicitly require correct output encoding and escaping to preserve message structure.

detects

Security testing can detect missing or incorrect encoding but does not itself implement the control.

prevents

Secure development life cycle mandates output encoding/escaping practices that directly prevent improper encoding.

prevents

Application security requirements include explicit rules for safe output handling and encoding.

prevents

Secure architecture principles reduce the likelihood of missing encoding but do not prescribe the actual technique.

References