CISA added the actively exploited Adobe Commerce flaw to the Known Exploited Vulnerabilities catalog on September 8, 2026 and gave federal agencies until September 11 — three days — to remediate a bug whose vendor remediation is a composer patch with no version number attached to it.
What happened
On Tuesday, September 8, 2026, CISA added CVE-2026-75650 to the Known Exploited Vulnerabilities catalog. NVD’s record for the CVE was refreshed at 7:29 p.m. UTC the same day and now carries CISA’s fields verbatim. cisaExploitAdd is 2026-09-08. cisaActionDue is 2026-09-11. In prose: federal civilian agencies have until Friday, September 11, 2026.
CISA’s name for the entry is “Adobe Commerce and Magento Improper Neutralization of Special Elements Used in a Template Engine Vulnerability.” Its cisaRequiredAction reads, in full:
“Apply mitigations in accordance with vendor instructions, ensuring compliance with CISA’s BOD 26-04 Prioritizing Security Updates Based on Risk (see URL in Notes) guidance and CISA’s “Forensics Triage Requirements” (see URL in Notes). Follow applicable BOD 26-04 guidance for cloud services or discontinue use of the product if mitigations are unavailable. Stakeholders are responsible for evaluating each asset’s internet exposure and ensuring adherence to BOD 26-04 patching guidelines.”
Severity Daily covered the underlying flaw on September 7, when Adobe published bulletin APSB26-146 out of band. That story recorded, accurately at the time, that the CVE was not in the KEV catalog and carried no federal deadline. That is what changed today.
The bulletin itself has not changed. Adobe published APSB26-146 on Monday, September 7, 2026, scored the flaw 10.0 on vector CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H, gave it priority rating 1, listed “Authentication required to exploit” as No, and said one sentence about exploitation: “Adobe is aware of CVE-2026-75650 being exploited in the wild.” The affected list covers Adobe Commerce 2.4.4-2026-aug through 2.4.9-2026-aug and earlier, Adobe Commerce B2B 1.3.3 through 1.5.3 on the same pattern, and Magento Open Source 2.4.6 through 2.4.9 — in practice, every supported branch of both products.
The solution column of that bulletin still does not contain a version. It contains the string “Hotfix for CVE-2026-75650.”
What did change on Adobe’s side is a knowledge-base page, last updated September 8, 2026, that spells out what applying the hotfix actually involves. It names the patch file — VULN-39341-composer-patches.zip, applied through Adobe’s composer-patch process — and then lists thirteen further steps to be performed in order after the patch is on: enable maintenance mode, disable cron, rotate encryption keys, rotate Admin panel passwords, regenerate REST, SOAP, and GraphQL integration tokens, rotate OAuth client secrets, rotate payment gateway credentials, update database credentials, refresh SSH and deploy keys and service account credentials, rotate API keys for third-party extensions, clear cache, re-enable cron and disable maintenance mode, and redeploy on Cloud. The page states: “Rotating the encryption key alone does not invalidate credentials that may already have been exposed.” For Cloud environments it gives a verification command: vendor/bin/magento-patches -n status | grep "39341\|Status".
CVE-2026-75650 was one of four entries CISA added to the catalog on September 8. Two of the other three are the Windows privilege escalations Severity Daily covered earlier the same day, CVE-2026-81963 and CVE-2026-85880, both rated 7.8 and both carrying a cisaActionDue of 2026-09-22. The fourth is CVE-2026-86218 in N-able N-central, a CVSS 10.0 pre-authentication remote code execution flaw, which carries the same September 11 due date as the Adobe entry and the same forensic-triage language in its required action.
Why it matters
A KEV due date reads, in most organizations, as a patching date. Somebody puts it in a ticket, the ticket says apply the update, and the ticket closes when the update is applied. CISA’s required action here says “apply mitigations in accordance with vendor instructions” — and the vendor’s instructions, as of September 8, are a patch plus a full credential rotation across payment gateways, integration tokens, OAuth secrets, database credentials, deploy keys, and third-party extension API keys, on a production e-commerce system, inside three days.
Adobe’s reasoning for the rotation list is legible from the flaw class. A template-engine injection reachable without authentication gives the attacker whatever the application can read, and what a Commerce application can read includes the encryption key that protects stored payment and integration credentials. That is why the guidance rotates the key and then says rotating the key is not enough. The sentence is doing real work: it is telling operators that the patch stops the next attacker and does nothing about what a previous one already took.
Then there is the version problem, which the KEV listing sharpens rather than solves. CISA’s instruction points at vendor instructions; the vendor’s remediation is a composer patch. A composer patch does not move the version string. An installation that has applied VULN-39341 and one that has not both report the same Adobe Commerce release, so an asset inventory or a version-matching scanner cannot tell them apart. Adobe’s own answer to this is a shell command that greps the patch status, which works if you can run it on the box and is useless as a fleet-wide check. The federal deadline is a compliance artifact that has to be demonstrated, and this CVE has no version number to demonstrate it with. Severity Daily has now recorded the same shape three times in a week — IBM’s interim fixes invisible to scanners, N-able’s hotfix build numbering, and this — and it is becoming the ordinary case rather than the exception for anything shipped out of band.
The four entries added on September 8 also make the current federal clock visible in one batch, without anyone having to guess at the rules. Two local privilege escalations rated 7.8 drew September 22. Two remotely reachable code-execution flaws rated 10.0 drew September 11 and an explicit forensic-triage obligation. That is a fourteen-day band and a three-day band operating side by side on the same day’s additions, which is what BOD 26-04 replaced BOD 22-01’s uniform clock to produce.
It is worth stating plainly what cannot be reported here. BOD 26-04 derives its deadlines from four binary variables — internet exposure, KEV listing, exploit automation, and total versus partial technical impact — and sorts the result into four bands, of which three days with forensic triage is the shortest. The authoritative mapping from variables to bands is published only as PNG images in Appendix A of the directive, with no alt text, and the vendors who have transcribed it disagree with each other about which combinations earn three days. So the observation above is exactly that: an observation of what CISA assigned on one day, not a derivation of why. Anyone telling you which box this vulnerability ticked is reading a picture.
For the non-federal reader the deadline is not binding, and the forensic-triage half of the obligation is still the useful part: determine whether the asset is already compromised, not merely whether it is now patched. That is the step most private-sector programs will skip, and it is the one Adobe’s rotation list is quietly built around.
What to do
Apply the hotfix. The patch file is VULN-39341-composer-patches.zip, applied through Adobe’s composer-patch process; it covers Adobe Commerce 2.4.4-2026-aug through 2.4.9-2026-aug and earlier, Adobe Commerce B2B 1.3.3 through 1.5.3, and Magento Open Source 2.4.6 through 2.4.9. On Cloud, confirm with vendor/bin/magento-patches -n status | grep "39341\|Status".
Then do the thirteen-step rotation in Adobe’s order, and treat it as part of remediation rather than as follow-up hygiene. It is not optional cleanup: the patch closes the hole, and the rotation is what addresses anything taken through it before today.
Because the version string does not move, record the remediation somewhere a scanner is not the source of truth — a patch-status output captured per host, a configuration-management fact, or a deployment record. If you are an FCEB agency, the due date is September 11, 2026, and the required action names the forensic-triage obligation as well as the patch.
Look for prior compromise rather than assuming its absence. Adobe confirms exploitation in the wild and does not say when it started; the bulletin is dated September 7, 2026, and says nothing about the observation window that preceded it.
Sourcing note
The KEV dates here come from NVD’s record for CVE-2026-75650, which republishes CISA’s cisaExploitAdd, cisaActionDue, cisaVulnerabilityName, and cisaRequiredAction verbatim. The record was retrieved twice using different URL forms; lastModified is 2026-09-08T19:29:17.803, after the addition. Earlier retrievals of the companion N-able record, taken before that ingest, returned no CISA fields at all with a stale lastModified of 2026-09-06, and a later retrieval returned all four — a reminder that an absence reported by a fetch is not an absence in the source.
cisa.gov returns 403 to automated fetching from this container, so neither the catalog JSON nor the September 8 alert page could be read directly. The count of four additions on September 8 comes from the title and dated URL of CISA’s own alert as surfaced in search, corroborated by a third-party catalog mirror; the per-CVE dates and required-action text are from NVD and are not taken from any press report. Adobe’s bulletin APSB26-146 and the Experience League knowledge-base page were read directly at helpx.adobe.com and experienceleague.adobe.com. The helpx bulletin returns 404 without the lang=en parameter.
Unresolved: Adobe has not published a version number that means fixed, and has not stated when exploitation was first observed. Whether the knowledge-base rotation steps are Adobe’s formal remediation requirement or supplementary guidance is not stated on the page; CISA’s required action points at “vendor instructions” without naming a document.