Improper Authorization in Nautobot - #VU139396
Published: July 27, 2026
Vulnerability details
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to improper authorization in the GraphQL implementation when traversing related models through GraphQL queries. A remote user can send a crafted GraphQL query to disclose sensitive information.
The issue occurs because object permissions are enforced at the root of the query but not on traversed related models.