Adobe Ships APSB26-92: Patch Your Magento Store Now

Adobe released a fresh security bulletin, APSB26-92, on August 11, 2026 — and if you run a Magento store, this one belongs at the top of your to-do list. It follows July’s APSB26-73 and confirms the pace hasn’t slowed: attackers are still probing e-commerce platforms hard, and Magento remains a prime target because of the payment data it sits on.

What’s in it

The update covers Adobe Commerce and Magento Open Source, versions 2.4.4 through 2.4.9 (and earlier branches still in support). Adobe rates the fixed vulnerabilities as critical and important, and the categories are exactly the ones you don’t want to see on a live store:

  • Arbitrary code execution — the worst case, where an attacker runs their own code on your server.
  • Security feature bypass — sidestepping protections that are supposed to stop them.
  • Privilege escalation — turning a low-level foothold into admin-level access.

Adobe has published isolated patches for each supported branch (2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8 and 2.4.9), so you don’t need a full version upgrade to close the holes — you can apply the hotfix that matches your current version.

Why it matters

Magento security patches aren’t optional maintenance. Unpatched stores get scanned and exploited within days of a bulletin going public, because the fix itself tells attackers exactly where to look. A single arbitrary-code-execution flaw can mean card skimming (Magecart), a defaced storefront, or a full database dump — and with it, a breach notification to your customers and a very bad week.

What to do

Move quickly:

  1. Check your version with bin/magento --version.
  2. Grab the matching patch for your branch from the Adobe Security Bulletin and apply it in a staging environment first.
  3. Test checkout, admin login, and any custom modules — isolated patches are surgical, but always verify.
  4. Deploy to production and clear caches (bin/magento cache:flush).
  5. If you’re several patch levels behind, plan a proper catch-up — the further you drift, the harder each jump gets.

Bottom line: APSB26-92 is a “do it this week” item, not a “next sprint” one. Patch, test, ship.