An attacker may be able to bypass administrator authentication without supplying the administrator’s password.
A logic error existed in the validation of credentials. This was addressed with improved credential validation.
CVE: CVE-2017-13872
| # Download base image ubuntu 20.04 | |
| FROM ubuntu:20.04 | |
| RUN mkdir -p /app | |
| WORKDIR /app | |
| # Update Ubuntu Software repository | |
| RUN apt update | |
| # For apt to be noninteractive |
An attacker may be able to bypass administrator authentication without supplying the administrator’s password.
A logic error existed in the validation of credentials. This was addressed with improved credential validation.
CVE: CVE-2017-13872