Cyber Posture

CVE-2025-7947

MediumPublic PoC

Published: 22 July 2025

Published
22 July 2025
Modified
29 April 2026
KEV Added
Patch
CVSS Score 5.4 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
EPSS Score 0.0015 34.5th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-7947 is a medium-severity Incorrect Privilege Assignment (CWE-266) vulnerability in Jishenghua Jsherp. Its CVSS base score is 5.4 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 34.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploitation for Privilege Escalation (T1068) and 1 other technique.
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-285 CWE-266

Documented procedures facilitate correct implementation and ongoing management of authorization decisions.

addresses: CWE-285 CWE-266

Periodic reviews identify and correct flaws in authorization decisions or enforcement.

addresses: CWE-285 CWE-266

Specifying access authorizations for each account and requiring approvals for account requests enforces proper authorization decisions.

addresses: CWE-285 CWE-639

The control mandates authorization decisions for each access request, reducing the ability to exploit improper authorization weaknesses.

addresses: CWE-285 CWE-639

The control requires checking and applying authorization decisions per policy, preventing improper authorization.

addresses: CWE-266 CWE-285

The control requires explicit definition of separated access authorizations, making incorrect privilege assignments that bundle conflicting duties harder to implement.

addresses: CWE-266 CWE-285

Ensures privileges are assigned only as necessary rather than incorrectly over-granted.

addresses: CWE-285

The control's documentation requirement reduces improper authorization by ensuring only mission-justified actions bypass authentication.

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1531 Account Access Removal Impact
Adversaries may interrupt availability of system and network resources by inhibiting access to accounts utilized by legitimate users.
Why these techniques?

The IDOR vulnerability (CWE-285) in the /user/delete endpoint enables low-privileged authenticated users to exploit improper authorization for privilege escalation (T1068) by performing admin-level account deletions and facilitates account access removal (T1531) by allowing arbitrary account deletion via ID manipulation.

NVD Description

A vulnerability classified as critical has been found in jshERP up to 3.5. Affected is an unknown function of the file /user/delete of the component Account Handler. The manipulation of the argument ID leads to improper authorization. It is possible…

more

to launch the attack remotely. The exploit has been disclosed to the public and may be used.

Deeper analysisAI

CVE-2025-7947 is a critical improper authorization vulnerability in jshERP versions up to 3.5, affecting an unknown function within the /user/delete endpoint of the Account Handler component. The issue arises from manipulation of the ID argument, allowing unauthorized actions on user accounts. It has a CVSS v3.1 base score of 5.4 (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L) and is linked to CWEs 266 (Incorrect Privilege Assignment), 285 (Improper Authorization), and 639 (Authorization Bypass Through User-Controlled Key). The vulnerability is remotely exploitable, with a proof-of-concept exploit publicly disclosed.

An attacker with low privileges, such as a standard authenticated user, can exploit this over the network with low complexity and no user interaction required. Successful exploitation enables limited integrity and availability impacts, potentially allowing unauthorized modifications or deletions of account data via the manipulated ID parameter, while confidentiality remains unaffected due to the unchanged scope.

Advisories and further details are available in referenced sources, including GitHub issue #124 in the jshERP repository (https://github.com/jishenghua/jshERP/issues/124) and VulDB entries (https://vuldb.com/?ctiid.317088, https://vuldb.com/?id.317088, https://vuldb.com/?submit.619276), which document the vulnerability disclosure and may include mitigation guidance or patch information.

Details

CWE(s)

Affected Products

jishenghua
jsherp
≤ 3.5

CVEs Like This One

CVE-2025-60801Same product: Jishenghua Jsherp
CVE-2025-51743Same product: Jishenghua Jsherp
CVE-2025-51746Same product: Jishenghua Jsherp
CVE-2026-1546Same product: Jishenghua Jsherp
CVE-2025-51745Same product: Jishenghua Jsherp
CVE-2025-51742Same product: Jishenghua Jsherp
CVE-2025-51744Same product: Jishenghua Jsherp
CVE-2026-2079Shared CWE-266, CWE-285
CVE-2026-0574Shared CWE-266, CWE-285
CVE-2026-2106Shared CWE-266, CWE-285

References