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

GHSA-qx32-f6g6-fcfr — v2

CRITICALFix: beego/beego#4954

GHSA-qx32-f6g6-fcfr is a critical-severity (CVSS 9.8) vulnerability in github.com/beego/beego/v2. 1 public exploit reference exists, so weaponization risk is real. A fix is available for github.com/beego/beego/v2 — see the affected versions and patch details below.

Access control bypass in beego

Also known asCVE-2022-31259GO-2022-0463
Published
May 22, 2022
Updated
Jul 8, 2026
Affected
2 pkgs
Patched
2 / 2
Exploits
1 known
Exploitation data as of Sep 26, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

EPSS Exploitation Probability

via FIRST.org ↗
22.2%probability of exploitation in next 30 days
Moderate Risk0.00%
Lower risk than most CVEs98th percentile — riskier than 98% of all scored CVEsHighest risk

Probability of exploitation in the next 30 days, from FIRST.org EPSS.

How urgent is this, really

GHSA-qx32-f6g6-fcfr by exploitation likelihood (EPSS) against impact (CVSS). Outside the shaded patch-first corner.

Where this sits among everything scored

Of 379,842 CVEs with a current EPSS score, this one falls in the 10–50% band (highlighted). Counts from FIRST.org, log-scaled.

Real-World Exposure

2 pkgs affected
🐹github.com/beego/beego/v2🐹github.com/beego/beego

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

The route lookup process in beego prior to 1.12.9 and 2.x prior to 2.0.3 allows attackers to bypass access control. When a /p1/p2/:name route is configured, attackers can access it by appending .xml in various places (e.g., p1.xml instead of p1).

Affected Packages

2 total 2 fixed
EcosystemPackageVulnerable rangeFix
🐹Gogithub.com/beego/beego/v2all versions2.0.3go get github.com/beego/beego/v2@v2.0.3
🐹Gogithub.com/beego/beegoall versions1.12.9go get github.com/beego/beego@v1.12.9

Affected Products

1 product · 2 configurations
Application
beegobeego
≥ 2.0.0 && ≤ 2.0.2
range
Exploits & PoCs
1

Research use only. For defensive security, authorized penetration testing, and academic research only. Never execute exploit code against systems without explicit written authorization.

Detection & mitigation playbook

Open-source dependency
  1. Detect

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

  2. Fix

    Update github.com/beego/beego/v2 to 2.0.3 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-qx32-f6g6-fcfr is resolved across your whole dependency graph.

  3. Workarounds

    Put an independent control in front of the weakness: restrict the affected endpoint or interface to trusted networks, require an additional authentication factor or proxy-level check, and invalidate existing sessions and credentials in case the flaw has already been used.

Frequently Asked Questions

The route lookup process in beego prior to 1.12.9 and 2.x prior to 2.0.3 allows attackers to bypass access control. When a /`p1`/`p2`/`:name` route is configured, attackers can access it by appending .xml in various places (e.g., p1.xml instead of p1).
O3 Security · Impact-Aware SCA

Is GHSA-qx32-f6g6-fcfr in your dependencies?

Find it across Go, including transitive dependencies.

GHSA-qx32-f6g6-fcfr: v2 (Critical 9.8) | O3 Security