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

GHSA-28r6-jm5h-mrgg — v2

Fix: beego/beego#4459

GHSA-28r6-jm5h-mrgg is a security vulnerability in github.com/beego/beego/v2. 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-2021-30080GO-2022-0572
Published
Apr 6, 2022
Updated
Nov 8, 2023
Affected
2 pkgs
Patched
1 / 2
Exploits
None indexed
Exploitation data as of Sep 25, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

EPSS Exploitation Probability

via FIRST.org ↗
1.3%probability of exploitation in next 30 days
Lower Risk0.00%
Lower risk than most CVEs68th percentile — riskier than 68% 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.

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

An issue was discovered in the route lookup process in beego before 1.12.11 that allows attackers to bypass access control.

Affected Packages

2 total 1 fixed
EcosystemPackageVulnerable rangeFix
🐹Gogithub.com/beego/beego/v2≥ 2.0.0&&< 2.0.32.0.3go get github.com/beego/beego/v2@v2.0.3
🐹Gogithub.com/beego/beegoall versionsNo fix

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-28r6-jm5h-mrgg 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 GHSA-28r6-jm5h-mrgg can be triaged on real exposure rather than presence alone.

Tailored to GHSA-28r6-jm5h-mrgg. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

An issue was discovered in the route lookup process in beego through 2.0.1, allows attackers to bypass access control.
O3 Security · Impact-Aware SCA

Is GHSA-28r6-jm5h-mrgg in your dependencies?

O3 Security finds GHSA-28r6-jm5h-mrgg across Go dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.

GHSA-28r6-jm5h-mrgg: v2 | O3 Security