Description
A vulnerability was identified in MIMICLab mcp-pdf-vision 1.1.0. The impacted element is the function load_pdf of the file src/index.ts. Such manipulation of the argument pdfPath/sessionId leads to command injection. The attack can only be performed from a local environment. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-08
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The mcp-pdf-vision library's load_pdf function accepts a pdfPath or sessionId argument that can be crafted to inject shell commands when invoked in a local environment. This flaw permits an attacker who can execute code on the host to run arbitrary shell commands, thereby compromising the system. The weakness is categorized by CWE-74 (Command Injection) and CWE-77 (Improper Neutralization of Special Elements used in a Command). The CVSS score of 4.8 reflects moderate severity for a local exploit, while the EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog.

Affected Systems

Affected systems are deployments that include MIMICLab's mcp-pdf-vision version 1.1.0 and call the load_pdf function from a locally executed context. Any environment where the library is used locally and the function is exposed is considered vulnerable; no other versions have been confirmed to contain the flaw.

Risk and Exploitability

Risk and exploitability: The attack is local only, meaning the adversary must be able to run code on the host that invokes the library. The impact is limited to the privileges of the process calling load_pdf. If that process is run with elevated rights, a local attacker can potentially take full control of the host. The absence of an EPSS score and the lack of listing in KEV suggest that exploitation has not yet been widely witnessed, but the command injection flaw still requires cautious handling.

Generated by OpenCVE AI on August 8, 2026 at 12:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to a patched release of mcp-pdf-vision once the vendor releases a fix.
  • Validate and sanitize the pdfPath and sessionId arguments before passing them to load_pdf to prevent injection.
  • Run the library under a non‑privileged account and isolate its processing environment, so that if injection occurs the impact is limited.

Generated by OpenCVE AI on August 8, 2026 at 12:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sat, 08 Aug 2026 10:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in MIMICLab mcp-pdf-vision 1.1.0. The impacted element is the function load_pdf of the file src/index.ts. Such manipulation of the argument pdfPath/sessionId leads to command injection. The attack can only be performed from a local environment. The project was informed of the problem early through an issue report but has not responded yet.
Title MIMICLab mcp-pdf-vision index.ts load_pdf command injection
First Time appeared Mimiclab
Mimiclab mcp-pdf-vision
Weaknesses CWE-74
CWE-77
CPEs cpe:2.3:a:mimiclab:mcp-pdf-vision:*:*:*:*:*:*:*:*
Vendors & Products Mimiclab
Mimiclab mcp-pdf-vision
References
Metrics cvssV2_0

{'score': 4.3, 'vector': 'AV:L/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.3, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 4.8, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Mimiclab Mcp-pdf-vision
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-10T14:38:38.580Z

Reserved: 2026-08-07T15:31:41.649Z

Link: CVE-2026-19279

cve-icon Vulnrichment

Updated: 2026-08-10T14:38:30.183Z

cve-icon NVD

Status : Deferred

Published: 2026-08-08T11:16:50.040

Modified: 2026-08-12T20:59:21.023

Link: CVE-2026-19279

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-08T20:40:04Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-77

    Improper Neutralization of Special Elements used in a Command ('Command Injection')