CVE-2025-66219
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedwillitmerge is a command line tool to check if pull requests are mergeable. In versions 0.2.1 and prior, there is a command Injection vulnerability in willitmerge. The vulnerability manifests in this package due to the use of insecure child process execution API (exec) to which it concatenates user input, whether provided to the command-line flag, or is in user control in the target repository. At time of publication, no known fix is public.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceCommand injection vulnerability in willitmerge versions 0.2.1 and prior where user input from CLI flags or repository data is concatenated directly into commands executed via the insecure exec API, allowing arbitrary shell command execution.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data<= 0.2.1CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify if willitmerge is installedRun 'pip show willitmerge' or check your package manager for the installed version of willitmergeAffected if The installed version is 0.2.1 or lower, or no version is shown but the package is present
-
Locate the willitmerge executable or entry pointRun 'which willitmerge' on Linux/macOS or where it is invoked from in your workflowAffected if The tool is accessible in your PATH and is version 0.2.1 or prior
-
Inspect how the tool is invoked in your environmentReview any scripts, CI/CD pipelines, or automation that call willitmerge and check if command-line flags are passed with user-supplied valuesAffected if User-controlled data from external sources is passed as arguments to willitmerge
-
Examine the exec API usage in the source codeIf you have access to the source code, search for usages of os.system, subprocess.call with shell=True, or exec() that concatenate user input into command stringsAffected if The code directly interpolates user input into command strings passed to exec or similar APIs without sanitization
-
Determine if target repositories contain user-controlled dataAssess whether willitmerge operates on repositories where branch names, commit messages, or other git data can be influenced by untrusted usersAffected if Willitmerge processes data from untrusted or public repositories
You are affected if willitmerge version 0.2.1 or lower is installed and processes any user-supplied input via command-line flags or repository data.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUntil an official patch is released, avoid using willitmerge or strictly sandbox its execution environment; review code to identify all exec calls and replace with safe subprocess APIs (spawn with argument arrays) after proper input validation.
- No remediation steps available - the official description states 'At time of publication, no known fix is public'
- Monitor the project's GitHub repository (github.com) for security advisories and release announcements
- Consider alternative tools or manual processes for checking pull request mergeability until a fix is released
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,800.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-66219 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-66219 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data