Cyber Resilience

CVE-2025-56218

Critical

Published: 17 October 2025

Published
17 October 2025
Modified
27 October 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0022 45.5th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-56218 is a critical-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Ascertia Signinghub. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 45.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-56218 is an arbitrary file upload vulnerability in SigningHub version 8.6.8 that enables attackers to execute arbitrary code by uploading a crafted PDF file. This issue, published on 2025-10-17, is classified under CWE-434 (Unrestricted Upload of File with Dangerous Type) and carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), marking it as critical due to its high impact on confidentiality, integrity, and availability.

Unauthenticated remote attackers can exploit this vulnerability over the network with low attack complexity and no user interaction required. By uploading a specially crafted PDF file, attackers achieve arbitrary code execution on the targeted SigningHub instance, potentially leading to full system compromise.

Mitigation guidance and further details are available in vendor advisories from Ascertia (http://ascertia.com), SigningHub (http://signinghub.com), and the GitHub repository documenting the vulnerability (https://github.com/saykino/CVE-2025-56218).

EU & UK References

Vulnerability details

An arbitrary file upload vulnerability in SigningHub v8.6.8 allows attackers to execute arbitrary code via uploading a crafted PDF file.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1566.001 Spearphishing Attachment Initial Access
Adversaries may send spearphishing emails with a malicious attachment in an attempt to gain access to victim systems.
T1566.002 Spearphishing Link Initial Access
Adversaries may send spearphishing emails with a malicious link in an attempt to gain access to victim systems.
T1566.003 Spearphishing via Service Initial Access
Adversaries may send spearphishing messages via third-party services in an attempt to gain access to victim systems.
Why these techniques?

Arbitrary file upload vulnerability in web-based SigningHub enables exploitation of a public-facing application (T1190) and facilitates spearphishing via service (T1566.003) by uploading crafted files (Excel/PDF with scripts or disguised phishing URLs) that are converted and delivered to recipients, leading to malicious file (T1566.001) or link (T1566.002) execution upon interaction.

CVEs Like This One

CVE-2024-56975Shared CWE-434
CVE-2019-25580Shared CWE-434
CVE-2026-27636Shared CWE-434
CVE-2026-4809Shared CWE-434
CVE-2020-37090Shared CWE-434
CVE-2026-24729Shared CWE-434
CVE-2026-28289Shared CWE-434
CVE-2026-1730Shared CWE-434
CVE-2023-50897Shared CWE-434
CVE-2025-70457Shared CWE-434

Affected Assets

ascertia
signinghub
≤ 8.6.8

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 directly requires validation of uploaded files to block crafted PDFs that enable arbitrary code execution.

prevent

SI-9 enforces restrictions on file types and inputs to prevent unrestricted uploads of dangerous files like malicious PDFs.

prevent

SI-2 mandates timely remediation of the specific flaw in SigningHub v8.6.8 to eliminate the arbitrary file upload vulnerability.

References