CVE-2026-72582 HIGH

CVE-2026-72582: fastschema - Unauthenticated NULL Pointer Dereference DoS in Account Recovery Endpoint

Vendor Fastschema
Product fastschema
Weakness CWE-476
Published August 10, 2026
Last update August 10, 2026

CVSS base score

7.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity None

CVSS vector

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

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

August 10, 2026 CVE published
August 10, 2026 Record updated