CVE-2026-51788
Received Received - Intake

Denial of Service in Cleverange Auth via Account Verification

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

Publication date: 2026-09-01

Last updated on: 2026-09-01

Assigner: MITRE

Description

An issue in cleverange_auth v.0.1.10 allows a remote attacker to cause a denial of service via the account_verification function and the accounts/models.py component

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
cleverange cleverange_auth 0.1.10

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-51788 is a Denial of Service (DoS) vulnerability in cleverange_auth v0.1.10. It occurs when the account_verification function in accounts/models.py automatically generates verification records and sends emails upon new user creation. Without protections like rate limiting, attackers can exploit this by repeatedly creating accounts, causing excessive resource consumption.

Detection Guidance

Monitor for unusual spikes in email traffic, database writes, or CPU usage. Check for repeated account creation attempts without valid email verification. Inspect SMTP logs for excessive outgoing emails from your application.

Impact Analysis

This vulnerability can lead to SMTP email flooding, increased CPU and database usage, storage consumption, higher email service costs, and degraded application performance. It may cause a DoS for legitimate users by overwhelming system resources.

Compliance Impact

This DoS vulnerability could lead to non-compliance with GDPR and HIPAA due to excessive data processing and storage from unauthorized account creation. GDPR requires data minimization and security, while HIPAA mandates protection of health-related data. Uncontrolled account generation may violate these by consuming resources and exposing systems to breaches.

Mitigation Strategies
  • Implement rate limiting on registration endpoints to prevent rapid account creation.
  • Add CAPTCHA or similar challenges to registration forms to block automated attacks.
  • Enable asynchronous email delivery to reduce immediate resource consumption.
  • Set up monitoring for unusual registration patterns or resource spikes.
  • Consider disabling automatic email verification until safeguards are in place.

Chat Assistant

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

EPSS Chart