GHSA-98xv-m2v4-crqhMediumCVSS 4.3
HostList.list() catches bare Exception and returns str(e) verbatim. Via host_filter...
🔗 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.