Ameeba Chat App store presentation
Join the Cybersecurity Chat on Ameeba
Connect with pros, students, and researchers — in real time

Ameeba Blog Search

CVE-2025-10773: Stack-Based Buffer Overflow Vulnerability in B-Link BL-AC2100

Ameeba’s Mission: Our mission is to safeguard freedom from surveillance through anonymization.

Overview

A critical security vulnerability, CVE-2025-10773, has been discovered in B-Link BL-AC2100 up to 1.0.3. This vulnerability primarily affects the Web Management Interface component of the system. It is particularly concerning because the attack can be executed remotely, and the exploit has been made public, increasing the chances of malicious attempts.
The flaw lies in the function delshrpath of the file /goform/set_delshrpath_cfg. The manipulation of the argument Type results in a stack-based buffer overflow, which can potentially lead to a system compromise or data leakage. The vendor, unfortunately, has not responded to the disclosure, increasing the risk factor for users of the affected product.

Vulnerability Summary

CVE ID: CVE-2025-10773
Severity: High (CVSS: 8.8)
Attack Vector: Network
Privileges Required: None
User Interaction: None
Impact: Potential system compromise and data leakage

Affected Products

Ameeba Chat Icon Escape the Surveillance Era

Most apps won’t tell you the truth.
They’re part of the problem.

Phone numbers. Emails. Profiles. Logs.
It’s all fuel for surveillance.

Ameeba Chat gives you a way out.

  • • No phone number
  • • No email
  • • No personal info
  • • Anonymous aliases
  • • End-to-end encrypted

Chat without a trace.

Product | Affected Versions

B-Link BL-AC2100 | up to 1.0.3

How the Exploit Works

The exploit takes advantage of a stack-based buffer overflow vulnerability in the Web Management Interface of the B-Link BL-AC2100. Specifically, the vulnerability lies in the “delshrpath” function of the “/goform/set_delshrpath_cfg” file.
An attacker can manipulate the “Type” argument to overflow the buffer. This overflow can lead to arbitrary code execution, potentially granting the attacker full control over the system. The attacker can perform this exploit from a remote location, making it a severe and widespread threat.

Conceptual Example Code

The following is a conceptual example of how this vulnerability might be exploited. Please note that this is pseudocode and should not be used for malicious purposes.

POST /goform/set_delshrpath_cfg HTTP/1.1
Host: target.example.com
Content-Type: application/json
{
"Type": "A"*1000
}

In the above example, the “Type” argument is filled with a large number of “A” characters, far exceeding the buffer’s capacity, causing it to overflow and potentially executing arbitrary code on the system.

Mitigation and Prevention

As of now, the vendor has yet to respond with a patch. However, as a temporary measure, users can apply Web Application Firewall (WAF) or Intrusion Detection System (IDS) to mitigate potential attacks. It is also advisable to regularly monitor and update all systems to prevent potential vulnerabilities.

Want to discuss this further? Join the Ameeba Cybersecurity Group Chat.

Disclaimer:

The information and code presented in this article are provided for educational and defensive cybersecurity purposes only. Any conceptual or pseudocode examples are simplified representations intended to raise awareness and promote secure development and system configuration practices.

Do not use this information to attempt unauthorized access or exploit vulnerabilities on systems that you do not own or have explicit permission to test.

Ameeba and its authors do not endorse or condone malicious behavior and are not responsible for misuse of the content. Always follow ethical hacking guidelines, responsible disclosure practices, and local laws.
Ameeba Chat