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.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-08-10 11:17
Updated : 2026-08-28 18:51
NVD link : CVE-2026-72582
Mitre link : CVE-2026-72582
CVE.ORG link : CVE-2026-72582
JSON object : View
Products Affected
No product.
CWE
CWE-476
NULL Pointer Dereference
