cbcvebase.
CVE-2015-5079
published 2018-02-28

CVE-2015-5079: Directory traversal vulnerability in widgets/logs.php in BlackCat CMS before 1.1.2 allows remote attackers to read arbitrary files via a .. (dot dot) in the dl…

PriorityP261high7.5CVSS 3.0
AVNACLPRNUINSUCHINAN
EXPLOIT
EPSS
17.65%
96.8th percentile
Directory traversal vulnerability in widgets/logs.php in BlackCat CMS before 1.1.2 allows remote attackers to read arbitrary files via a .. (dot dot) in the dl parameter.

Affected

1 ranges
VendorProductVersion rangeFixed in
blackcat-cmsblackcat_cms< 1.1.21.1.2

Detection & IOCsextracted from sources · hover to see the quote

path/modules/blackcat/widgets/logs.php
urlhttp://10.1.1.1/blackcat/modules/blackcat/widgets/logs.php?dl=../config.php
path/modules/blackcat/widgets/logs.php?dl=../
  • Monitor HTTP GET requests to /modules/blackcat/widgets/logs.php where the 'dl' query parameter contains directory traversal sequences (e.g., '../' or '..') to detect exploitation of CVE-2015-5079.
  • Detect requests to logs.php with the Accept-Encoding: gzip header combined with a traversal 'dl' parameter, matching the PoC curl command pattern used by attackers.
  • ·The traversal is constrained to start from the CAT_PATH/temp/ base directory before the sanitizePath function is applied; however, the sanitization is insufficient to prevent '../' escape sequences, so files accessible relative to that base path (including config.php) can be retrieved.
  • ·The vulnerability affects BlackCat CMS versions before 1.1.2; only installations running v1.1.1 or earlier on the default module path are exploitable.

CVSS provenance

nvdv3.07.5HIGHCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
nvdv2.05.0MEDIUMAV:N/AC:L/Au:N/C:P/I:N/A:N
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.