CVE-2025-54489
BaseFortify
Publication date: 2025-08-25
Last updated on: 2025-11-03
Assigner: Talos
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| libbiosig_project | libbiosig | to 3.9.1 (exc) |
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 the MFER parsing functionality of The Biosig Project libbiosig. It occurs when processing a specially crafted MFER file where the length of data read (len2) can exceed the size of the destination buffer (buf), which is only 128 bytes. This allows an attacker to overflow the buffer and potentially execute arbitrary code by providing a malicious file.
How can this vulnerability impact me? :
The vulnerability can lead to arbitrary code execution on the affected system. This means an attacker could run malicious code, potentially taking control of the system, causing data corruption, system crashes, or other harmful effects without requiring user interaction.