Browser version is out of date

Your browser is behind the current stable release, so it is missing security fixes for bugs that attackers already know how to exploit.

Do this: Open your browser's About page and restart to apply the update. You are missing fixes for bugs that are already public, and a booby-trapped page can use them without a click.
PassYour browser is on a current stable release.
HighYour browser is behind the current stable release and is missing security fixes.

The fix, in one snippet

Example to adapt Open the browser's own update page
chrome://settings/help      edge://settings/help
brave://settings/help       opera://about
Firefox: Menu > Help > About Firefox

Illustrative values. Change the paths, hostnames and options to match your own site before using it.

The sections below explain what is tested, why it matters and the alternatives.

What we test

Scan.now reads the User-Agent string and, where the browser supplies them, the User-Agent Client Hints (Sec-CH-UA-Full-Version-List and navigator.userAgentData.getHighEntropyValues()) to identify the browser family and its full version. That version is compared against a table of current stable releases for Chrome, Firefox (including ESR), Safari, Edge, Opera and Brave that we refresh from each vendor's release notes. The check fails when you are more than one stable release behind, or behind any release that shipped a fix for a vulnerability the vendor reported as exploited in the wild.

Limits: Chromium browsers freeze the minor version in the User-Agent string, so without Client Hints we only know the major version. Safari on iOS reports the operating system version rather than a browser build. A user-agent spoofing extension produces a wrong answer in either direction, and we say so when the string and the Client Hints disagree.

Why it matters

The browser runs untrusted code from every page you open, which makes it the most attacked program on a typical machine. Vendors ship security releases every few weeks and publish the fixed CVE identifiers with them; exploit writers compare the patched and unpatched builds and target whoever has not updated. The urgent cases are fixes marked as exploited in the wild: a booby-trapped page or a malicious advert can run code on an unpatched browser without a click.

The people most exposed are those on machines where auto-update is disabled by policy, browsers left open for weeks (updates download but only apply on restart), and operating systems that vendors no longer ship new browser builds for, such as Windows 7 and 8.1 after Chrome 109.

How to fix it

Update from inside the browser, or from the vendor's own domain. Nowhere else. A page that offers you a browser update is one of the oldest malware delivery tricks there is: fake “your browser is out of date” overlays, poisoned search ads for chrome download, and bundled installers on software-portal sites all deliver real infections. The in-browser update page never leaves your browser and is always the safest route; if you must download an installer, type the vendor's address yourself rather than following a link or an advert.

BrowserUpdate inside the browserOfficial download
Chromechrome://settings/helpgoogle.com/chrome
Edgeedge://settings/helpmicrosoft.com/edge
FirefoxMenu > Help > About Firefoxmozilla.org/firefox
Bravebrave://settings/helpbrave.com/download
Operaopera://aboutopera.com/download
Vivaldivivaldi://aboutvivaldi.com/download
SafariSystem Settings > General > Software UpdateApple security releases
Android, iOSPlay Store or App Store > your apps > UpdateStore only; never a sideloaded APK

Chromium browsers download the update in the background and apply it on restart, so an update arrow in the toolbar means a build is already waiting: close every window and reopen. The browser scanner names the page for the browser you are actually using, so you can go straight there.

If the update fails, check whether your operating system is still supported by the browser vendor. If it is not, the real fix is an OS upgrade; Firefox ESR supports some older platforms for longer. On a managed work machine, ask IT why updates are held back. Then rerun the browser scanner. Background: why browser updates matter, the browser security checklist and how CVEs are scored.

Where this fits

Browser version is out of date is check 2 of 16 that the browser security & privacy check runs under browser privacy and policy enforcement, ordered the way they are worth fixing. That ordering is the point: Fixing this one while the check above it still fails buys less than it looks like.

Fix this one first

Above it in the same category sits Browser enforces Content-Security-Policy (high), where your browser ran an inline script on a page whose Content-Security-Policy forbids it, so the cross-site scripting protection that CSP gives sites is not working in your browser. An attacker who has that does not need this, so it is the better use of the same hour.

What fixing this still leaves open

Browser version is out of date closes one route in. Immediately below it: WebRTC IP address leak, where webRTC revealed an IP address that differs from the one your connection uses, typically your real address behind a VPN or proxy; Browser enforces X-Content-Type-Options, where your browser executed a script that was served with a non-script content type and X-Content-Type-Options: Nosniff, so it is guessing file types where it should refuse; Browser enforces X-Frame-Options, where your browser displayed a page inside a frame even though that page was served with X-Frame-Options: DENY, so the clickjacking protection sites rely on is not being enforced.

Prompt for an AI Hand this check to an assistant Sign in to copy it
The first few lines
You are a senior web engineer. I ran a security and SEO scanner against my site and it reported the finding below. Fix it properly rather than suppressing the symptom.

Finding: Browser version is out of date (high severity)
Scanner check id: browser-outdated
19 more lines, including the evidence and the exact fix

The rest of this prompt names the pages and line numbers we found the problem on, the configuration to change, and the constraints a good answer has to respect. It is free, it just needs an account so the work is not scraped wholesale.

Sign in with Google

Signing in is free and takes one click. We store your email address and nothing else.

References

  1. Chrome Releases (stable channel updates)
  2. Mozilla Foundation Security Advisories
  3. Apple security releases
  4. CISA: Update Software

Related guides