InjectionWeakness · CWE-74

CVE-2025-4261

MEDIUM · 5.3 CVSS v3.1 Published 2025-05-05
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
55/100
Remediation priority · Elevated
Zero-click

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 · unedited
A vulnerability was found in GAIR-NLP factool up to 3f3914bc090b644be044b7e0005113c135d8b20f. It has been classified as critical. This affects the function run_single of the file factool/factool/math/tool.py. The manipulation leads to code injection. The attack needs to be approached locally. The exploit has been disclosed to the public and may be used. This product takes the approach of rolling releases to provide continious delivery. Therefore, version details for affected and updated releases are not available.

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 confidence

A code injection vulnerability exists in the `run_single` function of factool/factool/math/tool.py in GAIR-NLP factool. The vulnerability allows local attackers to inject malicious code through improper input handling in the math tool component.

MitigationImplement strict input validation and sanitization on all data processed by the `run_single` function. Restrict local access to the factool application and review code execution paths for improper handling of user-controlled input.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS 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
Local
Complexity
Low
Privileges
Low
User interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
Low

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

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 checks

Work through these to decide whether this CVE applies to you.

  1. Locate factool installation
    Search for the factool package in your Python environment using 'pip show factool' or check for the directory structure containing 'factool/factool/math/tool.py' in your system
    Affected if factool from GAIR-NLP is installed and the math tool component is loaded
  2. Identify factool version
    Run 'pip show factool' or check the package metadata to retrieve the installed version number, then compare against any available version history
    Affected if The installed version contains the vulnerable code in the math tool component
  3. Verify math tool module exists
    Check for the presence of the file 'factool/factool/math/tool.py' in your installation and confirm the 'run_single' function is defined within it
    Affected if The vulnerable function 'run_single' in the math tool module is present in your environment
  4. Check if math tool is enabled or used
    Review factool configuration files or runtime settings to determine if the math tool component is actively enabled or invoked during factool operations
    Affected if The math tool feature is enabled and processes input through the 'run_single' function
  5. Inspect input handling to the math tool
    Examine how data flows into the 'run_single' function by reviewing configuration, logs, or runtime traces showing what input the math tool receives
    Affected if User-controlled or external input can reach the 'run_single' function without validation

You are affected if GAIR-NLP factool with the vulnerable math tool component is installed and the math tool is enabled, allowing unsanitized input to reach the run_single function.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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.

From vendor data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Implement strict input validation and sanitization on all data processed by the `run_single` function. Restrict local access to the factool application and review code execution paths for improper handling of user-controlled input.

Have this fixed Scoped from the published advisory
  • Consultation3.0 h
  • Implementation6.0 h
  • Testing3.0 h
  • Review / QA2.0 h
14.0 hours of engineering $2,490
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2025-4261 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2025-4261 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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