Back to News

BlueMoon Exploit Kit Shows How AI Is Collapsing the Browser Patch Gap

BlueMoon Exploit Kit Shows How AI Is Collapsing the Browser Patch Gap

On 9 September 2026, researchers at Proofpoint published an analysis of a previously undocumented exploit kit they have named BlueMoon. It chains three vulnerabilities - two in the Chromium engine that sits underneath both Google Chrome and Microsoft Edge, one in Windows - into a single attack that needs nothing from the victim beyond a click on a link. First observed in use on 28 August 2026 by the China-linked espionage group tracked as TA412, also known as Violet Typhoon or APT31, it was in the hands of at least three further espionage-motivated groups within days. For a UK business reading this on 10 September 2026, the important part is not the espionage angle. It is the timeline underneath it.

Both browser vulnerabilities in the chain were what the industry calls patch-gap zero-days. Google fixed the underlying code in the public Chromium source tree on 7 August 2026. That fix did not reach the stable version of Chrome that ordinary users receive until 3 September 2026, and Microsoft shipped the corresponding Edge fix on 2 September 2026. For roughly four weeks, the repair was sitting in public, readable by anyone, while the software on everybody’s desk remained broken. Attackers read it. They built a working exploit from it and were using it in the field on 28 August - twenty-one days after the fix became public, and six days before it reached the public.

That is the shift Proofpoint is flagging, and it is why this story matters to a fifteen-person accountancy practice in Leeds as much as it does to a government department. Reverse-engineering a public source-code commit into a reliable browser exploit has historically been slow, expensive, specialist work - the kind of capability that took months and belonged to a small number of well-funded teams. Proofpoint’s Mark Kelly attributes the compression directly to automation, describing “a reduced cost and barrier to entry for this class of capability, which has historically been rare and high value, as AI agents increasingly enable threat actor exploit development”. Open-source codebases like Chromium, where every fix is published before it ships, are the most exposed of all. The safety window that UK businesses have quietly relied on for years - the assumption that a patch released on Wednesday can reasonably be applied a fortnight on Monday - is closing.

3
Vulnerabilities chained by BlueMoon - two in Chromium, one in Windows
21
Days from the public Chromium fix to the exploit being used in the wild
27
Days the browser fix sat in public source before reaching stable Chrome
4
Espionage groups, most with suspected China links, using the kit within days

What Proofpoint actually found

BlueMoon is an exploit kit rather than a single piece of malware: a packaged, reusable attack chain that a threat actor points at a target. Proofpoint tracks its first observed use to 28 August 2026, deployed by TA412, an espionage group with suspected Chinese state links that the wider industry also catalogues as Violet Typhoon and APT31. What made the discovery notable was not the first user but the speed of adoption. Within days, Proofpoint attributed activity using the same kit to at least four espionage-motivated groups in total, most of them also carrying suspected China links. Kits do not usually spread between separate groups that quickly, and when they do it normally indicates a shared supplier or a shared toolkit rather than four independent development efforts.

The targeting so far is narrow. Proofpoint researcher Mark Kelly puts the number of confirmed targeted organisations globally at fewer than 20, while noting that the true figure is likely higher - targeted espionage campaigns are, by design, discovered late and incompletely. It would be easy for a UK SME to read “fewer than 20 organisations, state-sponsored espionage” and file the story under things that happen to other people. That reading misses the point of the research. The significant finding is not who was hit. It is that a capability which used to be rare and expensive has become cheap enough that four separate groups had it inside a fortnight, and that it was built from a publicly available patch.

The chain itself has three links. The first is CVE-2026-85046, a type confusion flaw in V8, the JavaScript engine inside Chromium - the same engine that powers Chrome and Edge alike. Type confusion bugs let attacker-controlled JavaScript persuade the engine to treat a chunk of memory as something it is not, which is the standard route to code execution inside the browser. On its own that would be contained: the browser renderer runs inside a sandbox precisely so that a compromise there does not become a compromise of the machine. So the second link is an uncatalogued V8 sandbox escape - a flaw with no CVE identifier of its own at the time of Proofpoint’s publication - which breaks the attacker out of that containment. The third is CVE-2026-85880, a privilege escalation flaw in the Windows Advanced Local Procedure Call subsystem, the internal messaging plumbing Windows components use to talk to one another. That one takes the attacker from code running as the logged-in user to code running as SYSTEM. Microsoft patched it on 8 September 2026, as part of the record September Patch Tuesday.

