GoRest is a Golang starter kit built with the Gin framework for prototyping and developing RESTful APIs. In versions prior to 1.12.2 nMemorySecret2FA contains a race condition due to an unsynchronized package-level map used to store 2FA secrets. Multiple HTTP handlers in handler/login.go and handler/twoFA.go read from and write to this map concurrently, and because Go's runtime treats unsynchronized concurrent map access as an unrecoverable fatal error, an attacker can repeatedly trigger this condition to crash the process on demand. This results in high, repeatable availability impact with no confidentiality or integrity consequences. This issue has been fixed in version 1.12.2.
CVE-2026-48154
This medium-severity CVE scores 5.9 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 85% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 5.9
- EG Score
- 5.9(medium)
- EG Risk
- 43(Track)EG Risk 43/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity59% × 45%Exploitation40% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 15%
- KEV
- Not listed
Published
June 12, 2026
Last Modified
August 5, 2026
Advisory Details (3)
Auto-updated Aug 4, 2026commit 117ff55fc21b (pilinux/gorest)
Patch available: pilinux/gorest v1.12.2 (contains commit 117ff55fc21b)
https://github.com/pilinux/gorest/commit/117ff55fc21b47442da07c44c30b403af2da407b修复InMemorySecret2FA全局map竞态条件
Patch available: pilinux/gorest v1.12.2 (PR #391 merged 2026-05-21)
https://github.com/pilinux/gorest/pull/391gorest InMemorySecret2FA race condition allows process crash via concurrent map access (CWE-362, CVSS 5.9) · Advisory · pilinux/gorest · GitHub
https://github.com/pilinux/gorest/security/advisories/GHSA-cpwg-x64r-rgwgVendor Advisories for CVE-2026-48154(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
Go(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| github.com/pilinux/gorest | — | 1.12.2 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 10× in last 7d / 36× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-26 14:46 UTCEPSS rescore
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-24 23:49 UTCEG score recompute
- 2026-08-23 10:00 UTCEG score recompute
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-21 23:49 UTCEPSS rescore
- 2026-08-21 15:35 UTCEG score recompute
- 2026-08-20 22:55 UTCEPSS rescore
- 2026-08-20 16:27 UTCEG score recompute
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-19 13:44 UTCEG score recompute
- 2026-08-18 13:48 UTCEPSS rescore
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-16 22:49 UTCEG score recompute
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 02:14 UTCEPSS rescore
- 2026-08-15 23:37 UTCEG score recompute
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-13 22:11 UTCEG score recompute
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-12 18:02 UTCEG score recompute
- 2026-08-12 13:51 UTCEPSS rescore
- 2026-08-11 18:55 UTCEG score recompute
- 2026-08-11 00:00 UTCEPSS rescore
- 2026-08-09 16:57 UTCEG score recompute
Show 16 moreShow fewer
- 2026-08-09 13:46 UTCEPSS rescore
- 2026-08-08 17:52 UTCEG score recompute
- 2026-08-08 16:37 UTCEPSS rescore
- 2026-08-07 18:45 UTCEG score recompute
- 2026-08-06 19:39 UTCEG score recompute
- 2026-08-06 13:47 UTCEPSS rescore
- 2026-08-05 20:34 UTCEG score recompute
- 2026-08-05 19:55 UTCEG score recompute
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-04 20:35 UTCEG score recompute
- 2026-07-31 05:16 UTCEG score recompute
- 2026-07-26 20:34 UTCEG score recompute
- 2026-07-23 03:18 UTCEG score recompute
- 2026-06-14 23:18 UTCEPSS rescore
- 2026-06-13 23:00 UTCEPSS rescore
- 2026-06-12 19:11 UTCEG score recompute
Related CVEs(same CWE)
Frequently asked(5)
What is CVE-2026-48154?
When was CVE-2026-48154 disclosed?
Is CVE-2026-48154 actively exploited?
What is the CVSS score of CVE-2026-48154?
How do I remediate CVE-2026-48154?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-48154
Is Your Infrastructure Affected by CVE-2026-48154?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.