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.
References
| Link | Resource |
|---|---|
| https://github.com/lyric777/Book-Management-System |
Configurations
No configuration.
History
No history.
Information
Published : 2026-08-05 11:16
Updated : 2026-08-26 17:13
NVD link : CVE-2026-71241
Mitre link : CVE-2026-71241
CVE.ORG link : CVE-2026-71241
JSON object : View
Products Affected
No product.
CWE
CWE-306
Missing Authentication for Critical Function
