vendor:
Signer
by:
dd_ (info@malicious.group)
8.8
CVSS
HIGH
Server-Side Template Injection leading to Remote Command Execution
94
CWE
Product Name: Signer
Affected Version From: v3.0
Affected Version To: v3.0
Patch Exists: NO
Related CWE: N/A
CPE: a:simcy_creative:signer:3.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: PHP/MySQL (PHP 7.2 / MySQL 5.7.25-0ubuntu0.18.04.2-log)
2019
PDF Signer v3.0 – SSTI to RCE via CSRF Cookie
Signer v3.0 is vulnerable to Server-Side Template Injection leading to Remote Command Execution due to improper Cookie handling and improper CSRF implementation. An attacker can craft a malicious cookie and send it to the server, which will then be executed as a command.
Mitigation:
Ensure that cookies are properly sanitized and validated before being used. Implement proper CSRF protection.