Read as a sequence, the chain answers the question every business owner asks about browser vulnerabilities: surely the browser is sandboxed, so how bad can it be? The answer is that a modern targeted attack does not rely on one bug defeating one control. It assembles three, each defeating the mitigation that would have contained the last. The individual severity ratings understate the combined effect, which is complete control of a Windows endpoint from a single click.

The part that should change your patching schedule this week

Because the exploit needs no user interaction beyond opening the link, none of the usual behavioural defences apply. There is no attachment to decline, no macro warning to dismiss, no credential prompt to distrust and no download to run. A staff member who does everything they were trained to do - hovers over the link, sees a plausible domain, opens it in the corporate browser - is compromised. The only controls that stop this attack are technical: a patched browser, a patched operating system, and management of what extensions are permitted to install. If your organisation defers browser updates by policy, or applies Windows quality updates on a monthly manual window, you were exposed for the whole of that four-week gap and may still be.

How the patch gap opened and closed

The chronology below is the substance of the story. Each date is a point at which somebody knew something that the people at risk did not.

7 August 2026 - Google fixes the code in public
The underlying flaw behind CVE-2026-85046 is repaired in the public Chromium source tree. Chromium is open source, so the commit - and therefore a precise description of what was wrong and where - becomes visible to anyone watching the repository. No stable release carries the fix yet. The patch gap opens.
Early–mid August 2026 - the commit is weaponised
Somewhere in this window, the public fix is reverse-engineered into a working exploit and combined with a second, uncatalogued V8 sandbox escape and the Windows ALPC privilege escalation. Proofpoint’s assessment is that AI-assisted exploit development materially reduced the time and expertise this step required.
28 August 2026 - BlueMoon is first observed in use
Proofpoint records the kit’s first observed deployment, by TA412 (Violet Typhoon / APT31). Twenty-one days have passed since the fix became public. Every Chrome and Edge user on the planet is still running the vulnerable build.
Late August 2026 - three further groups pick it up
Within days of first use, at least three additional espionage-motivated groups - most with suspected China links - are seen using the same kit, bringing the total to four. The speed of that spread is what distinguishes a shared capability from an in-house one.
2 September 2026 - Microsoft ships the Edge fix
Edge users receive the browser-level repair first, twenty-six days after the upstream commit. The chain is now broken at its first link for anyone whose Edge has actually restarted to apply the update - a caveat that matters more than it sounds.
3 September 2026 - Google patches stable Chrome
The fix reaches the stable Chrome channel, twenty-seven days after it entered the public source tree. For businesses running Chrome alongside or instead of Edge, this is the date the browser half of the exposure ends.
8 September 2026 - Microsoft patches the Windows link
The ALPC privilege escalation, CVE-2026-85880, is fixed in Microsoft’s September Patch Tuesday - the largest in the programme’s history. Until this date, a machine with a fully patched browser could still be escalated to SYSTEM by any other route that achieved code execution. Thirty-two days after the upstream fix, the full chain is finally closed for those who apply the update.
9 September 2026 - Proofpoint publishes
The research goes public, naming BlueMoon, the GemStone extension and the four groups. Defenders learn the shape of the campaign the day after the last patch shipped - which is the correct order for responsible disclosure, and also means detection engineering starts from behind.
10 September 2026 - where UK businesses stand today
Every patch in the chain now exists. Whether an organisation is protected depends entirely on whether those patches have been applied and the machines restarted. For estates on a monthly manual patch window, the answer is probably not yet.

How the attack reaches a UK inbox - and what it leaves behind

