CVE Catalog

CVE-2026-22660

HighCVSS 7.2
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.33%

25th percentile - higher than 25% of all known CVEs

Summary

FlaskBB through version 2.2.0 contains a logic flaw vulnerability that allows authenticated administrators to delete all built-in authorization groups. The issue is a type mismatch in the bulk AJAX endpoint, where JSON integer group IDs are compared against string literals, causing the protection check to always pass.

Risk Assessment

The risk is the potential destruction of the forum's permission model by deleting all six built-in groups, which could render the site unusable. However, the attack requires administrator authentication, limiting the threat to trusted users with high privileges.

Recommendation

Immediately update FlaskBB to a version containing commit a5da9a5 or later. If an update is not possible, temporarily restrict access to the admin panel to only trusted administrators.

Other vulnerabilities in FlaskBB

See all
Original NVD description (English source)

FlaskBB through 2.2.0, fixed in commit a5da9a5, contains a logic flaw vulnerability that allows authenticated administrators to delete all built-in authorization groups by exploiting a type mismatch in the bulk delete protection check. The bulk AJAX endpoint in the management views compares received JSON integer group IDs against string literals, causing the protection check to always pass, which allows deletion of all six built-in groups and destroys the forum's permission model, potentially rendering the site unusable.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS