CVE-2025-15682
Received Received - Intake

Unauthenticated Resource Exhaustion in TBEA TLogger V2.1.0.0

Vulnerability report for CVE-2025-15682, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: CyberDanube

Description

TBEA TLogger V2.1.0.0B0.0.0.0 contains an unauthenticated resource exhaustion vulnerability in its web server. An unauthenticated remote attacker can send PUT requests to the /tmp/ endpoint, causing the web server to create persistent files containing attacker-controlled data under /opt/myapp/webserver/. The generated files are not removed because the web server attempts to move them into a non-existent directory. Repeated requests can therefore exhaust available storage and cause a denial-of-service condition.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-10
Generated
2026-08-11
AI Q&A
2026-08-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
tbea tlogger 2.1.0.0b0.0.0.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

TBEA TLogger V2.1.0.0B0.0.0.0 has an unauthenticated resource exhaustion vulnerability in its web server. An attacker can send PUT requests to the /tmp/ endpoint, causing the server to create persistent files with attacker-controlled data under /opt/myapp/webserver/. The files are not removed because the server tries to move them to a non-existent directory. Repeated requests can fill up storage and cause a denial-of-service.

Detection Guidance

Check for unusual PUT requests to /tmp/ endpoint. Monitor storage usage under /opt/myapp/webserver/. Look for persistent files created by the web server that are not removed.

Impact Analysis

This vulnerability allows an unauthenticated remote attacker to exhaust system storage by repeatedly creating files. This can lead to denial-of-service, making the device or application unavailable. It may also allow attackers to store malicious data on the system.

Compliance Impact

This vulnerability could lead to storage exhaustion, potentially causing system unavailability. For GDPR, this may violate Article 32 (security of processing) due to lack of availability. For HIPAA, it could impact integrity and availability of protected health information under the Security Rule.

Mitigation Strategies

Block PUT requests to /tmp/ endpoint at the firewall or web server level. Implement rate limiting for PUT requests. Ensure the target directory /opt/myapp/webserver/ exists to prevent file accumulation.

Chat Assistant

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

EPSS Chart