๐Ÿ” CVE Alert

CVE-2026-92921

MEDIUM 4.9

admin3 through 3.0.0 Weak Password Hashing via Single-Round MD5

CVSS Score
4.9
EPSS Score
0.0%
EPSS Percentile
0th

admin3 through 3.0.0 stores account passwords using single-round MD5 with only the username as salt and no key derivation function. Attackers with database access can recover plaintext passwords through offline dictionary or brute-force attacks due to negligible computational effort.

CWE CWE-916
Vendor cjbi
Product admin3
Published Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for cjbi admin3

Be the first to know when new medium vulnerabilities affecting cjbi admin3 are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

cjbi / admin3
0 โ‰ค 3.0.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/LinYuanyi1/cve-request-poc/blob/master/admin3/C08_md5_credential_hashing.py github.com: https://github.com/cjbi/admin3/blob/3.0.0/admin3-server/src/main/java/tech/wetech/admin3/common/SecurityUtil.java github.com: https://github.com/cjbi/admin3/blob/3.0.0/admin3-server/src/main/java/tech/wetech/admin3/sys/model/UserCredential.java github.com: https://github.com/cjbi/admin3 vulncheck.com: https://www.vulncheck.com/advisories/admin3-through-3.0.0-weak-password-hashing-via-single-round-md5

Credits

๐Ÿ” Mingsheng Lin