The delivery mechanism is deliberately ordinary. The campaign begins with a phishing email containing a malicious link. There is no weaponised attachment, no password-protected archive, no QR code. If the recipient’s browser and operating system are unpatched, visiting the link is sufficient: the exploit chain fires without any further interaction, escalates to SYSTEM, and installs its payload. If they are patched, nothing happens at all. The entire outcome of the attack is decided by the version numbers on the machine before the email ever arrives.

Proofpoint observed the attackers investing in the credibility of that first click rather than in the technical sophistication of the lure. Some campaigns used trust-building approaches sent before the malicious link - in one documented pattern, an enquiry purporting to come from a student seeking an internship. A first email that asks a reasonable question, receives a reply, and only then follows up with a link is a fundamentally different proposition to a cold message from an unknown sender. It defeats sender-reputation filtering, because the initial contact is genuinely benign and often genuinely delivered. It defeats staff scepticism, because by the time the link arrives the correspondent is a known quantity. For UK organisations that publish a careers or contact address and reply to speculative enquiries as a matter of course - professional services firms, schools, charities, universities, engineering consultancies - this is an uncomfortably well-fitted lure.

The payload is where the campaign gets its longevity. Rather than dropping a conventional executable that endpoint protection is well practised at catching, BlueMoon installs a malicious browser extension disguised as Google Gemini, which Proofpoint tracks as GemStone. The choice of disguise is worth dwelling on. An AI assistant extension is currently the single most plausible thing to find newly installed in a corporate browser, because staff are installing them legitimately and in volume. An IT manager reviewing an endpoint and seeing a Gemini extension has very little reason to look twice.

GemStone gives its operators command-and-control access to the victim’s browser, supporting browser surveillance and credential theft. Positioned inside the browser, it sits after TLS decryption and after authentication. It does not need to break your Microsoft 365 password or defeat your multi-factor authentication, because it is watching a session in which both have already succeeded. For the modern UK SME, whose email, files, finance system, CRM and payroll are all browser-delivered SaaS, an implant in the browser is functionally an implant in the whole business. This is the same structural weakness we examined in our coverage of unsanctioned AI tooling: the browser has become the operating system for most businesses, and it is governed far less carefully than the one underneath it.

Thirty-two days was the floor, not the average

The most uncomfortable finding in this timeline is that no customer of Google or Microsoft could have been fully protected against the BlueMoon chain before 8 September 2026 - thirty-two days after the fix for the first link entered public source. Even an organisation with flawless patching discipline, automatic updates enabled everywhere and a same-day reboot policy carried thirty-two days of exposure, because the Windows privilege escalation had no fix to apply. Everything an individual business does badly is added on top of that floor, not measured against zero.

The chart below is a planning estimate rather than a reported figure. It models how long a typical UK SME endpoint remained exploitable by the full chain, counted from the 7 August upstream Chromium fix, under different patching regimes. Widths are relative to the slowest profile, not absolute risk.

Quarterly or ad-hoc patching (next window mid-October)
69 days
Monthly manual patch window (end of September)
54 days
Enterprise update-deferral policy of 14 days
46 days
Weekly patch ring with tested rollout
38 days
Managed estate on a 72-hour remediation SLA
34 days
Automatic updates applied on release day (vendor floor)
32 days
TA412: public fix to working exploit in the wild
21 days

The bottom bar is the one that reframes the rest. The attacker moved from a public commit to a deployed exploit in twenty-one days - faster than the vendors shipped the fix, and faster than every defensive profile above it. That inversion is new. The traditional mental model of vulnerability management assumes defenders start with a head start: the patch exists, the attacker has to catch up. When exploit development is compressed by automation and the source of the vulnerability information is the fix itself, the head start belongs to whoever reads the commit first.

There is a second, quieter implication for procurement. Two of the three flaws in this chain live in Chromium, which means they affect Chrome, Edge, Brave, Opera, Vivaldi, Electron applications and any embedded browser control built on the same engine. UK businesses that standardised on Edge when they moved to Microsoft 365 often assume that decision consolidated their browser risk. It did not. It consolidated their update channel, which is genuinely useful, but the underlying engine is shared with the browser their designers, developers and marketing staff installed separately. An estate is only as patched as its least-managed browser, and in most SMEs that is a second Chrome install nobody has an inventory of.

