GHSA-98xv-m2v4-crqhMediumCVSS 4.3

HostList.list() catches bare Exception and returns str(e) verbatim. Via host_filter...

Published
September 23, 2026
Last Modified
September 24, 2026

🔗 CVE IDs covered (1)

📋 Description

HostList.list() catches bare Exception and returns str(e) verbatim. Via host_filter, any authenticated user triggers Django FieldError (leaking complete Host model relation graph including internal reverse accessors) or PostgreSQL DataError (leaking raw database error strings). Two primitives: credential__search=x dumps ORM schema, name__regex=[bad reflects PostgreSQL errors.

🔗 References (5)