CVE-2026-41414 HIGH

CVE-2026-41414: Skim: Arbitrary code execution via pull_request_target fork checkout in pr.yml

Vendor Skim-Rs
Product skim
Weakness CWE-94 · Code injection
Published April 24, 2026
Last update April 27, 2026

CVSS base score

7.4/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction Required
Confidentiality None
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:H/A:N

What the vulnerability does

01Description

Skim is a fuzzy finder designed to through files, lines, and commands. The generate-files job in .github/workflows/pr.yml checks out attacker-controlled fork code and executes it via cargo run, with access to SKIM_RS_BOT_PRIVATE_KEY and GITHUB_TOKEN (contents:write). No gates prevent exploitation - any GitHub user can trigger this by opening a pull request from a fork. This vulnerability is fixed with commit bf63404ad51985b00ed304690ba9d477860a5a75.

Key dates

02Disclosure timeline

April 24, 2026 CVE published
April 27, 2026 Record updated