CVE-2026-72582 PUBLISHED

fastschema - Unauthenticated NULL Pointer Dereference DoS in Account Recovery Endpoint

Assigner: TuranSec
Reserved: 10.08.2026 Published: 10.08.2026 Updated: 10.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS Score: 7.5

Product Status

Vendor fastschema
Product fastschema
Versions Default: unknown
  • affected from 0 to 0.15.1 (incl.)

Credits

  • Komiljon Ayubov finder

References

Problem Types

  • CWE-476: NULL Pointer Dereference CWE