CVE Catalog

CVE-2026-71247

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.17%

7th percentile - higher than 7% of all known CVEs

Summary

In Documenso, sign-field-with-token.ts used by the live document-signing UI allows a recipient with the ASSISTANT role to fetch and complete fields belonging to any later-or-equal-order, not-yet-signed recipient in the same envelope, with no restriction on field type. A newer V2 signing path explicitly blocks assistants from completing SIGNATURE fields, and the project's own test suite comments confirm this guard is absent from the V1 path used here.

Risk Assessment

An assistant can fill signature or other fields of other recipients, potentially leading to unauthorized signatures, document integrity violations, and non-compliance with legal procedures.

Recommendation

Update Documenso to a version that includes a fix blocking assistants from accessing other recipients' fields. If not possible, restrict assistant permissions and monitor signing activity.

Other vulnerabilities in Documenso

See all
Original NVD description (English source)

Documenso's sign-field-with-token.ts, used by the live document-signing UI, allows a recipient with the ASSISTANT role to fetch and complete fields belonging to any later-or-equal-order, not-yet-signed recipient in the same envelope, with no restriction on field type. A newer V2 signing path (sign-envelope-field.ts) explicitly blocks assistants from completing SIGNATURE fields, and the project's own test suite comments confirm this guard is absent from the V1 path used here.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS