• Latest
  • Trending
  • All
Answer card: the June 2026 nginx CVEs are critical but only affect HTTP/3 or HTTP/2-upstream/gRPC configs; a default static or HTTP/1.1 nginx is not exposed.

Is your nginx exposed? How to check and harden it

20 June 2026
Answer card stating that Mullvad announced on 3 September 2026 that it is shutting down its public encrypted domain name system servers on 2 November 2026 and sponsoring the Quad9 Foundation instead, with 194.242.2.2 and its five sibling addresses all going away, and virtual private network customers unaffected.

Mullvad’s DNS servers go dark on 2 November, and Quad9 blocks no ads

5 September 2026
OpenAI announcement image for GPT-6 Astra, a spiral galaxy of white, blue and amber points of light curling around a bright core on a near black star field.

GPT-6 Astra lists at $10 and $50, 2.5x what GPT-5.6 Sol costs

6 September 2026
Google's official announcement image for the release, reading Introducing Gemini 3.8 Flash and 3.8 Flash Cyber in black type over a pale blue background with a blurred white chevron and the four colour Gemini spark below.

Gemini 3.8 Flash keeps the price and the 1 January cliff

3 September 2026
Answer card stating that Anthropic announced Enterprise Frontier Safeguards on 1 September 2026, that activity data used for misuse monitoring moves into cloud storage the customer controls under the customer own encryption keys, that Anthropic charges nothing for the feature while the cloud provider bills storage and egress, and that the phased rollout starts later in autumn 2026 with interim zero data retention on Fable 5 and Fable 5.1 for eligible customers.

Anthropic moves retention into your own cloud, for 30 days

3 September 2026
Official Google diagram of a client connection in three numbered steps: a DNS lookup with a query and an address, a TLS ClientHello and ServerHello, then a content exchange with a website. A callout on the DNS step reads 25% of global web traffic is now protected by encrypted DNS, and a callout beside an Android phone on the ClientHello step reads Android 17 supports ECH GREASE by default.

Android 17 hides the SNI, not your DNS or destination

3 September 2026
Still frame from the Claude Fable 5.1 launch video showing model-designed protein binders in orange docked against twelve grey target proteins, rendered as ESMFold2 structure predictions.

Claude Fable 5.1 breaks forced tool use, cuts cache 75%

1 September 2026
Answer card stating that on 31 August 2026 the European Commission designated ChatGPT a Very Large Online Search Engine under the Digital Services Act, the first conversational AI service classified that way, because it answers user prompts and queries including by searching the web, with OpenAI having declared roughly 159.1 million average monthly users in the European Union for ChatGPT search.

The EU now calls ChatGPT a very large search engine

3 September 2026
Answer card stating that on 31 August 2026 the Department of War added OpenAI ChatGPT Mil and Starshield AI Grok for Government to the GenAI.mil portal alongside Google Gemini, all three accredited at Impact Level 5 for Controlled Unclassified Information, with 1.7 million unique users onboarded out of roughly 3 million eligible personnel, and ChatGPT Mil currently serving GPT-5.4 Terra with GPT-5.6 Terra said to be rolling out.

ChatGPT Mil and Grok reached IL5 on GenAI.mil

3 September 2026
Answer card stating that Anthropic opened a research preview of the Model Hardware Standard on 27 August 2026, standardising the driver layer between an operating system and a laboratory instrument with read and write primitives plus discovery and safety limits, reachable through MCP as well as a command line and code files, with no public specification published.

Anthropic’s Model Hardware Standard is gated, and sits under MCP

3 September 2026
Official Cohere key art for the Parse 5 launch: the Cohere mark and the wordmark Parse with a superscript 5 in white, centred on a soft out of focus gradient of deep blue, violet and amber curves.

Cohere Parse 5 is $1.50 per 1,000 pages, on three of five dimensions

