Wednesday, June 24, 2020

New vulnerability on the NVD: CVE-2020-10275

The access tokens for the REST API are directly derived from the publicly available default credentials for the web interface. Given a USERNAME and a PASSWORD, the token string is generated directly with base64(USERNAME:sha256(PASSWORD)). An unauthorized attacker inside the network can use the default credentials to compute the token and interact with the REST API to exfiltrate, infiltrate or delete data.

Published at: June 24, 2020 at 08:15AM
View on website

No comments:

Post a Comment