The configuration file is encrypted with a static key...
High severity
Unreviewed
Published
Jun 24, 2024
to the GitHub Advisory Database
•
Updated Jul 3, 2024
Description
Published by the National Vulnerability Database
Jun 24, 2024
Published to the GitHub Advisory Database
Jun 24, 2024
Last updated
Jul 3, 2024
The configuration file is encrypted with a static key derived from a
static five-character password which allows an attacker to decrypt this
file. The application hashes this five-character password with
the outdated and broken MD5 algorithm (no salt) and uses the first five
bytes as the key for RC4. The configuration file is then encrypted with
these parameters.
References