Search Results (3 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-72582 1 Fastschema 1 Fastschema 2026-08-11 7.5 High
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.
CVE-2026-72583 1 Fastschema 1 Fastschema 2026-08-11 5.4 Medium
A stored cross-site scripting (XSS) vulnerability in fastschema through v0.15.1 allows a low-privileged authenticated user to upload an SVG file containing malicious JavaScript by bypassing the MIME type allow-list check.
CVE-2026-72584 1 Fastschema 1 Fastschema 2026-08-11 7.4 High
A time-of-check/time-of-use (TOCTOU) race condition in fastschema through v0.15.1 allows an unauthenticated remote attacker to bypass the OTP attempt limit on the account recovery flow, enabling brute-force attacks on 6-digit OTP codes.