Uncontrolled Resource ConsumptionWeakness · CWE-400

CVE-2025-57751

HIGH · 7.7 CVSS v4.0 Published 2025-08-21
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
86/100
Remediation priority · High
Remotely reachable No privileges 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
pyLoad is the free and open-source Download Manager written in pure Python. The jk parameter is received in pyLoad CNL Blueprint. Due to the lack of jk parameter verification, the jk parameter input by the user is directly determined as dykpy.evaljs(), resulting in the server CPU being fully occupied and the web-ui becoming unresponsive. This vulnerability is fixed in 0.5.0b3.dev92.

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 · high confidence

The jk parameter in pyLoad's CNL Blueprint is passed directly to dykpy.evaljs() without any validation or sanitization. Attackers can submit specially crafted jk parameter values that cause evaljs() to execute expensive JavaScript operations, exhausting server CPU resources and making the web-ui unresponsive.

MitigationUpgrade pyLoad to version 0.5.0b3.dev92 or later, which implements proper jk parameter validation before passing to evaljs().

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
Network
Complexity
Low
Privileges
None
Authentication
X
User interaction
None
Scope
X

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

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. Verify pyLoad installation exists
    Locate the pyLoad installation directory or check for the 'pyload' package via package manager (e.g., pip show pyload, dpkg -l | grep pyload, or ls /path/to/pyload)
    Affected if pyLoad is not found on the system - not applicable
  2. Determine installed pyLoad version
    Run 'pyload --version' or check the version file in the pyLoad installation (often in __init__.py or a VERSION file), or use pip show pyload
    Affected if Version is less than 0.5.0b3.dev92 (e.g., 0.5.0b3.dev91, 0.5.0b2, etc.) - vulnerable
  3. Confirm CNL Blueprint is accessible
    Check if the CNL (Click'N'Load) route exists in the pyLoad web interface routes - typically accessible at /cnl or /flash/add and handled by the cnl blueprint module
    Affected if CNL endpoint is exposed and the jk parameter can be submitted without validation - vulnerable if version is below the fixed release
  4. Verify evaljs usage in CNL handler
    Inspect the CNL blueprint source code (cnl.py or similar) to confirm the jk parameter is passed to dykpy.evaljs() without sanitization - look for evaljs() calls with jk parameter
    Affected if The code directly passes request parameters to evaljs() without validation - vulnerable

The environment is affected if pyLoad version is below 0.5.0b3.dev92 AND the CNL Blueprint with the vulnerable jk parameter handling is exposed.

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.

dbcve · scoped
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Upgrade pyLoad to version 0.5.0b3.dev92 or later, which implements proper jk parameter validation before passing to evaljs().

Recommended fix High confidence

0.5.0b3.dev92

  1. Identify the current pyLoad version running in your environment
  2. Upgrade pyLoad to version 0.5.0b3.dev92 or later where the jk parameter validation is implemented
  3. Restart the pyLoad service to apply the update
  4. Verify the service is running and the web-ui is responsive

Generated from the published advisory — verify against the referenced sources before acting.

Have this fixed Scoped from the published advisory
  • Consultation1.0 h
  • Implementation2.0 h
  • Testing2.0 h
  • Review / QA1.0 h
6.0 hours of engineering $1,040
Get help mitigating

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

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