Cyber Resilience

CVE-2022-30076

MediumPublic PoC

Published: 16 April 2023

Published
16 April 2023
Modified
06 February 2025
KEV Added
Patch
CVSS Score v3.1 5.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.1283 94.2th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-30076 is a medium-severity Improper Restriction of Excessive Authentication Attempts (CWE-307) vulnerability in Entab Erp. Its CVSS base score is 5.3 (Medium).

Operationally, ranked in the top 5.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

ENTAB ERP 1.0 is affected by an information disclosure vulnerability that enables enumeration of users' full names. The flaw arises because the application accepts sequential student usernames such as s10000 through s20000 without implementing rate limiting, a condition reflected in its CWE-307 classification and CVSS 3.1 score of 5.3.

Unauthenticated remote attackers can exploit the issue over the network by issuing a series of automated queries against predictable username patterns. Successful enumeration yields only partial identity data and does not directly permit further compromise of confidentiality, integrity, or availability.

Public references consist solely of exploit details published on Packet Storm Security; no vendor advisory, patch, or mitigation guidance is referenced. The associated EPSS score has remained flat at 0.1283 with no material rise after disclosure.

EU & UK References

Vulnerability details

ENTAB ERP 1.0 allows attackers to discover users' full names via a brute force attack with a series of student usernames such as s10000 through s20000. There is no rate limiting.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

entab
erp
1.0

Mitigating Controls

Likely Mitigating Controls AI

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-307

This control directly enforces limits on consecutive invalid logon attempts and automatic response (e.g., lockout) to prevent brute-force exploitation of authentication mechanisms.

addresses: CWE-307

Specific conditions can include excessive failed attempts, triggering stronger authentication that restricts brute-force exploitation.

References