Adobe Commerce privilege escalation exploited (CVE-2026-71362) [PoC]
CVE-2026-71362
CVE-2026-71362: Adobe Commerce incorrect authorization lets unauthenticated attackers escalate privileges (CVSS 9.1). Actively exploited; apply Adobe's patch now.
Actively exploited in the wild - CVE-2026-71362 is a critical incorrect authorization flaw in Adobe Commerce (Magento) that grants unauthenticated attackers elevated access to sensitive resources through privilege escalation. Adobe has released a fix; apply it immediately.
Overview
CVE-2026-71362 is an incorrect authorization vulnerability in Adobe Commerce, the e-commerce platform also known as Magento. The software fails to properly verify that a requesting user is authorized to perform certain operations, allowing an attacker to bypass access controls and gain privileges they should not have. Because the flaw sits in the authorization layer rather than requiring valid credentials, it can be triggered remotely over the network with no authentication and no user interaction.
Adobe Commerce powers storefronts and admin backends that hold customer records, order data, payment integrations, and often deep connections into inventory and ERP systems. An attacker who escalates privileges here can reach administrative functions, read or modify sensitive data, and potentially pivot further into the business.
Impact
A successful exploit gives the attacker elevated access to sensitive resources. In practice this means reaching data and functionality reserved for privileged accounts: customer personally identifiable information, order and payment metadata, administrative configuration, and API credentials stored in the platform. Because exploitation requires no user interaction and no valid login, the attack surface is any internet-facing Commerce instance that has not been patched. The CVSS score of 9.1 reflects the low complexity, network attack vector, and the fact that no privileges or interaction are needed.
CISA has added this CVE to its Known Exploited Vulnerabilities catalog, confirming that real-world attacks are underway. The EPSS score sits at roughly 2.3 percent for the next 30 days, but the confirmed exploitation status matters far more than the probability estimate.
Remediation and Mitigation
- Apply Adobe’s security update for Adobe Commerce immediately. Adobe publishes patched versions through its security bulletin; install the latest release for your Commerce line.
- If you cannot patch on short notice, restrict administrative and API access to trusted IP ranges and place the admin panel behind a VPN or zero-trust gateway.
- Audit logs for unexpected privilege changes, new admin accounts, or unfamiliar API activity, and rotate any credentials that may have been exposed.
- Deploy a web application firewall with virtual patching rules that block the known exploitation pattern while you stage the update.
- Check for indicators of compromise across web server logs, application logs, and outbound network connections.
Security Insight
This case is a reminder that authorization bugs in commerce platforms are often more dangerous than remote code execution scares, because the platform legitimately holds the data attackers want. Adobe Commerce has a long history of access-control flaws, and this one landing in CISA’s exploited catalog shows attackers now treat e-commerce backends as a primary target rather than an opportunistic one. Organizations that patch slowly and expose admin endpoints directly to the internet carry the most risk. For ongoing coverage of exploited vulnerabilities, see our security news and breach reports.
Further Reading
Never miss a critical vulnerability
Get real-time security alerts delivered to your preferred platform.
Public PoC References
Unverified third-party code
These repositories are publicly listed on GitHub and have not been audited by Yazoul Security. They may contain malware, backdoors, destructive payloads, or operational security risks (telemetry, exfiltration). Treat them as hostile binaries. Inspect source before execution. Run only in isolated, disposable lab environments (offline VM, no credentials, no production data).
Authorized use only. This information is provided for defensive research, detection engineering, and patch validation. Using exploit code against systems you do not own or do not have explicit written permission to test is illegal in most jurisdictions and violates Yazoul's terms of use.
| Repository | Stars |
|---|---|
| dinosn/cve-2026-71362-magento-lab One-command Docker lab reproducing CVE-2026-71362 (Adobe Commerce / Magento Open Source customer-session identity-switch account takeover, APSB26-92, CVSS 9.1) with a PoC and an A/B/A official-patch n | ★ 5 |
Showing 1 of 1 known references. Source: nomi-sec/PoC-in-GitHub.
Nuclei Detection Templates
Detection template available — your exposure is being scanned
The templates below are YAML signatures for the Nuclei scanner from ProjectDiscovery. They are not exploit code — they are detection rules that confirm whether a target is vulnerable. The presence of a Nuclei template means every bug bounty hunter, AppSec team, red team, and reconnaissance pipeline on the public internet is actively probing for this CVE.
Assume your exposed instances have already been touched. Patch immediately even if no exploitation is observed yet — fingerprinting precedes exploitation by days at most.
| Template | Source |
|---|---|
CVE-2026-71362.yaml | View YAML |
1 Nuclei template indexed for this CVE. Source: projectdiscovery/nuclei-templates.
Related Advisories
Adobe Commerce is affected by an Improper Neutralization of Special Elements Used in a Template Engine vulnerability that could result in arbitrary code execution in the context of the current user. A...
changedetection.io is a free open source web page change detection tool. Prior to 0.54.8, the @login_optionally_required decorator is placed before (outer to) @blueprint.route() instead of after it. I...
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Prior to 4.0.2 and 3.7.11, Workflow templates endpoints allow any client to retrieve Wo...
PraisonAI is a multi-agent teams system. Prior to version 4.5.97, OAuthManager.validate_token() returns True for any token not found in its internal store, which is empty by default. Any HTTP request ...