VYPR
Unrated severityOSV Advisory· Published Jan 8, 2026· Updated Jan 8, 2026

Flag Forge has ReDoS Vulnerability in User Profile Lookup API

CVE-2026-21868

Description

Flag Forge is a Capture The Flag (CTF) platform. Versions 2.3.2 and below have a Regular Expression Denial of Service (ReDoS) vulnerability in the user profile API endpoint (/api/user/[username]). The application constructs a regular expression dynamically using unescaped user input (the username parameter). An attacker can exploit this by sending a specially crafted username containing regex meta-characters (e.g., deeply nested groups or quantifiers), causing the MongoDB regex engine to consume excessive CPU resources. This can lead to Denial of Service for other users. The issue is fixed in version 2.3.3. To workaround this issue, implement a Web Application Firewall (WAF) rule to block requests containing regex meta-characters in the URL path.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

2
  • Flagforgectf/FlagforgeOSV2 versions
    ctf, v2, v2.2, …+ 1 more
    • (no CPE)range: ctf, v2, v2.2, …
    • (no CPE)range: <=2.3.2

Patches

Vulnerability mechanics

References

1

News mentions

0

No linked articles in our index yet.