The fix, in one snippet
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.
| Browser | Update inside the browser | Official download |
|---|---|---|
| Chrome | chrome://settings/help | google.com/chrome |
| Edge | edge://settings/help | microsoft.com/edge |
| Firefox | Menu > Help > About Firefox | mozilla.org/firefox |
| Brave | brave://settings/help | brave.com/download |
| Opera | opera://about | opera.com/download |
| Vivaldi | vivaldi://about | vivaldi.com/download |
| Safari | System Settings > General > Software Update | Apple security releases |
| Android, iOS | Play Store or App Store > your apps > Update | Store 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.
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
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 GoogleSigning in is free and takes one click. We store your email address and nothing else.
References
Related guides
7 min read · Updated Sep 13, 2026
Why Browser Updates Matter: Zero-Days, Patch Gaps and Auto-Update
Browsers are patched every few weeks because attackers find exploitable bugs constantly. What a zero-day is, how long you are exposed...
Read the guide
8 min read · Updated Sep 05, 2026
Is My Browser Secure? A Practical Checklist
A secure browser is up to date, enforces the web's security policies, leaks little through WebRTC and fingerprinting, and runs only...
Read the guide
9 min read · Updated Sep 16, 2026
CVE and CVSS Explained: How Vulnerabilities Are Named, Scored and Prioritised
Every public vulnerability gets a CVE identifier and usually a CVSS score. How the numbering works, what the score measures and does...
Read the guide