Skip to main content

SigningHub CVE-2025-56223

HIGH
Allocation of Resources Without Limits or Throttling (CWE-770)
2025-10-20 cve@mitre.org
7.5
CVSS 3.1 · Vendor: mitre
Share

Severity by source

Vendor (mitre) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
6.5 MEDIUM

Network-reachable, low-complexity resource-exhaustion with availability-only impact; PR:L assessed because reaching an e-signature upload endpoint most likely requires an authenticated session despite NVD's PR:N.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (mitre).

CVSS VectorVendor: mitre

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

1
Analysis Generated
Jul 05, 2026 - 02:58 vuln.today

DescriptionCVE.org

A lack of rate limiting in the component /Home/UploadStreamDocument of SigningHub v8.6.8 allows attackers to cause a Denial of Service (DoS) via uploading an excessive number of files.

AnalysisAI

Denial of service in Ascertia SigningHub v8.6.8 stems from a missing rate limit on the /Home/UploadStreamDocument endpoint, letting attackers flood the server with an excessive number of file uploads until resources are exhausted and the e-signature service becomes unavailable. The CVSS vector marks it network-reachable and unauthenticated (PR:N) with high availability impact but no confidentiality or integrity effect. A GitHub repository (saykino/CVE-2025-56223) associated with the CVE indicates publicly available exploit code exists; the flaw is not in CISA KEV and EPSS exploitation probability is modest at 0.54%.

Technical ContextAI

SigningHub is Ascertia's web-based enterprise digital-signature and document-workflow platform (CPE cpe:2.3:a:ascertia:signinghub). The affected component, the /Home/UploadStreamDocument controller action, streams uploaded documents into the application. The root cause is CWE-770 (Allocation of Resources Without Limits or Throttling): the endpoint accepts uploads without enforcing a rate limit, quota, or throttle, so repeated or high-volume upload requests can consume disk, memory, CPU, or connection resources faster than the server can reclaim them. This is a resource-management weakness rather than a memory-corruption or logic bug, so it does not yield code execution or data disclosure - only availability degradation.

RemediationAI

No vendor-released patch version was identified at time of analysis - the references contain only the vendor homepage (http://signinghub.com) and a researcher GitHub page (https://github.com/saykino/CVE-2025-56223), not a tagged fix release; administrators should contact Ascertia support to confirm a fixed build beyond 8.6.8. As specific compensating controls: enforce rate limiting and per-session upload quotas on the /Home/UploadStreamDocument endpoint at a reverse proxy or WAF (e.g. limit requests per IP/session per interval), which throttles abuse but may inconvenience legitimate bulk uploaders; cap maximum upload size and per-account storage quotas to bound disk exhaustion, at the cost of rejecting large legitimate documents; require and verify authentication on the upload path if not already enforced, reducing anonymous abuse; and monitor for upload-volume spikes with alerting so operators can respond before full resource exhaustion. Restricting network access to the SigningHub interface to trusted networks/VPN further narrows the attack surface where deployment allows.

Share

CVE-2025-56223 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy