EMSigner
CVE-2023-43901
HIGH
Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Network-accessible with no authentication or complexity barriers; integrity-only impact as privilege modification does not directly expose confidential data or cause availability loss.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
5DescriptionNVD
Incorrect access control in the AdHoc User creation form of EMSigner v2.8.7 allows unauthenticated attackers to arbitrarily modify usernames and privileges by using the email address of a registered user.
AnalysisAI
Incorrect access control in EMSigner v2.8.7's AdHoc User creation form permits unauthenticated remote attackers to arbitrarily modify usernames and elevate privileges by supplying the email address of any registered user, requiring no credentials or user interaction. The CVSS 3.1 score of 7.5 (AV:N/AC:L/PR:N/UI:N) reflects a trivial exploitation path against any internet-exposed instance. Publicly available exploit code exists at secpro.llc, though the EPSS score of 0.46% (37th percentile) indicates limited observed widespread exploitation at time of analysis, and the vulnerability is not currently listed in the CISA KEV catalog.
Technical ContextAI
EMSigner is an electronic document signing platform. The vulnerable component is the AdHoc User creation form, which processes user attribute changes - including username and privilege level - without enforcing any authorization check on the requestor's identity. CWE-284 (Improper Access Control) identifies the root cause: the application accepts attacker-controlled input (a registered user's email address) and applies the requested modifications without verifying the requestor holds the right to perform them. The affected product is precisely identified by CPE cpe:2.3:a:emsigner:emsigner:2.8.7:*:*:*:*:*:*:*, pinpointing the single confirmed vulnerable release. Because the form is reachable without authentication and processes privilege-affecting operations, any network-accessible deployment is directly exposed.
RemediationAI
No vendor-released patch is identified at time of analysis - fix version not confirmed from available data. Organizations running EMSigner v2.8.7 should immediately restrict unauthenticated access to the AdHoc User creation endpoint at the network perimeter via web application firewall rules or reverse proxy ACLs that require authentication before reaching that form; note this may disrupt legitimate AdHoc user workflows and should be coordinated with application owners. As an additional compensating control, isolating the EMSigner application to internal networks or VPN-gated access would eliminate exposure to unauthenticated remote attackers, at the trade-off of reduced accessibility for external signatories. All user accounts and privilege assignments should be audited immediately for unauthorized modifications, as prior exploitation may have already occurred. Contact the EMSigner vendor directly regarding an official patch, referencing CVE-2023-43901. The exploit documentation at https://secpro.llc/EMSigner-CVE-1/ can be used to validate WAF rule effectiveness.
Incorrect access control in the Forgot Your Password function of EMSigner v2.8.7 allows unauthenticated attackers to acc
Insecure Direct Object References (IDOR) in EMSigner v2.8.7 allow attackers to gain unauthorized access to application c
Same weakness CWE-284 – Improper Access Control
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today