3 September 2026
Title card from the OpenAI announcement video: a man sits on a blue sofa in a loft with tall windows and potted plants, a laptop open on the coffee table in front of him, with the words WebMCP in ChatGPT in large white type across the lower left.

WebMCP in ChatGPT needs GPT-5.6 Sol or Terra

3 September 2026
The Agentic Coding section of the official Hy4 preview benchmark appendix published by Tencent, a table comparing Hy3 and Hy4 preview against DeepSeek V4 Pro 0813, Qwen 3.8 Max, GLM 5.3, Kimi K3, GPT 5.6 Sol and Claude Opus 5 across SWE-bench Multilingual, SWE-bench Pro, DeepSWE, three SWE Atlas tasks, SWE-Marathon, Terminal-Bench 2.1, NL2Repo-Bench, CyberGym, ProgramBench, PostTrainBench and Harbor-Index.

Tencent’s 770B Hy4 tops one benchmark row in 46

3 September 2026
  • About
  • Contact
  • Privacy
  • Legal
Sunday, September 6, 2026
  • Login
Packet Nebula
  • Home
  • Articles
    • Security
    • Network
    • Dev
    • Sysadmin
    • SEO
    • Email & DNS
  • Tools
    • Network tools: free, fast, no signup
    • Security tools: free, fast, no signup
    • Developer tools: free, fast, no signup
    • Sysadmin tools: free, fast, no signup
    • SEO tools: free, fast, no signup
    • Email & DNS tools: free, fast, no signup
  • Download
  • About
No Result
View All Result
Packet Nebula
No Result
View All Result
Home Security

Is your nginx exposed? How to check and harden it

by stephane
20 June 2026
in Security
0
Answer card: the June 2026 nginx CVEs are critical but only affect HTTP/3 or HTTP/2-upstream/gRPC configs; a default static or HTTP/1.1 nginx is not exposed.
491
SHARES
1.4k
VIEWS
Share on FacebookShare on Twitter

Two critical nginx holes, CVE-2026-42530 and CVE-2026-42055, both rated 9.2, dropped in June 2026, and the coverage made it sound like every nginx on earth was on fire. It wasn't. Each one only bites a specific setup. The first needs HTTP/3 switched on. The second needs you proxying to an upstream over HTTP/2, or running gRPC, with a couple of non-default buffers tweaked. A plain nginx serving files or reverse-proxying over HTTP/1.1 was never in range. So the honest first move isn't panic-patching, it's checking whether you even run the vulnerable config. Here's how to tell in about a minute, the version that actually fixes it, and the short hardening list that turns the next nginx CVE into a shrug.

The short answer

CVE-2026-42530 needs HTTP/3 enabled. CVE-2026-42055 needs HTTP/2 upstream proxying or gRPC with a couple of non-default options. If neither is you, these two can’t touch your nginx, though you should still move to 1.31.2 or 1.30.3 (NGINX Plus: R36 P6 or 37.0.2.1). Then harden, so the next one is a non-event.

9.2CVSS, both CVEs
2 configsactually at risk
1.31.2or 1.30.3: the fix
Answer card: the June 2026 nginx CVEs are critical but only affect HTTP/3 or HTTP/2-upstream and gRPC configs; a default nginx is not exposed.
Critical headline, narrow blast radius. The config is what decides if it's you.

Are you actually exposed?

Start here, because the answer is usually no. Both bugs are real and both work without authentication, but each one needs a config you had to switch on yourself.

CVE-2026-42530 is a use-after-free in the HTTP/3 module (ngx_http_v3_module). It only fires when you’ve actually turned HTTP/3 on, with something like listen 443 quic and http3 on in a server block. HTTP/3 is off by default, and plenty of builds don’t even ship the module, so if you never went looking for QUIC you’re almost certainly clear.