The number that defines a patch gap

Of the thirty-two days between the upstream fix and full-chain protection, twenty-seven were spent waiting for the browser fix to travel from public source code to a stable release. That is not attacker dwell time or defender negligence. It is the release engineering interval - the time taken to merge, build, test, stage and roll out - during which the vulnerability was documented in public and unfixed on every user’s machine simultaneously.

84%
Share of the unavoidable 32-day exposure window that existed purely because a public fix had not yet shipped to users - 7 August to 3 September 2026

Eighty-four per cent of the exposure was structural. No amount of internal patching discipline could have removed it, because there was nothing to install. This is the uncomfortable trade-off at the heart of open-source security: transparency is precisely why Chromium is as robust as it is, and it is also why every fix is a public disclosure that precedes the remedy by weeks. Google and Microsoft are not being careless. Shipping a browser to billions of users requires staged rollout and regression testing, and rushing that process breaks more machines than it saves. But the calculus that made a multi-week release train acceptable assumed that turning a commit into an exploit was hard.

Proofpoint’s central argument is that this assumption no longer holds. Kelly’s framing - “a reduced cost and barrier to entry for this class of capability, which has historically been rare and high value, as AI agents increasingly enable threat actor exploit development” - describes a change in economics rather than in technique. Nothing in BlueMoon is conceptually novel. Type confusion, sandbox escape and privilege escalation have been chained together for a decade. What has changed is how many actors can afford to do it, how quickly, and against which targets. Capabilities that are expensive get spent on high-value targets. Capabilities that are cheap get spent on everyone.

For a UK SME, the practical consequence is a change in threat model rather than a change in shopping list. The relevant question is no longer “are we the sort of organisation a state-sponsored group targets”. It is “how long does a public fix take to reach every endpoint we own, and do we know when it got there”. Cyber Essentials has required critical and high-severity patches to be applied within 14 days of release for some years, and the scheme’s certification questions increasingly probe whether that is enforced rather than merely intended. A fourteen-day rule was designed for a world where the gap between disclosure and exploitation was measured in months. Against a twenty-one-day weaponisation cycle it is a sensible floor, not a comfortable margin.

Where UK SMEs are most exposed to a chain like this

The assessment below reflects what Cloudswitched sees most often when reviewing small and medium-sized UK estates. It is a judgement about prevalence and consequence, not a scored audit of any particular business.

Exposure factors for a patch-gap browser chain, September 2026
Browser updates deferred or pinned by group policy High
Endpoints that only restart when a user chooses to High
No inventory or allow-list of installed browser extensions High
Windows quality updates applied on a monthly manual window High
Unmanaged second browser installed alongside the standard one High
Day-to-day accounts holding local administrator rights Mid
Awareness training focused on attachments rather than links Mid
Managed tenant with link rewriting and extension policy enforced Low

Two of these deserve expanding because they are routinely misunderstood. The first is restart behaviour. Chrome and Edge both download updates silently and both require a browser restart to apply them. A user who never closes their browser - and in a business where the browser is the working environment, that is most users - can be several versions behind while every dashboard reports the update as delivered. Patch compliance reporting that counts downloads rather than restarts will show a green estate that is, in practice, unprotected. Enforcing a maximum browser uptime is unglamorous and it is one of the highest-value controls available against this class of attack.

The second is extension governance. Most UK SMEs have no policy on browser extensions at all, which means any user can install anything from either web store, and nobody is reviewing what accumulated last quarter. GemStone exploits exactly that gap, and it does so by impersonating the most legitimate-looking category of extension currently in circulation. Both Chrome and Edge support enterprise policies that block installation by default and permit a named allow-list; configuring one is a half-day exercise that closes the persistence step of this entire attack chain even if the exploitation step succeeds.

What closing the patch gap costs a UK business

