CVE-2025-57403
Unknown Unknown - Not Provided
Directory Traversal in Cola Dnslog v1.3.2 Exposes Sensitive Data

Publication date: 2025-12-26

Last updated on: 2025-12-26

Assigner: MITRE

Description
Cola Dnslog v1.3.2 is vulnerable to Directory Traversal. When a DNS query for a TXT record is processed, the application concatenates the requested URL (or a portion of it) directly with a base path using os.path.join. This bypass allows directory traversal or absolute path injection, leading to the potential exposure of sensitive information.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-26
Last Modified
2025-12-26
Generated
2026-06-16
AI Q&A
2025-12-26
EPSS Evaluated
2026-06-15
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
cola dnslog 1.3.2
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Impact Analysis

This vulnerability can lead to the exposure of sensitive information by allowing attackers to access files outside the intended directory structure. This could result in unauthorized disclosure of confidential data stored on the system.

Executive Summary

Cola Dnslog v1.3.2 has a Directory Traversal vulnerability. When processing a DNS query for a TXT record, the application improperly concatenates the requested URL or part of it with a base path using os.path.join. This allows an attacker to perform directory traversal or absolute path injection, potentially accessing files outside the intended directory.

Compliance Impact

This vulnerability allows attackers to access arbitrary files on the server, potentially exposing sensitive information such as user passwords and tokens. Such exposure of sensitive data could lead to non-compliance with data protection regulations like GDPR and HIPAA, which require safeguarding personal and sensitive information from unauthorized access. [1, 2]

Detection Guidance

This vulnerability can be detected by sending DNS TXT record queries with crafted payloads that attempt directory traversal or absolute path injection. For example, using commands like `nslookup -type=TXT /windows/win.ini [server_ip]` or `nslookup -type=TXT F:/cola_dnslog-main/info.txt [server_ip]` can test if the server returns contents of arbitrary files, indicating the vulnerability. [1]

Mitigation Strategies

Immediate mitigation steps include disabling or restricting DNS TXT record queries that allow arbitrary file path inputs, applying input validation and sanitization on the requested query name (qname) to prevent directory traversal or absolute path injection, and updating or patching the cola_dnslog application to a version that fixes this vulnerability.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-57403. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart