Critical Alert 1 Active Exploit Detected Today

CVE-2026-18577 N-able N-central Authentication Bypass Using an Alternate Path or Channel Vulnerability →
Powered by CVE Watchtower
×
August 3, 2026

CVE Watchtower


← Back to CVE List

CVE-2026-48031NVD

Vulnerability Summary

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.
Severity Level
CRITICAL(9.1)
Published Date
Aug 3, 2026
Last Modified
Aug 3, 2026
Exploitation Status
No confirmed exploitation yet
EPSS Score (30-Day)
0.06%Probability
Root Weakness (CWE)
The software contains hard-coded credentials, such as a password or cryptographic key, which it uses for its own inbound authentication, outbound communication to external components, or encryption of internal data.
CVSS v3.1 Base Metrics
Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
ScopeUnchanged
ConfidentialityHigh
IntegrityHigh
AvailabilityNone