The figures below are indicative planning ranges for UK businesses, drawn from typical managed-service pricing rather than from any single quotation. They describe the cost of moving from an estate where patching is intended to one where it is measured, enforced and evidenced - which is the difference the BlueMoon timeline actually turns on. Costs vary with estate complexity, existing licensing and whether servers are in scope.

Business size Typical endpoint estate Exposure during a 32-day patch gap Indicative annual cost of managed patching and browser control
1–10 staff 10–15 devices, no server, mixed personal and company hardware Highest per-head risk: no IT function, updates applied when a user notices the prompt £600 – £1,800
11–25 staff 25–35 devices, one file or line-of-business server, Microsoft 365 throughout High: a part-time or outsourced IT arrangement without defined patch SLAs £1,800 – £4,500
26–75 staff 75–110 devices, small server estate, Intune or similar partially configured Moderate: tooling exists but update rings and extension policy are often unset £4,500 – £12,000
76–150 staff 150–220 devices, hybrid identity, multiple browsers in active use Moderate: compliance reporting exists but frequently counts delivery, not application £12,000 – £28,000
150+ staff 250+ devices, several sites, regulated or supply-chain obligations Concentrated: exposure sits in exceptions, legacy apps and unmanaged contractor devices £28,000 upwards

Two things are worth noting about those ranges. The first is that the incremental cost of the specific controls that would have mattered here - enforced browser restart, an extension allow-list, a 72-hour rather than 14-day remediation target for actively exploited flaws - is small relative to the totals. They are configuration decisions inside tooling most businesses already license through Microsoft 365 Business Premium. The second is that the cost of the alternative is not a patching bill. Where an implant like GemStone succeeds, the expense is incident response, forensic scoping, credential rotation across every SaaS platform the affected user could reach, notification assessment under UK GDPR, and the professional time consumed by all of it. That is not a line item any business budgets for.

Reactive patching versus a managed remediation programme

The distinction that decides the outcome of a story like BlueMoon is not which products a business buys. It is whether patching is an event that happens when someone remembers, or a process with a clock on it and evidence at the end.

Reactive posture

What most UK SMEs do today

  • Browser updates left entirely to the browser, with no enforced restart and no version reporting
  • Windows updates applied on a monthly window, deferred when a reboot would be inconvenient
  • Vulnerability awareness driven by whichever vendor emails a newsletter, so cross-vendor chains are invisible
  • No extension policy; any user can install anything from either web store
  • Patch status known only when someone asks, and answered from memory
  • Cyber Essentials 14-day rule treated as the target rather than the outer limit
  • Exceptions granted verbally and never revisited - the machine excluded in 2023 is still excluded

Proactive posture

Where Cloudswitched takes you

  • Browser version enforced centrally across Chrome and Edge, with maximum uptime policies that guarantee restarts
  • Defined update rings, an accelerated track for actively exploited flaws, and a tested rollback path
  • Cross-vendor advisory monitoring, including CISA KEV and researcher publications such as Proofpoint’s
  • Extension installation blocked by default with a reviewed allow-list, closing the persistence step outright
  • Estate-wide patch state reported on demand, counting applied updates rather than delivered ones
  • Remediation targets measured in days for actively exploited chains, well inside the certification requirement
  • Exceptions logged, time-limited, risk-assessed and reviewed on a schedule

Neither column describes a security product. Both describe an operating discipline, and the second one is what turns a thirty-two-day vendor floor into thirty-two days rather than sixty-nine. Against an attacker who weaponised a public commit in twenty-one days, the difference between those two numbers is the whole of the defence.

88
Browser and endpoint remediation urgency, 10 September 2026 - Cloudswitched assessment for UK businesses running Chrome or Edge on Windows

An urgency score of 88 out of 100 reflects three things about this particular chain rather than a general alarm about browsers. All three patches now exist, so the work is available to be done today. Exploitation is confirmed rather than theoretical, by multiple groups. And the attack requires no user error, which removes the mitigating factor that usually buys an under-patched estate some time. It is not 100 because the confirmed targeting remains narrow and espionage-focused: fewer than twenty organisations globally are known to have been hit, and a UK SME is unlikely to be on a state-sponsored target list this week. The reason to act is that the technique demonstrated here does not stay in state-sponsored hands, and the patch window for the next one will be shorter still.

