VYPR
Unrated severityNVD Advisory· Published May 23, 2019· Updated Aug 4, 2024

CVE-2019-10855

CVE-2019-10855

Description

Computrols CBAS 18.0.0 mishandles password hashes. The approach is MD5 with a pw prefix, e.g., if the password is admin, it will calculate the MD5 hash of pwadmin and store it in a MySQL database.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Computrols CBAS 18.0.0 stores password hashes as MD5('pw' + password), making them vulnerable to cracking.

Vulnerability

Computrols CBAS version 18.0.0 mishandles password hashes by using MD5 with a static prefix 'pw' concatenated with the plaintext password. For example, if the password is 'admin', the stored hash is MD5('pwadmin'). This weak hashing scheme is stored in a MySQL database [1].

Exploitation

An attacker who gains access to the database (e.g., through SQL injection or compromised credentials) can extract the MD5 hashes. Because the prefix is known and MD5 is fast, the attacker can perform offline dictionary or brute-force attacks to recover plaintext passwords. The attack does not require user interaction beyond initial access to the database.

Impact

Successful exploitation leads to exposure of user passwords. Since the same password may be reused across other systems, this could lead to broader account compromise. The weak hashing provides no effective protection against offline cracking, allowing an attacker to recover credentials at low computational cost.

Mitigation

No official patch or fixed version has been announced in the available references [1][2]. The vendor should migrate to a strong, salted password hashing algorithm such as bcrypt or Argon2. Until a fix is applied, consider restricting database access and monitoring for unauthorized access.

AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.