CVE-2026-72582
Received Received - Intake

NULL Pointer Dereference in fastschema

Vulnerability report for CVE-2026-72582, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-10
Generated
2026-08-10
AI Q&A
2026-08-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
fastschema fastschema 0.15.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-476 The product dereferences a pointer that it expects to be valid but is NULL.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a NULL pointer dereference vulnerability in fastschema through version 0.15.1. An unauthenticated remote attacker can crash the server by sending a single HTTP request. The issue occurs in the sendOTPEmail function in pkg/auth/local.go, where a pointer from an unchecked error path is dereferenced without validation, causing a fatal panic that terminates the server when a recovery request is sent to the /api/auth/local/recover endpoint.

Detection Guidance

To detect this vulnerability, monitor for crashes or panics in the fastschema server process after sending a recovery request to the /api/auth/local/recover endpoint. Check server logs for fatal errors or NULL pointer dereference messages following such requests.

Impact Analysis

This vulnerability allows an attacker to crash the fastschema server remotely without authentication. This results in a denial of service (DoS), making the application unavailable to legitimate users. The server process terminates entirely upon exploitation, disrupting services dependent on it.

Compliance Impact

This vulnerability causes server crashes via unauthenticated requests, leading to denial-of-service conditions. Such instability may disrupt data availability, potentially violating GDPR's integrity and availability principles or HIPAA's access and integrity requirements for protected health information.

Mitigation Strategies

Immediately update fastschema to a patched version if available. If not, restrict access to the /api/auth/local/recover endpoint via network policies or firewall rules. Monitor server logs for signs of exploitation attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72582. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart