AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-72582

HIGH · CVSS 7.5 EPSS 0.35% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-10 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

A NULL pointer dereference vulnerability in fastschema versions up to 0.15.1 allows unauthenticated remote attackers to crash the server by sending a single HTTP request to the recovery endpoint. This flaw occurs due to the dereferencing of an unchecked pointer, leading to a fatal panic and server termination. Organizations using affected versions of fastschema should prioritize patching this vulnerability to prevent potential service disruptions.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-72582
Severity
HIGH
CVSS
7.5
EPSS
0.35%

Original NVD 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.