Description
A security vulnerability has been detected in danielpopamd linkedin-ads-mcp 1.0.0. Affected by this vulnerability is the function fs.readFileSync of the file src/tools/campaign-management.ts of the component Media Upload. Such manipulation of the argument filePath leads to path traversal. The attack may be performed from remote. The exploit has been disclosed publicly and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-27
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote File Read
Action: Patch
AI Analysis

Impact

The vulnerability is a path traversal flaw that arises from unsafe handling of the filePath argument in the fs.readFileSync call within src/tools/campaign-management.ts of the Media Upload component. By manipulating the path string, an attacker can cause the program to read any file on the file system that the process can access. The likely attack vector is from a remote request to the media‑upload endpoint, and the public disclosure suggests that an attacker could leverage this to exfiltrate sensitive configuration, credentials or system files.

Affected Systems

The affected product is the danielpopamd LinkedIn Ads MCP tool, version 1.0.0. The flaw resides in the Media Upload feature of this version, and the component name is campaign-management.ts.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity, and while an EPSS score is not available, the fact that the exploit has been publicly disclosed and can be performed remotely elevates the risk to a moderate level. The vulnerability is not listed in the CISA KEV catalog, but the lack of a patch and the remote nature of the attack vector mean that a targeted compromise could be achieved if the application is publicly exposed.

Generated by OpenCVE AI on August 27, 2026 at 03:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check for and apply any released updates or patches for linkedin-ads-mcp once available
  • If no patch is available, disable or block access to the Media Upload feature that utilizes fs.readFileSync
  • Implement strict input validation for filePath to reject relative paths, normalize the path and ensure it stays within a whitelisted directory
  • If source code modification is possible, replace the raw fs.readFileSync usage with safe path handling such as path.join to a pre‑defined base directory

Generated by OpenCVE AI on August 27, 2026 at 03:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 27 Aug 2026 02:15:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in danielpopamd linkedin-ads-mcp 1.0.0. Affected by this vulnerability is the function fs.readFileSync of the file src/tools/campaign-management.ts of the component Media Upload. Such manipulation of the argument filePath leads to path traversal. The attack may be performed from remote. The exploit has been disclosed publicly and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Title danielpopamd linkedin-ads-mcp Media Upload campaign-management.ts fs.readFileSync path traversal
First Time appeared Danielpopamd
Danielpopamd linkedin-ads-mcp
Weaknesses CWE-22
CPEs cpe:2.3:h:danielpopamd:linkedin-ads-mcp:*:*:*:*:*:*:*:*
Vendors & Products Danielpopamd
Danielpopamd linkedin-ads-mcp
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Danielpopamd Linkedin-ads-mcp
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-27T14:32:12.639Z

Reserved: 2026-08-26T20:17:06.011Z

Link: CVE-2026-81485

cve-icon Vulnrichment

Updated: 2026-08-27T13:30:10.249Z

cve-icon NVD

Status : Deferred

Published: 2026-08-27T02:16:28.553

Modified: 2026-08-28T15:09:00.790

Link: CVE-2026-81485

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T20:32:15Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')