PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-71247 documenso CVE debrief

The CVE-2026-71247 vulnerability affects Documenso's document-signing UI, specifically the sign-field-with-token.ts handler. This handler 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. The vulnerability has a CVSS score of 6.5 and a severity of MEDIUM. The CVE record was published on 2026-08-05T11:16:27.743Z and has not been modified since then. Organizations using Documenso for document signing, particularly those with multiple users and roles, should be aware of this vulnerability and take steps to mitigate it.

Vendor
documenso
Product
Unknown
CVSS
MEDIUM 6.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-05
Original CVE updated
2026-08-05
Advisory published
2026-08-05
Advisory updated
2026-08-05

Who should care

Organizations using Documenso for document signing, particularly those with multiple users and roles, should be aware of this vulnerability and take steps to mitigate it. This includes reviewing and updating Documenso configurations to restrict ASSISTANT role access to sensitive document-signing fields, implementing proper authorization controls to prevent unauthorized access to document-signing fields, and monitoring document-signing activities for suspicious behavior. Affected operators, platforms, and security teams should prioritize patching and compensating controls to prevent exploitation. Vulnerability management and security teams should track exceptions, retest remediated assets, and close the item only after evidence is documented. The CVE record indicates that the vulnerability has a CVSS score of 6.5 and a severity of MEDIUM, emphasizing the need for prompt action to mitigate the vulnerability. Additionally, defenders should verify the integrity of document-signing fields and monitor for suspicious activity. Asset inventory and rollback/change windows should also be reviewed to ensure that affected systems are properly managed. Source tracking and exposure review are crucial in this case, as they can help defenders understand the scope of the vulnerability and prioritize mitigation efforts. Compensating controls, such as monitoring and detection, can also be implemented to reduce the risk of exploitation. Overall, a comprehensive approach to vulnerability management and mitigation is essential to addressing this vulnerability effectively. The CVE description and official advisory provide critical information for affected stakeholders, who should carefully review and implement the recommended actions to prevent exploitation of this vulnerability. The vulnerability's impact on confidentiality, integrity, and availability should be carefully assessed, and defenders should take steps to minimize potential damage. By prioritizing patching, compensating controls, and vulnerability management, organizations can reduce the risk of exploitation and protect their assets from potential attacks. The CVE-2026-71247 vulnerability highlights the importance of a pro

Technical summary

The sign-field-with-token.ts handler in Documenso 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. This is due to the lack of checks for field.type being SIGNATURE and the acting recipient owning it. 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. In a sequential-signing document, an assistant recipient can therefore forge another signer's signature field.

Defensive priority

Organizations using Documenso should review their configurations and ensure that proper authorization controls are in place to prevent unauthorized access to sensitive document-signing fields.

Recommended defensive actions

  • Review and update Documenso configurations to restrict ASSISTANT role access to sensitive document-signing fields.
  • Implement proper authorization controls to prevent unauthorized access to document-signing fields.
  • Monitor document-signing activities for suspicious behavior.
  • Verify the integrity of document-signing fields and monitor for suspicious activity.
  • Review asset inventory and rollback/change windows to ensure that affected systems are properly managed.
  • Implement source tracking and exposure review to understand the scope of the vulnerability and prioritize mitigation efforts.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.

Evidence notes

The CVE description indicates that Documenso's sign-field-with-token.ts 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. The handler upserts a Signature record tied to the target field's recipientId with no check that field.type is SIGNATURE and the acting recipient owns it.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-05T11:16:27.743Z and has not been modified since then.