Three checks worth running before the end of the week

Check the browser version, not the update setting. On a sample of machines, open the browser’s About page and read the actual version string. Compare it against the current stable release. If machines are behind, the problem is restarts, not updates, and an enforced maximum-uptime policy fixes it estate-wide. Confirm CVE-2026-85880 is installed. The September Windows update carries the ALPC privilege escalation fix; a browser patch alone leaves the escalation route open to any other foothold. List every installed browser extension across the estate. Both Chrome and Edge expose this through management tooling. You are looking for anything resembling an AI assistant that nobody approved - and, more usefully, for the answer to whether you could have detected GemStone at all.

BlueMoon at a glance

Item Detail
Exploit kit nameBlueMoon, named by Proofpoint
Published9 September 2026, Proofpoint threat research
First observed use28 August 2026
Initial operatorTA412, also tracked as Violet Typhoon and APT31, China-linked espionage
Groups observed using itAt least four, most with suspected China links, adopting within days of first use
Confirmed targetsFewer than 20 organisations globally, per researcher Mark Kelly; true figure likely higher
Vulnerability 1CVE-2026-85046 - type confusion in the Chromium V8 JavaScript engine (Chrome and Edge)
Vulnerability 2Uncatalogued Chromium V8 sandbox escape - no CVE assigned at publication
Vulnerability 3CVE-2026-85880 - Windows Advanced Local Procedure Call privilege escalation
Upstream Chromium fix7 August 2026, committed to public source
Microsoft Edge fixed2 September 2026
Google Chrome stable fixed3 September 2026
Windows ALPC flaw fixed8 September 2026, September Patch Tuesday
DeliveryPhishing email with a malicious link; sometimes preceded by a benign trust-building message such as a student internship enquiry
User interaction requiredNone beyond opening the link - no attachment, download or credential entry
PayloadGemStone - a malicious browser extension impersonating Google Gemini
Payload capabilityCommand-and-control access to the browser, browser surveillance, credential theft
Relevant UK standardCyber Essentials: critical and high-severity patches within 14 days of release

How this fits the wider pattern

BlueMoon is not a standalone event so much as the sharp end of a trend our recent coverage has been circling. The two Chromium flaws and the Windows ALPC bug all appear in our analysis of Microsoft’s record 974-CVE Patch Tuesday, which set out why CVE-2026-85880 and CVE-2026-85046 deserved priority over the several hundred other fixes shipped alongside them - BlueMoon is the answer to the question that piece could only pose. The GemStone extension picks up directly from our report on shadow AI in the UK workplace: when staff are installing AI assistants faster than IT can catalogue them, an implant dressed as one is close to invisible. On the delivery side, our examination of ASCII smuggling attacks against Microsoft 365 covered the same underlying problem of hostile content that no amount of user vigilance would catch, and the UK’s first SMS blaster fraud conviction showed what happens when attacks route around the trust signals people are trained to check. If a browser implant does reach credentials or customer records, the regulatory consequences are the ones we set out in our guide to UK GDPR and cookie banner compliance - the ICO’s interest begins at the personal data, not at the exploit chain.

A 14-day patch rule was written for a slower threat

Cyber Essentials certification requires critical and high-severity patches within 14 days - a standard that assumed exploitation lagged disclosure by months, not the twenty-one days BlueMoon took. Cloudswitched delivers Cyber Essentials certification alongside the patch management, browser version enforcement and extension governance that make the control genuinely true of your estate rather than true on the questionnaire, with evidence retained for assessors and insurers.

Talk to us about Cyber Essentials Certification

Frequently asked questions

