Sceawere
Vulnerability Detail
CVE-2026-59507UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
Hard-coded Credentials Access Control Vulnerability
Vulnerability Metadata
- Severity
- Critical
- Score / CVSS
- 9.3
- Creation Date
- 11h ago
- Vendor
- Priority
- Product
- Portal Generator addon to Priority ERP (developed by Soft Solutions)
- Attack Type
- CWE-798: Use of Hard-coded Credentials CWE-200: Exposure of Sensitive Information to an Unauthorized Actor CWE-284: Improper Access Control
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
- Attack Complexity
- LOW
Narrative and Response
Description
CWE-798: Use of Hard-coded Credentials CWE-200: Exposure of Sensitive Information to an Unauthorized Actor CWE-284: Improper Access Control
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "9.3",
"pubDate": "2026-08-13T10:17:15.963Z",
"pubdate": "2026-08-13T10:17:15.963Z",
"executiveSummary": "The target systems suffer from critical security flaws categorized under CWE-798: Use of Hard-coded Credentials, CWE-200: Exposure of Sensitive Information to an Unauthorized Actor, and CWE-284: Improper Access Control. These combined weaknesses introduce severe risk implications, allowing unauthorized actors to bypass authentication mechanisms entirely through the exploitation of embedded, static credentials. The impact of this vulnerability includes the unauthorized exposure of sensitive system information and potential unauthorized administrative access to affected products. Attackers possessing network access can leverage these hard-coded secrets without requiring prior privileges or complex interaction, undermining the confidentiality, integrity, and availability of the underlying architecture. Remediation requires eliminating static credentials and enforcing robust access control frameworks.",
"technicalDetails": "The root cause of this vulnerability stems from the direct embedding of static authentication secrets, cryptographic keys, or user credentials within the application source code, configuration files, or binary components, violating CWE-798. This implementation flaw directly intersects with CWE-200, as these hard-coded secrets can be extracted by unauthorized actors via reverse engineering, binary analysis, or inspection of accessible storage locations. Furthermore, the presence of these embedded credentials facilitates improper access control as defined in CWE-284, bypassing intended authorization boundaries and authentication logic enforced by the application.\nThe attack flow proceeds as follows: First, an unauthorized threat actor gains network exposure to the vulnerable service or extracts the application binaries and configuration files from the target deployment. Second, the adversary analyzes the components to locate the hard-coded credentials embedded by developers for debugging, administrative backdoors, or inter-service communication. Third, utilizing the extracted static secrets, the attacker constructs an authentication request or establishes a direct session against the vulnerable endpoint. Because the system improperly validates access controls based on the presence of these static credentials rather than dynamic, context-aware authorization, the system grants the request.\nThe vulnerable components typically include authentication modules, API endpoints, or management interfaces that rely on static secrets. Exploitation requires no advanced privileges or complex payload behavior; network exposure to the affected service is sufficient to replay or utilize the discovered credentials. Post-exploitation impact encompasses full system compromise, unauthorized data exfiltration due to sensitive information exposure, and persistent unauthorized access to backend resources."
}