Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🐹
🐹 Go
Not in CISA KEV
HIGH severity

CVE-2022-27664 net

HIGH

CVE-2022-27664 is a high-severity (CVSS 7.5) vulnerability in golang.org/x/net. A fix is available for golang.org/x/net — see the affected versions and patch details below.

golang.org/x/net/http2 Denial of Service vulnerability

Also known asBIT-golang-2022-27664GHSA-69cg-p879-7622GO-2022-0969
Published
Sep 6, 2022
Updated
Aug 12, 2026
Affected
2 pkgs
Patched
2 / 2
Exploits
None indexed
Exploitation data as of Sep 18, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

EPSS Exploitation Probability

via FIRST.org ↗
3.3%probability of exploitation in next 30 days
Lower Risk0.00%
Lower risk than most CVEs88th percentile — riskier than 88% of all scored CVEsHighest risk

EPSS (Exploit Prediction Scoring System) is a daily probability model maintained by FIRST.org. It estimates the likelihood a CVE will be exploited in production environments within the next 30 days, derived from real-world threat intelligence signals.

How urgent is this, really

CVE-2022-27664 plotted by exploitation likelihood (EPSS) against impact (CVSS). The shaded corner — EPSS 50%+ and CVSS 7.0+ — is where this CVE doesn't sit, though severity or exploitability alone can still warrant action.

Where this sits among everything scored

Of 377,166 CVEs with a current EPSS score, this one falls in the < 10% band (highlighted). Real counts from FIRST.org, not a sample — log-scaled since the landscape is heavily right-skewed.

Real-World Exposure

2 pkgs affected
🐹golang.org/x/net🐹golang.org/x/net/http2

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Go packages — download data is not available via public APIs for these ecosystems.

Description

In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if shutdown were preempted by a fatal error.

Affected Packages

2 total 2 fixed
EcosystemPackageVulnerable rangeFix
🐹Gogolang.org/x/netall versions0.0.0-20220906165146-f3363e06e74cgo get golang.org/x/net@v0.0.0-20220906165146-f3363e06e74c
🐹Gogolang.org/x/net/http2all versions0.0.0-20220906165146-f3363e06e74cgo get golang.org/x/net/http2@v0.0.0-20220906165146-f3363e06e74c

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for golang.org/x/net, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update golang.org/x/net to 0.0.0-20220906165146-f3363e06e74c or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms CVE-2022-27664 is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 Security's impact-aware SCA analyses which vulnerable code paths your application actually calls, so a match like CVE-2022-27664 can be triaged on real exposure rather than presence alone.

Tailored to CVE-2022-27664. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Fixing This On Your OS

If you run this on a Linux distribution, patch through your package manager against the distro's own security advisory below — it tracks the exact backported fix for your release, which can ship on a different timeline (and sometimes a different severity) than the upstream project.

Red HatModerate

The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang’s Garbage Collector; OpenShift’s resource constraints imposed at the container and cluster…

ProductFixed inAdvisory
OADP-1.1-RHEL-8oadp/oadp-velero-rhel8:1.1.1-20RHSA-2022:8634
OpenShift Custom Metrics Autoscaler 2custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8:2.8.2-143RHSA-2023:1042
Openshift Serverless 1 on RHEL 8openshift-serverless-clients-0:1.6.1-1.el8RHSA-2023:0708
OSSO-1.1-RHEL-8openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8:v1.1-26RHSA-2023:0584
Red Hat Ceph Storage 6.1rhceph/rhceph-6-dashboard-rhel9:6-75RHSA-2023:3642
Red Hat Enterprise Linux 8git-lfs-0:2.13.3-3.el8_6RHSA-2022:7129
Red Hat Enterprise Linux 8go-toolset:rhel8-8070020230116141618.ded9a3e2RHSA-2023:0446
Red Hat Enterprise Linux 8container-tools:rhel8-8080020230321153727.0f77c1b7RHSA-2023:2758

Frequently Asked Questions

In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if shutdown were preempted by a fatal error.
O3 Security · Impact-Aware SCA

Is CVE-2022-27664 in your dependencies?

O3 Security finds CVE-2022-27664 across Go dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.

CVE-2022-27664: net DoS (High 7.5) | O3 Security