ID CVE-2020-6780
Summary Use of Password Hash With Insufficient Computational Effort in the database of Bosch FSM-2500 server and Bosch FSM-5000 server up to and including version 5.2 allows a remote attacker with admin privileges to dump the credentials of other users and possibly recover their plain-text passwords by brute-forcing the MD5 hash.
References
Vulnerable Configurations
  • cpe:2.3:o:bosch:fsm-2500_firmware:*:*:*:*:*:*:*:*
    cpe:2.3:o:bosch:fsm-2500_firmware:*:*:*:*:*:*:*:*
  • cpe:2.3:h:bosch:fsm-2500:-:*:*:*:*:*:*:*
    cpe:2.3:h:bosch:fsm-2500:-:*:*:*:*:*:*:*
  • cpe:2.3:o:bosch:fsm-5000_firmware:*:*:*:*:*:*:*:*
    cpe:2.3:o:bosch:fsm-5000_firmware:*:*:*:*:*:*:*:*
  • cpe:2.3:h:bosch:fsm-5000:-:*:*:*:*:*:*:*
    cpe:2.3:h:bosch:fsm-5000:-:*:*:*:*:*:*:*
CVSS
Base: 4.0 (as of 03-02-2021 - 01:29)
Impact:
Exploitability:
CWE CWE-916
CAPEC
  • Rainbow Table Password Cracking
    An attacker gets access to the database table where hashes of passwords are stored. He then uses a rainbow table of pre-computed hash chains to attempt to look up the original password. Once the original password corresponding to the hash is obtained, the attacker uses the original password to gain access to the system. A password rainbow table stores hash chains for various passwords. A password chain is computed, starting from the original password, P, via a reduce(compression) function R and a hash function H. A recurrence relation exists where Xi+1 = R(H(Xi)), X0 = P. Then the hash chain of length n for the original password P can be formed: X1, X2, X3, ... , Xn-2, Xn-1, Xn, H(Xn). P and H(Xn) are then stored together in the rainbow table. Constructing the rainbow tables takes a very long time and is computationally expensive. A separate table needs to be constructed for the various hash algorithms (e.g. SHA1, MD5, etc.). However, once a rainbow table is computed, it can be very effective in cracking the passwords that have been hashed without the use of salt.
Access
VectorComplexityAuthentication
NETWORK LOW SINGLE
Impact
ConfidentialityIntegrityAvailability
PARTIAL NONE NONE
cvss-vector via4 AV:N/AC:L/Au:S/C:P/I:N/A:N
Last major update 03-02-2021 - 01:29
Published 26-01-2021 - 18:16
Last modified 03-02-2021 - 01:29
Back to Top