9.8 CVE-2025-28389

Brute Force Exploit
 

Weak password requirements in OpenC3 COSMOS v6.0.0 allow attackers to bypass authentication via a brute force attack.
https://nvd.nist.gov/vuln/detail/CVE-2025-28389

Categories

CWE-521 : Weak Password Requirements
Authentication mechanisms often rely on a memorized secret (also known as a password) to provide an assertion of identity for a user of a system. It is therefore important that this password be of sufficient complexity and impractical for an adversary to guess. The specific requirements around how complex a password needs to be depends on the type of system being protected. Selecting the correct password requirements and enforcing them through implementation are critical to the overall success of the authentication mechanism.

References

cve@mitre.org Exploit


 

CPE

cpe start end
Configuration 1
cpe:2.3:a:openc3:cosmos:6.0.0:*:*:*:enterprise:*:*:*
cpe:2.3:a:openc3:cosmos:6.0.0:*:*:*:open_source:*:*:*


REMEDIATION




EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
https://visionspace.com/openc3-cosmos-a-security-assessment-of-an-open-source...


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
112 Brute Force
High
16 Dictionary-based Password Attack
High
49 Password Brute Forcing
High
509 Kerberoasting
High
55 Rainbow Table Password Cracking
Medium
555 Remote Services with Stolen Credentials
Very High
561 Windows Admin Shares with Stolen Credentials
565 Password Spraying
High
70 Try Common or Default Usernames and Passwords
High


MITRE


Techniques

id description
T1021 Remote Services
T1021.002 Remote Services:SMB/Windows Admin Shares
T1078.001 Valid Accounts:Default Accounts
T1110 Brute Force
T1110.001 Brute Force:Password Guessing
T1110.002 Brute Force:Password Cracking
T1110.003 Brute Force:Password Spraying
T1114.002 Email Collection:Remote Email Collection
T1133 External Remote Services
T1558.003 Steal or Forge Kerberos Tickets:Kerberoasting
© 2022 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.

Mitigations

id description
M1018 Limit the accounts that may use remote services. Limit the permissions for accounts that are at higher risk of compromise; for example, configure SSH so users can only run specific programs.
M1026 Deny remote use of local admin credentials to log into systems. Do not allow domain user accounts to be in the local Administrators group multiple systems.
M1027 Applications and appliances that utilize default username and password should be changed immediately after the installation, and before deployment to a production environment.
M1018 Proactively reset accounts that are known to be part of breached credentials either immediately, or after detecting bruteforce attempts.
M1051 Upgrade management services to the latest supported and compatible version. Specifically, any version providing increased password complexity or policy enforcement preventing default or weak passwords.
M1027 Refer to NIST guidelines when creating password policies.
M1027 Refer to NIST guidelines when creating password policies.
M1060 Use secure out-of-band authentication methods to verify the authenticity of critical actions initiated via email, such as password resets, financial transactions, or access requests. For highly sensitive information, utilize out-of-band communication channels instead of relying solely on email. This reduces the risk of sensitive data being collected through compromised email accounts. Set up out-of-band alerts to notify security teams of unusual email activities, such as mass forwarding or large attachments being sent, which could indicate email collection attempts. Create plans for leveraging a secure out-of-band communications channel, rather than an existing in-network email server, in case of a security incident.
M1030 Deny direct remote access to internal systems through the use of network proxies, gateways, and firewalls.
M1026 Limit service accounts to minimal required privileges, including membership in privileged groups such as Domain Administrators.
© 2022 The MITRE Corporation. Esta obra se reproduce y distribuye con el permiso de The MITRE Corporation.