We are a 20-person firm with no government contracts. Is a Chinese espionage exploit kit really our problem?
Not this week, in all likelihood. Fewer than 20 organisations globally are confirmed to have been targeted, and the operators are espionage-motivated groups with specific intelligence objectives. The reason to care is what the research says about cost. Proofpoint’s assessment is that AI-assisted exploit development has substantially lowered the barrier to building this class of capability. Techniques that are expensive stay with state-sponsored groups hunting high-value targets; techniques that become cheap move into criminal hands within a year or two, and criminals target by opportunity rather than by intelligence value. The controls that protect you from the commodity version in 2027 are the same ones you would deploy today, so there is no advantage in waiting.
What exactly is a “patch gap” and why does open source make it worse?
A patch gap is the interval between a fix being written and that fix reaching users. In closed-source software the fix is invisible until it ships, so the gap is largely harmless. Chromium is open source: when Google committed the repair on 7 August 2026, the commit - including a precise description of the flaw and its location - became publicly readable, while stable Chrome did not receive it until 3 September. For 27 days anyone monitoring the repository knew about a vulnerability that every Chrome and Edge user was still running. Open source is not less secure overall; the transparency is a large part of why Chromium is as hardened as it is. But it does mean the disclosure precedes the remedy, and the value of that window rises as exploit development gets faster.
We use Edge because we are a Microsoft 365 business. Were we safe?
Only marginally earlier, and not completely. Edge and Chrome are both built on Chromium and share the V8 engine, so both carried the same two browser flaws. Microsoft shipped the Edge fix on 2 September 2026, one day ahead of Google’s Chrome stable release on 3 September. More importantly, patching the browser alone did not close the chain: the Windows ALPC privilege escalation, CVE-2026-85880, was not fixed until 8 September. For nearly a week, machines with a fully patched Edge still had an unpatched escalation path that any other foothold could use. Standardising on Edge consolidates your update channel, which is a real operational benefit, but it does not reduce your exposure to Chromium engine flaws.
Our browsers update automatically. Does that mean we were protected on 3 September?
Probably not, and this is the single most common misconception in browser patching. Chrome and Edge download updates automatically but apply them only on restart. In a business where staff keep the browser open for days or weeks, machines can sit several versions behind while management dashboards report the update as successfully delivered. Check a sample of endpoints directly through the browser’s About page and compare the version string against the current stable release. If they are behind, the fix is an enforced maximum browser uptime policy, which both Chrome and Edge support through enterprise management, rather than anything to do with the update setting itself.
What is GemStone and how would we know if it was installed?
GemStone is Proofpoint’s name for the payload BlueMoon installs: a malicious browser extension disguised as Google Gemini. It provides command-and-control access to the victim’s browser, supporting surveillance of browsing activity and credential theft. Because it operates inside the browser it sits after encryption and after authentication, so it observes sessions in which your password and multi-factor authentication have already succeeded. Detection starts with an extension inventory across the estate - available through Chrome and Edge enterprise management - looking for AI assistant extensions that were never approved. The stronger control is prevention: block extension installation by default and permit only a reviewed allow-list, which stops the persistence step even where exploitation succeeds.
Would our email filtering have stopped the phishing message?
Possibly not, because the campaign was built to defeat exactly that. There was no malicious attachment for a scanner to detonate. Some campaigns opened with a genuinely benign trust-building message - a documented example is an enquiry purporting to come from a student seeking an internship - which is delivered, replied to and establishes sender reputation before any malicious link appears. Link-rewriting and time-of-click protection in Microsoft Defender for Office 365 or an equivalent gateway improves your odds materially and is worth enabling if it is not already. But filtering is a probability control here, not a guarantee, which is why the version numbers on the endpoint remain the decisive factor.
Does staff awareness training help against an attack that needs no user error?
It helps less than usual, and pretending otherwise is a mistake. There is no attachment to decline, no macro prompt to dismiss, no credential page to distrust and no download to run. A member of staff who follows every rule they were taught - checks the sender, hovers the link, sees a plausible domain, opens it in the corporate browser - is compromised. Training still has value in a different place: recognising the pattern of a relationship-building approach from an unknown correspondent, and reporting a link that behaved oddly. But this attack chain is a reminder that awareness training is a supplement to technical controls, not a substitute for them, and any security posture that leans on staff vigilance as its primary browser defence is misallocated.
Is the 14-day Cyber Essentials patching requirement still adequate?
It remains the requirement and it is a sensible baseline, but this case shows why it should be read as an outer limit rather than a target. Cyber Essentials asks that critical and high-severity patches be applied within 14 days of release. Against BlueMoon, an organisation patching on day 13 after each vendor release would still have been fully protected only in late September. The more useful posture is a tiered one: 14 days as the standing rule for routine fixes, and a substantially faster track - measured in days, not weeks - for vulnerabilities with confirmed in-the-wild exploitation. That tiering also makes certification easier to evidence, because the exceptions become deliberate and documented rather than incidental.
How do we know we were not already compromised during the exposure window?
You cannot establish that from patch state alone, because patching stops future exploitation without removing an existing implant. A proportionate review for an SME has three parts. Inventory browser extensions across every endpoint and investigate anything unapproved, particularly AI assistant extensions installed between early August and now. Review sign-in logs in Microsoft 365 or Google Workspace for sessions from unexpected locations or unfamiliar device fingerprints during that period. And check outbound connections from browser processes to unfamiliar domains if you retain firewall or DNS logs going back that far. Given the narrow confirmed targeting, a clean result on all three is a reasonable basis to conclude you were not affected.
What is the single most useful change we could make this month?
Move from patch intentions to patch measurement. Most UK SMEs cannot answer, on demand, what browser version their estate is actually running or whether the September Windows update installed everywhere. Every other control in this article depends on that visibility: enforcing restarts, tiering remediation by exploitation status, evidencing Cyber Essentials compliance, and knowing whether you were exposed at all. If budget allows one addition on top of that, make it an extension allow-list - it is a configuration change rather than a purchase, and it independently closes the persistence step of this attack chain and most others like it.

