CVE-2013-10036
BaseFortify
Publication date: 2025-07-31
Last updated on: 2025-07-31
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| beetel | connection_manager | pcw_btlindv1.0.0b04 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-121 | A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function). |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a stack-based buffer overflow in Beetel Connection Manager version PCW_BTLINDV1.0.0B04. It occurs when the application parses the UserName parameter in the NetConfig.ini configuration file. If the UserName value is crafted to be overly long, it can overwrite the Structured Exception Handler (SEH), which can lead to arbitrary code execution when the application processes the file.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to execute arbitrary code on the affected system by exploiting the buffer overflow in the UserName parameter. This could lead to unauthorized control over the system, potentially allowing data theft, system compromise, or disruption of services.