Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-54481

9.8 · CRITICAL
Published Aug 25, 2025 libbiosig_project CWE-121 EPSS 0.71% (51th pctl)

Overview

CVE-2025-54481 is a critical-severity vulnerability affecting libbiosig_project libbiosig. It was published on August 25, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

A stack-based buffer overflow vulnerability exists in the MFER parsing functionality of The Biosig Project libbiosig 3.9.0 and Master Branch (35a819fa). A specially crafted MFER file can lead to arbitrary code execution. An attacker can provide a malicious file to trigger this vulnerability.This vulnerability manifests on line 8744 of biosig.c on the current master branch (35a819fa), when the Tag is 3:

else if (tag==3) {

// character code

char v[17]; // [1]

if (len>16) fprintf(stderr,"Warning MFER tag2 incorrect length %i>16\n",len);

curPos += ifread(&v,1,len,hdr);

v[len] = 0;

In this case, the overflowed buffer is the newly-declared `v` \[1\] instead of `buf`. Since `v` is only 17 bytes large, much smaller values of `len` (even those encoded using a single octet) can trigger an overflow in this code path.

Remediation

Check the references section for vendor advisories and patches from libbiosig_project. Update libbiosig to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
libbiosig_project libbiosig >= 0, < 3.9.1 Affected

Frequently Asked Questions

What is CVE-2025-54481?

CVE-2025-54481 is a critical-severity vulnerability affecting libbiosig_project libbiosig. It was published on August 25, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2025-54481?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2025-54481?

Check the references section for vendor advisories and patches from libbiosig_project. Update libbiosig to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-54481?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-54481 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.