#VU36355 Path traversal in SDCMS - CVE-2018-19748

 

#VU36355 Path traversal in SDCMS - CVE-2018-19748

Published: November 29, 2018 / Updated: August 8, 2020


Vulnerability identifier: #VU36355
Vulnerability risk: Medium
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2018-19748
CWE-ID: CWE-22
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
SDCMS
Software vendor:
SDCMS

Description

The vulnerability allows a remote non-authenticated attacker to gain access to sensitive information.

app/plug/attachment/controller/admincontroller.php in SDCMS 1.6 allows reading arbitrary files via a /?m=plug&c=admin&a=index&p=attachment&root= directory traversal. The value of the root parameter must be base64 encoded (note that base64 encoding, instead of URL encoding, is very rare in a directory traversal attack vector).


Remediation

Install update from vendor's website.

External links