CVE-2026-42055 is a heap overflow in the HTTP/2 proxy and gRPC paths (ngx_http_proxy_v2_module, ngx_http_grpc_module). It needs proxy_http_version 2 or a grpc_pass, and on top of that ignore_invalid_headers off with large_client_header_buffers set above 2 MB. That’s a narrow corner. Most reverse proxies talk HTTP/1.1 to their upstreams and never touch those knobs.

So the static site. The WordPress box in front of php-fpm. The plain HTTP/1.1 reverse proxy. None of them were ever in range. Don’t take my word for it, check your own box:

Linux
nginx -v

That prints the version. Then sweep the config for the risky directives:

Linux
grep -REn "quic|http3|grpc_pass|proxy_http_version 2" /etc/nginx/

No matches, no exposure to these two. Matches, patch today and keep reading.

Terminal: nginx -v shows version 1.30.1, nginx -V shows http_v3_module is compiled in, and a grep of the config finds none of the risky directives enabled.
An honest check. The binary has HTTP/3 built in, but nothing turns it on, so this box is clear.

Patch to the fixed version

Exposed or not, upgrade. The releases that carry the fix:

  • NGINX Open Source: 1.31.2 on the mainline branch, or 1.30.3 on the 1.30 stable branch.
  • NGINX Plus: R36 P6, or 37.0.2.1 on the 37.0 line.

Check what you’re on with nginx -v. The catch is that your distro’s package often trails upstream by weeks, so a plain apt upgrade may not have the fix yet. The clean route is the official nginx.org repository, which tracks releases within days. Once the new binary is in, reload without dropping a single connection:

Linux
sudo nginx -t && sudo systemctl reload nginx

nginx -t tests the config first, so a stray typo can’t take the site down on reload. Small habit, saved me more than once.

Harden so the next one is a shrug

Patching is the reactive half. Hardening is the half where the next critical CVE lands and you barely look up, because the feature it abuses was never enabled and your version was never stale. The short list that earns its keep:

  • Watch the nginx security advisories and patch quickly. This is the one that genuinely matters. Everything below is depth.
  • Kill the version banner with server_tokens off;. It stops nginx printing its exact version in headers and error pages, which is the first line a scanner reads.
  • Enable only what you use. HTTP/3 is nice, but if you don’t need it, not building it in opts you straight out of a whole class of bug. Same logic for every module you’re tempted to add.
  • Lock down TLS and keep the cert chain clean. Our SSL checker shows the protocol and the full chain for any host in one look, and TLS 1.2 vs 1.3 covers what to actually switch on.
  • Send the security headers. HSTS, plus a content security policy that does more than default-src *. The HTTP headers checker grades what you’re serving and names the fix for each gap.
  • Rate-limit the obvious with limit_req and a sane client_max_body_size, so the cheap abuse never reaches your app.

None of that is exotic, and most of it is a few lines in a file you already have. The nginx that shrugs off the next headline is the boring one: patched, HTTP/3 off unless it’s earning its keep, a tidy header set, nothing switched on that nobody uses. If you run more than the one box, the same server-hardening basics sit underneath nginx itself, and they age just as well.

Frequently asked questions

Is my nginx affected by CVE-2026-42530 and CVE-2026-42055?

Only if you opted into the risky config. CVE-2026-42530 needs HTTP/3 enabled (listen ... quic, http3 on). CVE-2026-42055 needs HTTP/2 upstream proxying or gRPC, plus ignore_invalid_headers off and large_client_header_buffers above 2 MB. A default static or HTTP/1.1 reverse-proxy nginx is not affected, though you should still upgrade.

Which nginx version fixes the June 2026 CVEs?

NGINX Open Source 1.31.2 on the mainline branch, or 1.30.3 on the 1.30 stable branch. NGINX Plus users want R36 P6, or 37.0.2.1 on the 37.0 line. Check what you run with nginx -v.

How do I check which nginx version I am running?

Run nginx -v for the version, or nginx -V (capital) for the version plus the modules it was built with. Piping nginx -V into grep http_v3_module tells you whether HTTP/3 is even compiled in.

