Files uploaded by users to Nautobot's MEDIA_ROOT
directory, including DeviceType image attachments as well as images attached to a Location, Device, or Rack, are served to users via a URL endpoint that was not enforcing user authentication. As a consequence, such files can be retrieved by anonymous users who know or can guess the correct URL for a given file.
For DeviceType image attachments, a mitigating factor is that no URL endpoint exists for listing the contents of the devicetype-images/
subdirectory, and the file names are as specified by the uploading user, so any given DeviceType image attachment can only be retrieved by correctly guessing its file name.
Similarly, for all other image attachments, while the images can be listed by accessing the /api/extras/image-attachments/
endpoint as an authenticated user only, absent that authenticated access, accessing the files would again require guessing file names correctly.
Nautobot v2.4.10 and v1.6.32 will address this issue by adding enforcement of Nautobot user authentication to this endpoint.
No workaround other than applying the patch given in https://github.com/nautobot/nautobot/pull/6672 (2.x) or https://github.com/nautobot/nautobot/pull/6703 (1.6)
Are there any links users can visit to find out more?
{ "github_reviewed": true, "cwe_ids": [ "CWE-200" ], "severity": "MODERATE", "nvd_published_at": "2025-06-10T16:15:42Z", "github_reviewed_at": "2025-06-10T20:36:11Z" }