Vulnerability Description
A NULL pointer dereference vulnerability in fastschema through v0.15.1 allows an unauthenticated remote attacker to crash the server process with a single HTTP request. The sendOTPEmail function in pkg/auth/local.go dereferences a pointer obtained from an unchecked error path without validating it is non-nil, causing a fatal panic that terminates the entire server when a recovery request is sent to the /api/auth/local/recover endpoint.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/fastschema/fastschema
- https://github.com/fastschema/fastschema/blob/main/pkg/auth/local.go
FAQ
What is CVE-2026-72582?
CVE-2026-72582 is a vulnerability with a CVSS score of 7.5 (HIGH). A NULL pointer dereference vulnerability in fastschema through v0.15.1 allows an unauthenticated remote attacker to crash the server process with a single HTTP request. The sendOTPEmail function in pk...
How severe is CVE-2026-72582?
CVE-2026-72582 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-72582?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.