Table of Contents
Google has shipped the Chrome 152 security update, closing more than 300 vulnerabilities across its desktop browser. The company announced the release on Tuesday, August 25, 2026, for Windows, Mac, and Linux.
The update fixes 327 flaws in total, 10 of them rated critical. Google credits artificial intelligence for uncovering the majority, though outside researchers still reported several valuable bugs.
Google’s advisory lists no evidence of exploitation in the wild. Even so, the volume and severity of the fixes make prompt updating a priority for every Chrome user.
Chrome 152 Security Update: Key Takeaway
- Chrome 152 patches 327 vulnerabilities, including 10 critical memory flaws, with AI finding most of them and no active exploitation reported so far.
A browser patch is only useful once every machine actually runs it, which is a tracking and remediation problem more than a clicking problem.
- Tenable: vulnerability management that inventories the software across your estate and tells you which endpoints still lag behind the current Chrome build.
- 1Password: a password manager that keeps credentials out of reach when a browser component is compromised, and makes rotating exposed logins quick.
- Auvik: network monitoring and management that surfaces every device on your network, so unpatched browsers do not hide in the gaps.
What Google Fixed in Chrome 152
Chrome 152 reached the stable channel as build 152.0.7977.64 on Linux and 152.0.7977.64 or .65 on Windows and Mac. Google is rolling it out gradually over the coming days and weeks, so not every user will see the prompt on day one.
The release addresses 327 security issues. A CVE, short for Common Vulnerabilities and Exposures, is a unique identifier assigned to a specific software flaw so that vendors and defenders can refer to the same problem without confusion.
The Scale of the Update
Google sorts each flaw into four severity tiers: critical, high, medium, and low. Ten of the fixes carry a critical rating, the highest tier, meaning the bug could let an attacker run code or take control with little or no interaction from the victim.
A further 61 flaws were rated high severity. The remainder fall into the medium and low tiers, covering issues such as information leaks, interface spoofing, and weaker authorization checks.
The sheer count fits a pattern: Google has patched well over 2,000 Chrome vulnerabilities so far this year, a pace far above previous years.
The Critical Vulnerabilities
Eight of the 10 critical flaws are use after free bugs. A use after free (catalogued formally as CWE-416) happens when a program keeps using a chunk of memory after it has been released, letting an attacker slip malicious data into that reused space and hijack execution.
These bugs are a longstanding staple of browser exploitation because a web page can trigger them remotely.
The critical fixes cluster in a handful of components. Three sit in Aura, the framework that draws Chrome’s windows and interface. Three more are in Chromecast, the media casting stack.
The rest touch ANGLE, the graphics translation layer that maps web graphics calls onto the host system, along with Views, Safebrowsing, and the Mobile code path.
For readers tracking specific identifiers, the critical set includes CVE-2026-79282 and CVE-2026-79290, plus CVE-2026-79054, CVE-2026-79121, CVE-2026-79224, CVE-2026-79052, CVE-2026-79150, CVE-2026-78935, CVE-2026-79012, and CVE-2026-79200.
Google did not publish CVSS base scores for these entries, so no numeric score is attached here. Coverage of past Chrome memory bugs, such as the Chrome 131 update that fixed critical memory flaws, shows how routinely this class of issue recurs.
A Closer Look at CVE-2026-79282
The standout critical bug is CVE-2026-79282, a use after free in ANGLE. It was reported by a researcher who goes by the handle Goodluck, who earned a $25,000 bounty, the largest single reward tied to this release.
The report was filed back in March 2026, which illustrates how long a serious flaw can sit under coordinated disclosure before a fix ships to the public. Only one of the 10 critical issues came from outside Google; the other nine were found internally.
AI Takes Over Vulnerability Discovery
The headline shift in Chrome 152 is not the count but the source. Of the 327 flaws, 299 were discovered internally by Google. The company attributes the surge to its use of AI, a trend SecurityWeek has documented in its reporting on Google’s rise in Chrome vulnerability discoveries.
That internal machine sits on top of long standing automated tooling. Google’s advisory credits detection systems including AddressSanitizer, MemorySanitizer, UndefinedBehaviorSanitizer, Control Flow Integrity, libFuzzer, and AFL.
Fuzzing, the practice of hurling malformed input at software to see what breaks, has long fed the Chrome pipeline, and AI now widens the funnel further.
The practical effect is that many flaws are caught and fixed before any outside party ever sees them. That is a defensive win, but it also concentrates a growing share of Chrome’s security knowledge inside Google itself.
Human Researchers Still Find High Value Bugs
External researchers have not been sidelined. Beyond the $25,000 ANGLE report, Google paid out several other bounties in this cycle.
A medium severity type confusion flaw in the Animation component, tracked as CVE-2026-79209, drew an $8,000 reward, and an Autofill issue, CVE-2026-79030, earned $2,000.
Notable outside contributions also came from peer organizations and firms. Mozilla reported a use after free in WebRTC (CVE-2026-79027), and researchers working with the security firm XBOW reported flaws including an out of bounds write in Crashpad (CVE-2026-78952).
The mix signals a research economy where independent hunters, rival browser makers, and automated platforms all feed the same disclosure process. Chrome’s ongoing stable channel updates regularly reflect that blend of internal and external findings.
Background: How Chrome Handles Security
Chrome ships on a rapid release cadence, with a new major version every few weeks through what Google calls the stable channel, the build served to the general public. Security fixes can also arrive mid cycle when a threat warrants it.
Understanding Severity Ratings
Severity tiers estimate how much damage a flaw could cause and how easily. Many vendors express this with the Common Vulnerability Scoring System, or CVSS, a framework that produces a numeric score from 0 to 10 based on factors like attack complexity and required privileges.
Google’s advisory uses its own critical, high, medium, and low labels rather than publishing per bug CVSS numbers, so this report follows those labels.
A critical browser flaw is dangerous precisely because the browser is the door to the open internet. A single booby trapped page can reach a vulnerable component, and unlike a server bug, the victim only has to browse.
Who Is Affected
Every Chrome user on Windows, Mac, and Linux is in scope until they update. The reach extends further because Chrome is built on the open source Chromium project, which also underpins Microsoft Edge, Brave, Opera, and other browsers.
Fixes that land in Chromium typically flow downstream, so users of those browsers should watch for their own updates.
Enterprises carry extra weight here. Fleets of managed machines, kiosks, and Chromecast devices all draw on this code, and Google notes that some bug details stay restricted until most users have updated, a practice that buys defenders time before exploit details circulate.
History shows the risk of waiting, as with the Chrome zero day exploited in the wild in a prior year.
Implications of AI at Scale in Browser Security
The Chrome 152 release is a data point in a larger story about how software gets defended, and it cuts several ways at once.
For Everyday Users
The direct advice is simple: update now. Chrome usually applies patches automatically after a restart, so closing and reopening the browser is often enough. Users can confirm by opening the menu, choosing Help, then About Google Chrome, which triggers a check and shows the running version.
The deeper point is that individuals now benefit from an assembly line they never see. Hundreds of flaws in this single release were neutralized before a criminal could weaponize them, which quietly raises the security floor for everyone who keeps the browser current.
For Enterprise Security Teams
For organizations, volume is the challenge. A release with 327 fixes is not something a security team can review line by line, so the job shifts to fast, reliable deployment and to confirming that every endpoint has actually moved to the new build.
That makes visibility the linchpin. Teams need an accurate inventory of which machines run which version, because a single stalled update can leave a critical use after free flaw exposed on a corporate network. Patch velocity, not patch awareness, is where most risk hides.
For the Vulnerability Research Economy
AI finding 299 of 327 flaws reshapes the incentives for human researchers. Routine bugs are increasingly swept up by Google’s internal tooling before an outsider can claim them, which may push independent hunters toward the rarest and most complex targets where a human still holds an edge.
The bounty pattern in this release supports that reading. The largest rewards went to novel or hard to reach flaws, while the bread and butter discoveries came from automation. Over time, that could raise the bar for what earns a payout and change how researchers choose where to spend their effort.
The Exploitation Window
Google reports no exploitation in the wild for these flaws, which is reassuring but not a reason to relax. Once a patch ships, its contents become a roadmap. Attackers routinely study fixes to reverse engineer the underlying bug, then race to hit users who have not yet updated.
That dynamic makes the gap between release and installation the real danger zone. The AI pipeline shortens the time a flaw stays secret inside Google, but it does nothing to shorten the time a user leaves an old build running. That part still depends on people and processes.
Closing the window between a patch and a compromise is a matter of discipline: manage credentials, manage your program, and be ready to recover if something slips through.
- Passpack: a team friendly password manager that keeps shared logins organized and easy to rotate the moment a browser flaw puts them at risk.
- CyberUpgrade: cybersecurity compliance and management that helps turn ad hoc patching into a documented, repeatable process across the organization.
- IDrive: cloud backup so that if a browser exploit leads to a wider compromise, clean recovery points are already in place.
Looking Forward
Chrome 152 is a milestone in a year defined by record patching volume, and the standout detail is that machines, not people, found the bulk of the flaws. Google fixed 327 vulnerabilities, 10 of them critical, with AI responsible for the lion’s share.
Human researchers still matter, as the $25,000 ANGLE report and other bounties show, but the center of gravity in Chrome vulnerability discovery has moved inside Google. That trend is likely to deepen as the tooling improves.
For users and administrators, the response has not changed. Update quickly, confirm the new build is running everywhere, and treat the release notes as a signal that attackers will soon be studying the same fixes. The floor is rising, but only for those who stay current.
Questions Worth Answering
What is the Chrome 152 security update?
- It is Google’s latest stable channel release for the Chrome desktop browser, shipped on August 25, 2026, that patches 327 security vulnerabilities on Windows, Mac, and Linux.
How many vulnerabilities does Chrome 152 fix?
- The update resolves 327 flaws in total, with 10 rated critical, 61 rated high, and the rest medium or low severity.
How serious are the flaws in Chrome 152?
- Ten are critical, the top severity tier, and eight of those are use after free memory bugs in components such as Aura, Chromecast, ANGLE, Views, and Safebrowsing.
Were any of these vulnerabilities exploited by attackers?
- Google’s advisory does not mention any exploitation in the wild, which suggests no confirmed active attacks at the time of release, though that can change once patch details circulate.
What is CVE-2026-79282?
- It is the most valuable bug in this release, a critical use after free in ANGLE reported by a researcher called Goodluck, who received a $25,000 bounty.
Why did AI find most of the vulnerabilities?
- Google used artificial intelligence alongside long standing fuzzing and sanitizer tools to discover 299 of the 327 flaws internally, part of a surge in AI assisted discovery this year.
Do external researchers still get paid for Chrome bugs?
- Yes, several outside researchers earned bounties this cycle, including $25,000 for the ANGLE flaw, $8,000 for an Animation bug, and rewards for reports from Mozilla and the firm XBOW.
Does this update affect browsers other than Chrome?
- Likely yes, because Chrome is built on Chromium, which also powers Microsoft Edge, Brave, and Opera, so those browsers usually receive related fixes downstream.
How do I update Chrome to version 152?
- Open the menu, select Help, then About Google Chrome, which checks for updates and installs the new version, then restart the browser to apply it.
What is a use after free vulnerability?
- It is a memory flaw where software keeps using memory after releasing it, allowing an attacker to place malicious data in that space and potentially run their own code.
Also worth a look: Optery scrubs your exposed personal data from broker sites, Tresorit locks files in encrypted cloud storage, and EasyDMARC shields your domain from email spoofing.
Sources: SecurityWeek and the official Google Chrome Releases advisory.