Skip to main content

BioinfoMCP EUVDEUVD-2026-26274

| CVE-2026-7398 MEDIUM
Path Traversal (CWE-22)
2026-04-29 VulDB
5.5
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
6.5 MEDIUM

Network-accessible unauthenticated path traversal enables file read (C:L) and write (I:L); no mechanism for availability impact from traversal alone, so A:N.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

6
Analysis Generated
Jul 24, 2026 - 01:32 vuln.today
PoC Detected
Apr 29, 2026 - 21:16 vuln.today
Public exploit code
Severity Changed
Apr 29, 2026 - 19:22 NVD
HIGH MEDIUM
CVSS changed
Apr 29, 2026 - 19:22 NVD
7.3 (HIGH) 5.5 (MEDIUM)
EUVD ID Assigned
Apr 29, 2026 - 19:00 euvd
EUVD-2026-26274
CVE Published
Apr 29, 2026 - 18:30 nvd
MEDIUM 5.5

DescriptionCVE.org

A weakness has been identified in florensiawidjaja BioinfoMCP up to 7ada7918b9e515604d3c0ae264d3a9af10bf6e54. This vulnerability affects the function Upload of the file bioinfo_mcp_platform/app.py of the component Upload Endpoint. This manipulation of the argument Name causes path traversal. The attack can be initiated remotely. The exploit has been made available to the public and could be used for attacks. Continious delivery with rolling releases is used by this product. Therefore, no version details of affected nor updated releases are available. The project was informed of the problem early through an issue report but has not responded yet.

AnalysisAI

Path traversal in BioinfoMCP's Upload Endpoint allows remote unauthenticated attackers to read or write files outside the intended directory by manipulating the Name argument in the Upload function (bioinfo_mcp_platform/app.py). The affected product is florensiawidjaja's BioinfoMCP at or before commit 7ada7918b9e515604d3c0ae264d3a9af10bf6e54, a bioinformatics platform using continuous rolling releases. A public exploit exists via GitHub issue report, and SSVC classifies the attack as automatable with partial technical impact; however, EPSS remains very low at 0.05% (14th percentile), consistent with an obscure research tool rather than widespread enterprise software. No vendor patch or response has been issued as of the time of this analysis.

Technical ContextAI

BioinfoMCP (CPE: cpe:2.3:a:florensiawidjaja:bioinfomcp:*:*:*:*:*:*:*:*) is a bioinformatics platform whose upload endpoint is implemented in bioinfo_mcp_platform/app.py. The root cause is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory - Path Traversal): the server-side Upload function accepts a user-supplied Name argument without sanitizing directory traversal sequences (e.g., '../'). This allows an attacker to escape the intended upload directory and place or access files at arbitrary filesystem paths accessible to the server process. The vulnerability is exposed over the network with no authentication or user interaction required (AV:N/AC:L/PR:N/UI:N in the CVSS 4.0 vector), meaning any host that can reach the upload endpoint is potentially exploitable. The CVSS 4.0 base vector confirms partial impact across confidentiality, integrity, and availability of the vulnerable system (VC:L/VI:L/VA:L), consistent with file read/write access outside the web root.

RemediationAI

No vendor-released patch has been identified at time of analysis. The project maintainer was notified via an issue report but has not responded. Organizations running BioinfoMCP should immediately restrict network access to the upload endpoint using a web application firewall or reverse proxy ACL, blocking access from untrusted networks or anonymous users. As a specific compensating control, disabling or removing the Upload Endpoint entirely (the relevant handler in bioinfo_mcp_platform/app.py) eliminates the attack surface if file upload functionality is not operationally required - note this will break any upload-dependent workflows. If upload functionality is required, configure the server process to run under a least-privilege OS account with write access restricted to a single sandboxed upload directory, and add server-side filename sanitization to strip traversal sequences before path resolution. Monitor VulDB advisory https://vuldb.com/vuln/360122 and the GitHub repository for a patched commit.

Share

EUVD-2026-26274 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy