Vulnerability Description
go-base is a Go RESTful API Boilerplate template with JWT Authentication, backed by PostgreSQL. In versions prior to 2026-05-18, the JWT signing secret is hardcoded to the known string "random", letting any attacker who reads the public repository forge tokens for arbitrary users, including admin roles, and completely bypass authentication on all protected endpoints. This value is set in two places: the dev.env template (line 10) and a programmatic fallback in cmd/serve.go (line 35), so the application uses it even when no .env file is present. The original mitigation in auth/jwt/tokenauth.go (lines 22 to 25) only caught the exact string "random", letting other weak secrets through, and replaced it with an in-memory key that was not persisted, invalidating all tokens on every restart and effectively causing a denial-of-service. This issue has been fixed in version 2026-05-18.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/dhax/go-base/commit/cc82b9740fa6b08e0fad409cd4b418e240dd0e00
- https://github.com/dhax/go-base/pull/31
- https://github.com/dhax/go-base/security/advisories/GHSA-mqq6-462x-jxmm
- https://github.com/dhax/go-base/security/advisories/GHSA-mqq6-462x-jxmm
FAQ
What is CVE-2026-48031?
CVE-2026-48031 is a vulnerability with a CVSS score of 9.1 (CRITICAL). go-base is a Go RESTful API Boilerplate template with JWT Authentication, backed by PostgreSQL. In versions prior to 2026-05-18, the JWT signing secret is hardcoded to the known string "random", letti...
How severe is CVE-2026-48031?
CVE-2026-48031 has been rated CRITICAL with a CVSS base score of 9.1/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-48031?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.