← Back to search

CVE-2026-71241

7.5 HIGHpublic exploit available

Published 2026-08-05 · Updated 2026-08-10

AI risk analysis

Summary
The flaw allows unauthorized access to sensitive API endpoints by enumerating card_id values, compromising user data security.
Exploitability
Exploitation is relatively easy due to sequential card_id values and missing authentication checks.
Blast radius
If exploited, it could lead to full enumeration of the student database, posing a significant risk to user privacy.
Prioritized remediation
Apply the @login_required decorator to all relevant API endpoints to enforce proper authentication.
auth-bypassapi-securitywebenumeration

Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.

NVD description

Book-Management-System's Flask API endpoints /student, /record, /books, /find_stu_book, and /find_not_return_book are missing the @login_required decorator that protects sibling routes (/search_student, /storage) in the same file. Because card_id values are sequential integers, the entire student database can be enumerated without authentication.

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Weaknesses

CWE-306

Public exploit & PoC references

All references

Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.