APSB26-92: A Magento Account Takeover That Needs No Login

APSB26-92: A Magento Account Takeover That Needs No Login

Update, August 13: attacks have started. Sansec reports its Shield firewall is already blocking attempts to exploit CVE-2026-71362, and BleepingComputer covered it on August 12 — a day after the patch shipped. Adobe's advisory still says it isn't aware of exploits in the wild, and the bulletin is still rated priority 2. Patch now.

Adobe's August security update for Adobe Commerce and Magento Open Source landed on August 11, as bulletin APSB26-92. Seven vulnerabilities, five of them rated critical. The one that matters most is CVE-2026-71362, so that's where this starts.

An account takeover that doesn't need an account

CVE-2026-71362 scores 9.1. It lets someone take over a customer account without logging in.

Sansec's analysis calls it a session switch: an attacker moves their session onto another customer's account and gets everything in it, personal data included. No account of their own, no admin access, nothing the victim has to click. Adobe's fix changes how Magento handles customer identity in the account session.

Most Magento bugs need something to get going first, whether that's an admin login or at least a registered customer account. This one just needs a request.

The rest of the bulletin is stored XSS and authorization bugs. Adobe lists the overall impact as arbitrary code execution, security feature bypass, and privilege escalation.

What's in the bulletin

Bulletin APSB26-92
Released August 11, 2026
Vulnerabilities 7, five rated critical
Most severe CVE-2026-71362 — unauthenticated account takeover, CVSS 9.1
Other issues Stored XSS, authorization flaws
Adobe priority rating 2, unchanged as of August 13
Exploitation at release None reported by Adobe
Exploitation now Attempts blocked by Sansec's WAF from August 12

Every supported line is affected:

  • 2.4.9-2026-jul and earlier
  • 2.4.8-2026-jul and earlier
  • 2.4.7-2026-jul and earlier
  • 2.4.6-2026-jul and earlier
  • 2.4.5-2026-jul and earlier
  • 2.4.4-2026-jul and earlier

Those are July's patch levels, not release numbers. Patching last month doesn't take you off the list — the same thing happened in July, when 2.4.9 showed up about two months after release.

We'd treat this as priority 1

Adobe rated the bulletin priority 2 and reported no known exploits at release. We wrote this section on August 12 to argue that was the wrong call, and it took about a day to find out.

Sansec's firewall started blocking exploitation attempts against CVE-2026-71362 on August 12. Adobe's advisory still says it isn't aware of exploits in the wild, and the rating hasn't moved off priority 2 with its 30-day suggestion.

The reasoning we set out at the time applies to next month's bulletin just as well, so here it is.

Tier Adobe's definition Suggested window
Priority 1 Vulnerabilities "being targeted, or which have a higher risk of being targeted, by exploit(s) in the wild" Within 72 hours
Priority 2 A product "historically at elevated risk," but "there are currently no known exploits" and Adobe "does not anticipate exploits are imminent" Within 30 days
Priority 3 A product that "has historically not been a target for attackers" At the administrator's discretion

Priority 1 doesn't require anyone to have written an exploit yet. The wording covers bugs "being targeted, or which have a higher risk of being targeted." An unauthenticated account takeover in Magento is about as clear a case as that second clause gets.

Priority 2 depends on Adobe not anticipating imminent exploits. That's a prediction, and it's the one we'd have argued with. Magento is among the most attacked platforms on the web, and this bug needs no credentials.

CosmicSting

CVE-2024-34102 was an unauthenticated XXE bug scored 9.8, disclosed in June 2024. Adobe rated it priority 3 at first, the tier for products nobody targets, then moved it to 2.

Mass scanning started inside two weeks. Sansec told merchants that if they hadn't patched by June 25, twelve days after the fix, they should assume their encryption keys were already gone. More than 4,000 stores were compromised over the following months, at times three to five an hour.

Patch on day 30, as priority 2 suggests, and you'd have been breached two and a half weeks earlier.

In Adobe's defense

Adobe rates a product, not your store, and the tiers lean on historical attack patterns across the whole platform. Mark everything priority 1 and the ratings stop meaning anything.

The rating also gets set before the bulletin ships, back when "no known exploits" was still accurate. It stayed accurate for about two days.

Patch this one inside 72 hours anyway. And if your release process can't move that quickly, you want to find that out now, not during the next one.

Applying it: July comes first

Adobe's isolated patches stack. August builds on July instead of replacing it — "August does not replace July," as Sam James puts it in his write-up of this patch. Skip APSB26-73 and you'll need that applied before this one.

There's a second requirement underneath. Any isolated patch needs you on the latest -p release for your line, because that's what Adobe built and tested it against.

So the real questions are:

  1. Are we on the latest -p release for our line?
  2. Did we apply July's patch?
  3. If not, how far back does that go, and how long will catching up take?

A current store can do this in an afternoon. On a -p release from last autumn, there's a patch-level upgrade first, the regression testing that comes with it, and the security fix after that.

Where to get the patches

Adobe serves the August files from repo.magento.com:

Release line Isolated patch file Download
2.4.9 2-4-9-aug-2026.zip Direct
2.4.8-p5 2-4-8-p5-aug-2026.zip Direct
2.4.7-p10 2-4-7-p10-aug-2026.zip Direct
2.4.6-p15 2-4-6-p15-aug-2026.zip Direct
2.4.5-p17 2-4-5-p17-aug-2026.zip Keys required
2.4.4-p18 2-4-4-p18-aug-2026.zip Keys required

