cbcvebase.
CVE-2015-4074
published 2017-09-20

CVE-2015-4074: Directory traversal vulnerability in the Helpdesk Pro plugin before 1.4.0 for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the…

PriorityP180high7.5CVSS 3.0
AVNACLPRNUINSUCHINAN
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
56.51%
98.9th percentile
Directory traversal vulnerability in the Helpdesk Pro plugin before 1.4.0 for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the filename parameter in a ticket.download_attachment task.

Affected

1 ranges
VendorProductVersion rangeFixed in
helpdesk_pro_projecthelpdesk_pro<= 1.3.0

Detection & IOCsextracted from sources · hover to see the quote

url/?option=com_helpdeskpro&task=ticket.download_attachment&filename=/../../../../../../../../../../../../etc/passwd&original_filename=AnyFileName.exe
path/../../../../../../../../../../../../etc/passwd
  • Look for GET requests to the Joomla Helpdesk Pro component containing 'task=ticket.download_attachment' with a 'filename' parameter containing directory traversal sequences (../) targeting sensitive files such as /etc/passwd.
  • The exploit is unauthenticated — no session or authentication token is required to trigger the path traversal via the filename parameter in ticket.download_attachment.
  • A successful exploitation response will contain the content of /etc/passwd; match HTTP 200 responses with the pattern 'root:[x*]:0:0' to confirm file disclosure.
  • ·All versions of Helpdesk Pro prior to 1.4.0 are suspected vulnerable; the PoC was specifically tested and verified against version 1.3.0.

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
vulncheck7.5HIGH
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.