VYPR

Directus 7 API

by Rangerstudio

CVEs (5)

  • CVE-2019-13983CriJul 19, 2019
    risk 0.64cvss 9.8epss 0.01

    Directus 7 API before 2.2.2 has insufficient anti-automation, as demonstrated by lack of a CAPTCHA in core/Directus/Services/AuthService.php and endpoints/Auth.php.

  • CVE-2019-13984HigJul 19, 2019
    risk 0.57cvss 8.8epss 0.02

    Directus 7 API before 2.3.0 does not validate uploaded files. Regardless of the file extension or MIME type, there is a direct link to each uploaded file, accessible by unauthenticated users, as demonstrated by the EICAR Anti-Virus Test File.

  • CVE-2019-13980HigJul 19, 2019
    risk 0.57cvss 8.8epss 0.02

    In Directus 7 API through 2.3.0, uploading of PHP files is blocked only when the Apache HTTP Server is used, leading to uploads/_/originals remote code execution with nginx.

  • CVE-2019-13979HigJul 19, 2019
    risk 0.57cvss 8.8epss 0.03

    In Directus 7 API before 2.2.1, uploading of PHP files is not blocked, leading to uploads/_/originals remote code execution.

  • CVE-2019-13981MedJul 19, 2019
    risk 0.35cvss 5.3epss 0.01

    In Directus 7 API through 2.3.0, remote attackers can read image files via a direct request for a filename under the uploads/_/originals/ directory. This is related to a configuration option in which the file collection can be non-public, but this option does not apply to the…