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.
{
"cwe_ids": [
"CWE-476"
],
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72582.json",
"cna_assigner": "TuranSec"
}{
"extracted_events": [
{
"introduced": "0"
},
{
"last_affected": "0.15.1"
},
{
"fixed": "v0.15.1"
}
],
"source": [
"AFFECTED_FIELD",
"DESCRIPTION"
]
}