CVE-2026-71801 Details
Description
An issue was discovered in s-pms SPMS-Server through v1.0. The application contains a hardcoded default access token secret within its core configuration file, which is not overridden or removed in the production environment profile. A remote, unauthenticated attacker can locally forge valid administrative session tokens to completely bypass the authentication mechanism gaining full unauthorized access to protected backend APIs.
A vulnerability exists in s-pms SPMS-Server versions through 1.0, where a hardcoded access token secret is embedded in the core configuration file. This secret is not replaced or removed in the production environment profile, leaving the application vulnerable. A remote, unauthenticated attacker can exploit this by forging valid administrative session tokens, bypassing authentication, and gaining unauthorized access to protected backend APIs.
To address this vulnerability, remove the hardcoded secret from the application.yml file and replace it with a dynamic injection via environment variables. Implement a validation check during application startup to ensure the secret key is secure and not set to the default value. Additionally, update deployment scripts to automatically generate a secure random string for the access token secret if one is not provided.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 9, 2026CISA-ADP
Assessed Sep 14, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/W000i/vuln/issues/5 | CISA-ADP | ExploitIssue TrackingRemedy |
| https://github.com/W000i/vuln/issues/5 | [email protected] | ExploitIssue TrackingRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-798 | Use of Hard-coded Credentials | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| s-pms SPMS-Server | <= v1.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 14, 2026 | CVE Modified | CISA-ADP |
| Sep 9, 2026 | New CVE Received | [email protected] |
Volerion