CVE-2026-93969
7.3aiyiyi121 · SxDevOps
A hard-coded credential vulnerability exists in the ensure_default_superuser function of aiyiyi121 SxDevOps versions 1.0 and 1.1, allowing for remote exploitation.
Executive summary
The SxDevOps application contains hard-coded credentials that enable unauthenticated remote access to administrative functions.
Vulnerability
This vulnerability involves the use of hard-coded credentials within the ensure_default_superuser function of the rbac/services.py file. Because the authentication mechanism relies on these static credentials, an unauthenticated remote attacker can gain unauthorized access to the application.
Business impact
The presence of hard-coded credentials poses a significant security risk, as it allows attackers to bypass standard authentication controls completely. With a CVSS score of 7.3, this high-severity vulnerability could lead to full unauthorized access to the DevOps environment, potentially resulting in data exfiltration, service disruption, or the compromise of integrated development pipelines.
Remediation
Immediate Action: Update the SxDevOps installation to a version that incorporates the fix provided in commit 2b4bf8585c3e731e7a8af30801ea46680bc783f9.
Proactive Monitoring: Review system and authentication logs for anomalous login attempts or unauthorized usage of administrative accounts.
Compensating Controls: If an immediate update is not feasible, restrict network access to the SxDevOps interface using firewall rules or a VPN to limit exposure to untrusted networks.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the high severity of this vulnerability and the ease with which an attacker can leverage hard-coded credentials to gain unauthorized access, immediate remediation is required. Administrators should prioritize patching the affected SxDevOps instances to the vendor-provided fixed version to eliminate the risk of remote compromise.
More aiyiyi121 CVEs
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief high section
Sources
Originally found and disclosed by _lxf (VulDB User), with VulDB CNA Team (coordinator), per the CVE Program record.
- VDB-407928 | aiyiyi121 SxDevOps services.py ensure_default_superuser hard-coded credentials Vulnerability database entry
- VDB-407928 | CTI Indicators (IOB, IOC, TTP, IOA)
- CVE-2026-93969 | CVE Analysis and Report Third-party advisory
- Submit #944384 | aiyiyi121 SxDevOps 1.1 Hard-coded Credentials Third-party advisory
- Issue tracker
- Patch commit
- github.com