AUGUST 5, 2026
Live Feed
Back to database
Case File

CVE-2019-13343

HIGH · CVSS 7.5 EPSS 2.25%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2019-10-02 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.5. It may be remotely exploitable.

CVE
CVE-2019-13343
Severity
HIGH
CVSS
7.5
EPSS
2.25%

Original NVD Description

Butor Portal before 1.0.27 is affected by a Path Traversal vulnerability leading to a pre-authentication arbitrary file download. Effectively, a remote anonymous user can download any file on servers running Butor Portal. WhiteLabelingServlet is responsible for this vulnerability. It does not properly sanitize user input on the theme t parameter before reusing it in a path. This path is then used without validation to fetch a file and return its raw content to the user via the /wl?t=../../...&h= substring followed by a filename.