CVE-2026-7642 — Pskill9 Website-Downloader Command Injection
CVE-2026-7642 — A vulnerability was detected in pskill9 website-downloader up to 0.1.0. This affects the function download_website of the file src/index.ts of the component MCP Interface. Performing a manipulation of the argument outputPath results in os command injection. The attack may be initiate
What This Means For You
- If your environment is affected by CWE-77, CWE-78, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-7642 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-7642 - Pskill9 Website-Downloader Command Injection via outputPath
title: CVE-2026-7642 - Pskill9 Website-Downloader Command Injection via outputPath
id: scw-2026-05-02-ai-1
status: experimental
level: critical
description: |
Detects the exploitation of CVE-2026-7642 in pskill9 website-downloader. The rule looks for the execution of the node process related to the download_website function with an outputPath argument that appears to be manipulated to inject OS commands, indicated by the presence of common command injection characters like backticks, semicolons, pipes, or logical operators.
author: SCW Feed Engine (AI-generated)
date: 2026-05-02
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-7642/
tags:
- attack.execution
- attack.t1059.004
logsource:
category: process_creation
detection:
selection:
Image|startswith:
- 'C:\Users\'
- 'C:\Program Files\'
CommandLine|contains:
- 'node src/index.ts download_website --outputPath '
CommandLine|contains:
- '`'
- ';'
- '|'
- '&&'
- '||'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-7642 | vulnerability | CVE-2026-7642 |
| CWE-77 | weakness | CWE-77 |
| CWE-78 | weakness | CWE-78 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 02, 2026 at 18:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.