The 2.4.4 and 2.4.5 files sit behind an authenticated URL. When the browser asks, your Composer public key is the username and your private key is the password — the same pair already in your auth.json. The other four download without credentials.

Adobe's guide to applying a Composer patch covers the rest.

Adobe ships these as patch files with no Composer package alongside them, so there's no version bump to run and every month is a manual job. It's a good part of why stores fall behind.

Sam James maintains a community package, samjuk/m2-meta-security-patches, that bundles the Community Edition patches for 2.4.6-p15 through 2.4.9 into a composer update. Handy, though it does put a third party in the middle of your security patching, so read it before you commit. It doesn't cover 2.4.4, 2.4.5, or the Enterprise and B2B builds either.

Mage-OS users get this one differently. The August content shipped as Mage-OS 3.4.0 on August 11, the same day Adobe published the bulletin, porting the isolated patch 249-2026-08-001-CE — so it's a version bump instead of a patch file. Same fix, and you still have to deploy it.

2.4.4 and 2.4.5 are still getting patches, which isn't a reason to stay on them. If you're running one of the older lines, our piece on the 2.4.6 end-of-support timeline covers where that leaves you.

What to do this week

Find out where you actually are. Run composer show magento/product-community-edition, or the Enterprise equivalent, against what's deployed and not what a ticket says. The two disagree more often than you'd think.

Apply July's patch if you haven't. No skipping it. If you're further behind, work through them in order.

Patch staging and test the account paths. The fix touches customer identity in the session: login, registration, account editing, and any custom code that reads the customer session. Checkout and payments too.

Check the patch survives your next Composer run. Sam James found patched files quietly reverting when magento2-base gets reinstalled, so a later composer install can undo the fix without saying anything. Verify after any dependency change.

Then production, inside 72 hours.

Look at your extensions separately. The bulletin only covers Adobe's code. An unmaintained third-party module with database and checkout access is a common way stores get compromised, and nobody publishes a CVE when it happens.

If you can't say what patch level you're on and when you last applied one, start there. Staying current takes a few hours a month. Getting current after a year of skipping them is a proper piece of work.


Emyrix does Magento support and maintenance, including patch management and Adobe Commerce work on stores that have fallen behind. If you're not sure what patch level your store is on, or you know you're behind and want a realistic plan for catching up, get in touch.

Sources: Adobe Security Bulletin APSB26-92 · Security update available for Adobe Commerce — APSB26-92 · Adobe severity and priority rating definitions · Sansec: Adobe patches critical Magento account takeover · BleepingComputer: Hackers exploit critical Adobe Commerce flaw to hijack customer accounts · Adobe Commerce security patch release notes

Frequently asked questions

What is APSB26-92?

It's Adobe's security bulletin for the Adobe Commerce and Magento Open Source update released on August 11, 2026. Adobe describes it as fixing critical and important vulnerabilities, with impacts covering arbitrary code execution, security feature bypass and privilege escalation. Sansec's analysis puts the count at seven vulnerabilities, five of them critical.

What is CVE-2026-71362?

It's the most serious bug in the bulletin, scored 9.1. Sansec describes it as an unauthenticated customer account takeover: an attacker switches their session onto another customer's account and gets access to that account and the personal data in it. They don't need an account of their own, admin access, or any action from the victim. Adobe's fix changes how Magento handles customer identity in the account session.

Is CVE-2026-71362 being exploited?

Yes. Sansec says its Shield firewall started blocking exploitation attempts on August 12, 2026, the day after Adobe published the patch, and BleepingComputer reported the same. Adobe's advisory still states it is not aware of exploits in the wild. If your store is unpatched, assume it is being probed.

Has Adobe released a follow-up patch or hotfix for APSB26-92?

Not as of August 13, 2026. Adobe has published no corrected patch file, hotfix or revised bulletin since the August 11 release, and the priority 2 rating is unchanged. The six isolated patch files published on August 11 are still the fix.

Which Magento and Adobe Commerce versions are affected?

All the currently patched lines. Adobe lists 2.4.9-2026-jul and earlier, 2.4.8-2026-jul and earlier, 2.4.7-2026-jul and earlier, 2.4.6-2026-jul and earlier, 2.4.5-2026-jul and earlier, and 2.4.4-2026-jul and earlier. Applying July's patch doesn't put you outside that range.

How urgent is this patch?

Patch it now. Sansec reported on August 12 that its firewall was already blocking attempts to exploit CVE-2026-71362, one day after the fix shipped. Adobe rated the bulletin priority 2, its 30-day tier, and as of August 13 hasn't revised that or acknowledged exploits in the wild. Treat it as priority 1 and patch inside 72 hours.

Do I have to apply July's patch before August's?

Yes. Adobe's isolated patches stack in sequence, so August builds on July rather than replacing it. You also need to be on the latest security-only patch release, the latest -p version for your line, before an isolated patch will apply at all.

What is an isolated security patch?

Adobe's term for a standalone patch file containing security fixes only, with no feature updates or other changes bundled in. They let you take a security fix without moving to a full patch release, and Adobe distributes them as Composer patch zips, one per version line.

Work with Emyrix

Need help with your Magento store?

Emyrix helps businesses upgrade, optimize, and maintain Magento and Adobe Commerce stores — scoped honestly, delivered by the engineers who write these posts.