Find out how long a patch actually takes to reach your estate

Cloudswitched delivers Cyber Essentials certification for UK businesses alongside the patch management that makes it real: enforced browser versions across Chrome and Edge, an accelerated remediation track for actively exploited vulnerabilities, extension governance, and reporting that counts applied updates rather than delivered ones. If you cannot currently answer what version your browsers are running, that is the place to start.

Talk to us about Cyber Essentials Certification
Tags:Cyber EssentialsIT SupportNetwork AdminMicrosoft 365
CloudSwitched

London-based managed IT services provider offering support, cloud solutions and cybersecurity for SMEs.

CloudSwitched Service

Cyber Essentials Certification

End-to-end Cyber Essentials Plus certification and ongoing security services for UK businesses

Learn More

Technology Stack

Powered by industry-leading technologies including SolarWinds, Cloudflare, BitDefender, AWS, Microsoft Azure, and Cisco Meraki to deliver secure, scalable, and reliable IT solutions.

SolarWinds
Cloudflare
BitDefender
AWS
Hono
Opus
Office 365
Microsoft
Cisco Meraki
Microsoft Azure

Latest Articles

13
  • Internet & Connectivity

Bandwidth Planning for Growing UK Businesses: A Practical Guide to Sizing Your Internet Connection in 2026

13 Sep, 2026

Almost every UK business sizes its internet connection exactly once. Someone signs a lease, an installer quotes what is available at the postcode, a number is...

Read more
12
  • Database Reporting

Data Warehouse vs Reporting Database: A UK Business Guide to Choosing the Right Architecture for Business Intelligence in 2026

12 Sep, 2026

Most UK businesses do not choose a data warehouse architecture deliberately. They arrive at one by accident, usually at the point where a monthly management...

Read more
11
  • AI

AI Feature Prototyping: A UK Business Guide to Validating AI Product Ideas Before Committing Engineering Budget in 2026

11 Sep, 2026

Almost every expensive AI failure in a UK business starts the same way: somebody demonstrated something impressive in a chat window, everybody in the room...

Read more

Enquiry Received!

Thank you for getting in touch. A member of our team will review your enquiry and get back to you within 24 hours.