CVE-2026-71241 PUBLISHED

Book-Management-System: Unauthenticated Disclosure of Student PII and Borrowing History

Assigner: TuranSec
Reserved: 05.08.2026 Published: 05.08.2026 Updated: 05.08.2026

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. This allows any unauthenticated remote user to retrieve student PII (name, gender, card validity, debt status) and full book-borrowing history by supplying a card_id. Because card_id values are sequential integers, the entire student database can be enumerated without authentication.

Metrics

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

Product Status

Vendor lyric777
Product Book-Management-System
Versions Default: unknown
  • Version 0 is affected

Credits

  • Abbos Eshmirzayev finder

References

Problem Types

  • CWE-306 Missing Authentication for Critical Function CWE