Schule is open-source school management system software. The generateOTP() function generates a 4-digit numeric One-Time Password (OTP). Prior to version 1.0.1, even if a secure random number generator is used, the short length and limited range (1000–9999) results in only 9000 possible combinations. This small keyspace makes the OTP highly vulnerable to brute-force attacks, especially in the absence of strong rate-limiting or lockout mechanisms. Version 1.0.1 fixes the issue.
CVSS
No CVSS.
References
Configurations
No configuration.
History
23 May 2025, 15:54
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
22 May 2025, 21:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-05-22 21:15
Updated : 2025-05-23 15:54
NVD link : CVE-2025-48372
Mitre link : CVE-2025-48372
CVE.ORG link : CVE-2025-48372
JSON object : View
Products Affected
No product.
CWE
CWE-521
Weak Password Requirements