CVE-2025-11012
BaseFortify
Publication date: 2025-09-26
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| behaviortree | behaviortree | to 4.7.3 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-119 | The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data. |
| 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 exists in BehaviorTree up to version 4.7.0, specifically in the ParseScript function of the Diagnostic Message Handler component. It involves a stack-based buffer overflow caused by manipulation of the argument error_msgs_buffer. The vulnerability can only be exploited locally and has been publicly disclosed. A patch is available to fix this issue.
How can this vulnerability impact me? :
Exploitation of this vulnerability can lead to a stack-based buffer overflow, which may allow an attacker with local access to compromise the affected system's integrity, confidentiality, and availability. This could result in partial loss of data confidentiality, integrity, and availability as indicated by the CVSS scores.
What immediate steps should I take to mitigate this vulnerability?
Apply the patch identified as cb6c7514efa628adb8180b58b4c9ccdebbe096e3 to remediate the issue. Since the attack can only be executed locally, ensure that local access is restricted and monitor for any suspicious local activity until the patch is applied.