Chromium CVE-2026-79293, an information-leak vulnerability in the browser's Animation component, was published by the Microsoft Security Response Center on 2026-08-28. MSRC's advisory lists the flaw under Microsoft Edge (Chromium-based) because Edge ingests security fixes from the upstream Chromium project.
The bug sits in the Animation subsystem that runs on nearly every website, and it matters because Chromium code underlies most desktop browsers, so a single upstream fix has to reach several separately versioned products before the exposure closes.
Key takeaways
- MSRC published CVE-2026-79293 on 2026-08-28 as an information-leak issue in Chromium's Animation component.
- Microsoft Edge (Chromium-based) is the listed affected product family; the underlying fix originates from Google Chrome.
- MSRC's advisory does not list a CVSS score, EPSS estimate, or exploitation status for this specific CVE.
- Chromium-derived browsers beyond Edge may also need their own updates on separate release schedules.
- Admins should confirm installed Edge and Chrome build numbers rather than assume Windows Update alone resolves the issue.
Affected
What is CVE-2026-79293?
CVE-2026-79293 is an information-leak vulnerability in the Animation component of Chromium, the open-source engine behind Google Chrome, Microsoft Edge, and several other browsers. Microsoft's Security Update Guide entry, published 2026-08-28, assigns the CVE to Chrome and notes that Edge inherits the flaw because it ingests Chromium code upstream.
MSRC's own listing is short on technical detail: it names the vulnerability type as a security vulnerability affecting the Microsoft Edge (Chromium-based) product family, points to Google Chrome Releases for further information, and advises applying the latest security updates. No CVSS score, attack vector description, or exploitation status appears in the MSRC record itself, which is typical for Microsoft's Chromium-ingestion advisories that defer technical specifics to Google's own release notes.
Why an information leak in Animation matters
Browser animation code handles CSS transitions, the Web Animations API, and related rendering paths that run constantly as pages load and update. Because this code executes on nearly every website a user visits, a flaw here has a wide practical reach compared with bugs buried in rarely used features.
Information-leak bugs rarely grant an attacker full control on their own. Instead, they typically expose fragments of memory or cross-origin state that can help an attacker profile a target or defeat exploit mitigations, then get chained with a second, more damaging bug. That is why Chromium and Microsoft both treat leak-class issues as worth patching promptly even when they carry moderate severity.
Who is affected by this Chromium flaw?
MSRC's advisory names Microsoft Edge (Chromium-based) as the affected product family. Because the underlying fix comes from the Chromium project, any browser built on the same engine, including Google Chrome and other Chromium-derived browsers, is a candidate for exposure until each vendor ships its own corresponding update.
- Enterprise fleets running Microsoft Edge on managed update rings.
- Individual users on unmanaged Chrome or Edge installs that have not restarted the browser recently.
- Organizations that embed a Chromium runtime inside packaged applications, which may lag behind standalone browser update cadence.
Technical details: what does MSRC's advisory actually say?
The MSRC record for CVE-2026-79293 states the vulnerability was released 2026-08-28, classifies it as a Security Vulnerability, and lists Microsoft Edge (Chromium-based) as the product family. It explicitly directs readers to Google Chrome Releases for the underlying technical write-up, since Chrome's security team, not Microsoft, is the CVE-assigning authority for this issue.
No CVSS vector, CWE identifier, EPSS score, or proof-of-concept status is present in the source reviewed for this CVE, so those fields are left unspecified rather than estimated. Readers should treat the MSRC page as a tracking pointer for Edge rather than a full technical disclosure.
How do you patch or mitigate CVE-2026-79293?
MSRC's remediation guidance for CVE-2026-79293 is to apply the latest security updates from Microsoft for the affected products, which in practice means updating Microsoft Edge to its current stable build. Because the fix originates in Chromium, Google Chrome users should likewise confirm they are on the latest Chrome release channel build.
- Check Edge's version under Settings > About Microsoft Edge and force an update check if the browser has not restarted recently.
- Check Chrome's version under chrome://settings/help and restart the browser to apply any pending update.
- On managed fleets, verify update policy rings and confirm the deployed build number rather than assuming the device is current.
- Track Chromium-derived browsers or embedded runtimes separately, since they may not follow Chrome or Edge's release schedule.
What should IT admins watch next?
Because MSRC's entry defers technical detail to Google's Chrome Releases page, admins tracking this CVE should watch for Google's own advisory to confirm the patched Chrome version number and any additional context on exploitability. Microsoft typically updates its Security Update Guide entry once the corresponding Edge build ships.
Fleet-wide inventory remains the practical bottleneck: a device can show Windows fully patched while its browser binary is stale, particularly on VDI images or persistent user profiles. Confirming actual installed Edge and Chrome build numbers, rather than trusting patch-compliance dashboards alone, is the most reliable way to know whether CVE-2026-79293 is closed on a given machine.
Timeline
Impact & actions
CVE-2026-79293 is a Chromium Animation information-leak flaw listed by MSRC on 2026-08-28, with no CVSS score or exploitation status published for this specific entry.
Security: Information-disclosure bugs of this type are typically used as reconnaissance building blocks that can be chained with a separate memory-corruption flaw for a fuller compromise.
Privacy: If exploited, this class of bug can expose fragments of cross-context browsing data rather than full account takeover on its own.
Recommended actions · Medium urgency
- 1Confirm installed Microsoft Edge (Chromium-based) build numbers against Microsoft's Security Update Guide entry for CVE-2026-79293
- 2Update Google Chrome to the latest stable build via chrome://settings/help
- 3Check other Chromium-derived browsers in the fleet (Brave, Vivaldi, Opera, embedded Chromium runtimes) for their own patch schedules
- 4Do not assume Windows Update alone resolves Edge or Chrome patch gaps; verify via managed browser update policy
Technical details
- CVEs
- CVE-2026-79293
Mitigations
- Apply the latest Microsoft Edge (Chromium-based) security update
- Apply the latest Google Chrome security update, since the fix originates upstream in Chromium
Response
Vendor
Customer guidance
Apply the latest Microsoft Edge and Google Chrome updates; MSRC's listing does not include a severity score or exploitation status, so treat this as a routine but not emergency update.
Updates
Microsoft Security Response Center published its Security Update Guide entry for CVE-2026-79293, listing Microsoft Edge (Chromium-based) as the affected product family.
FAQ
What is CVE-2026-79293?
CVE-2026-79293 is an information-leak vulnerability in Chromium's Animation component, published by the Microsoft Security Response Center on 2026-08-28 and listed under Microsoft Edge (Chromium-based).
Does MSRC give CVE-2026-79293 a CVSS score?
No. MSRC's entry for CVE-2026-79293 does not publish a CVSS score, EPSS estimate, or exploitation status.
Is Google Chrome also affected by CVE-2026-79293?
The CVE was assigned by Chrome and the fix originates in upstream Chromium; MSRC's advisory directs readers to Google Chrome Releases for details, since Edge ingests the same Chromium code.
How do I fix CVE-2026-79293?
Update Microsoft Edge (Chromium-based) and Google Chrome to their latest available builds through each browser's own update mechanism.
Are other Chromium-based browsers affected?
MSRC's advisory only names Microsoft Edge (Chromium-based); other Chromium-derived browsers such as Brave, Vivaldi, or Opera may need their own updates on separate release schedules, though none are named in the MSRC entry.
Is there a workaround if I can't update immediately?
No workaround is listed in MSRC's advisory; the only remediation given is applying the latest security update.
The bottom line
MSRC published CVE-2026-79293, an information-leak flaw in Chromium's Animation component, on 2026-08-28, listing Microsoft Edge (Chromium-based) as the affected product with the fix originating in upstream Chromium.
What happens next
What to do