Do I need to disable HTTP/3 in nginx?

Only if you are not using it, and HTTP/3 is off by default, so most people have nothing to disable. If you did enable it and cannot patch right away, commenting out the quic listener and http3 on closes CVE-2026-42530 until you upgrade. If you rely on HTTP/3, just move to the fixed version.

What does CVSS 9.2 mean for these nginx bugs?

It is critical, and it reflects an unauthenticated remote attacker. The realistic worst case is a worker process crash, so a denial of service. Remote code execution is possible but needs ASLR disabled or bypassed, which raises the bar. The score assumes the vulnerable config is present; without it, your real exposure is close to nil.

Tags: cveguidehardeningnginxsecurityweb-server
Share196Tweet123
stephane

stephane

  • Trending
  • Comments
  • Latest
Answer card: Proton Lumo 2.0 is private by policy, not by locality. Saved history is locked so even Proton cannot read it, but the prompt is decrypted on a Proton EU server to answer it, then forgotten.

Proton Lumo 2.0 review: how private is it, really?

3 September 2026
Google's official announcement image for the release, reading Introducing Gemini 3.8 Flash and 3.8 Flash Cyber in black type over a pale blue background with a blurred white chevron and the four colour Gemini spark below.

Gemini 3.8 Flash keeps the price and the 1 January cliff

3 September 2026
Answer card stating that Anthropic announced Enterprise Frontier Safeguards on 1 September 2026, that activity data used for misuse monitoring moves into cloud storage the customer controls under the customer own encryption keys, that Anthropic charges nothing for the feature while the cloud provider bills storage and egress, and that the phased rollout starts later in autumn 2026 with interim zero data retention on Fable 5 and Fable 5.1 for eligible customers.

Anthropic moves retention into your own cloud, for 30 days

3 September 2026
Answer card: JWTs are not encrypted, anyone can read them; the signature proves who issued the token, not who may read it.

Are JWTs encrypted? No, and the difference will bite you

0
Answer card: a random 8 character password falls in under 2 hours offline, while 16 random characters hold for 1.4 trillion years at the same speed.

How long does it take to crack a password in 2026?

0
Answer card: three DNS records decide if your mail lands or bounces; SPF lists allowed senders, DKIM signs messages, DMARC sets the failure policy.

SPF, DKIM and DMARC explained: the records your email needs

0
Answer card stating that Mullvad announced on 3 September 2026 that it is shutting down its public encrypted domain name system servers on 2 November 2026 and sponsoring the Quad9 Foundation instead, with 194.242.2.2 and its five sibling addresses all going away, and virtual private network customers unaffected.

Mullvad’s DNS servers go dark on 2 November, and Quad9 blocks no ads

5 September 2026
OpenAI announcement image for GPT-6 Astra, a spiral galaxy of white, blue and amber points of light curling around a bright core on a near black star field.

GPT-6 Astra lists at $10 and $50, 2.5x what GPT-5.6 Sol costs

6 September 2026
Google's official announcement image for the release, reading Introducing Gemini 3.8 Flash and 3.8 Flash Cyber in black type over a pale blue background with a blurred white chevron and the four colour Gemini spark below.

Gemini 3.8 Flash keeps the price and the 1 January cliff

3 September 2026
  • About
  • Contact
  • Privacy
  • Legal

Copyright © 2026 Stephane Cardon.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • Home
  • Articles
    • Security
    • Network
    • Dev
    • Sysadmin
    • SEO
    • Email & DNS
  • Tools
    • Network tools: free, fast, no signup
    • Security tools: free, fast, no signup
    • Developer tools: free, fast, no signup
    • Sysadmin tools: free, fast, no signup
    • SEO tools: free, fast, no signup
    • Email & DNS tools: free, fast, no signup
  • Download
  • About

Copyright © 2026 Stephane Cardon.