Description
TBEA TLogger V2.1.0.0B0.0.0.0 contains multiple unauthenticated denial-of-service vulnerabilities in its web server. An unauthenticated remote attacker can invoke specific HTTP endpoints to reboot or reset the device, clear application data, or terminate the web server through a segmentation fault. In addition, multiple action endpoints process attacker-controlled parameters using unsafe string operations such as sprintf() and strcat() without adequate bounds checking, allowing crafted input to trigger buffer overflows and crash the web server. The affected endpoints include onRestart, onReset, ClearData, uploadInvFile, getIndiaRPData, YearCaparity, TotalfaultData, recordData, InvHistoryData, CollectHistoryData, InvFaultData, GetPortTableByParm, and UpdatePortConfig.
Published: 2026-08-10
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A remote attacker who can reach the web server can trigger a device reboot, reset, data erasure, or a segmentation fault by sending crafted HTTP requests to the affected endpoints. The firmware version 2.1.0.0B0.0.0.0 uses unsafe string functions such as sprintf() and strcat() without bounds checking, allowing malicious input to overflow buffers and crash the web server. The result is a loss of service and potential data loss, as reflected by the CVSS score of 8.8.

Affected Systems

The vulnerability is present in TBEA TLogger version 2.1.0.0B0.0.0.0, released for the TBEA Communication Box 3rd Generation. The listed endpoints that can be abused include onRestart, onReset, ClearData, uploadInvFile, getIndiaRPData, YearCaparity, TotalfaultData, recordData, InvHistoryData, CollectHistoryData, InvFaultData, GetPortTableByParm, and UpdatePortConfig.

Risk and Exploitability

The flaw is exploitable remotely and does not require authentication, which makes it highly accessible to attackers. Because the vulnerability is triggered by specific HTTP calls, an attacker can automate the process to bring the device down. The EPSS score is not available, and the vulnerability is not yet listed in CISA’s KEV catalog, but the high CVSS score underscores the severity and potential impact of a successful exploit.

Generated by OpenCVE AI on August 10, 2026 at 20:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest vendor patch that removes the vulnerable endpoints and implements bounds checking on all string operations.
  • Restrict unauthenticated access to the device’s web server with firewall rules or access control lists, allowing only trusted IP addresses to reach the exposed endpoints.
  • If no patch is available, disable or restrict the vulnerable action endpoints (onRestart, onReset, ClearData, etc.) through the device configuration to prevent their invocation.

Generated by OpenCVE AI on August 10, 2026 at 20:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Mon, 10 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description TBEA TLogger V2.1.0.0B0.0.0.0 contains multiple unauthenticated denial-of-service vulnerabilities in its web server. An unauthenticated remote attacker can invoke specific HTTP endpoints to reboot or reset the device, clear application data, or terminate the web server through a segmentation fault. In addition, multiple action endpoints process attacker-controlled parameters using unsafe string operations such as sprintf() and strcat() without adequate bounds checking, allowing crafted input to trigger buffer overflows and crash the web server. The affected endpoints include onRestart, onReset, ClearData, uploadInvFile, getIndiaRPData, YearCaparity, TotalfaultData, recordData, InvHistoryData, CollectHistoryData, InvFaultData, GetPortTableByParm, and UpdatePortConfig.
Title Multiple Unauthenticated Denial-of-Service Conditions
Weaknesses CWE-121
CWE-306
References
Metrics cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: CyberDanube

Published:

Updated: 2026-08-10T19:38:57.641Z

Reserved: 2026-08-04T11:34:49.423Z

Link: CVE-2025-15683

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T21:00:04Z

Weaknesses
  • CWE-121

    Stack-based Buffer Overflow

  • CWE-306

    Missing Authentication for Critical Function