GHSA-75mc-3pjc-727q
Vulnerability from github
Impact
In Nautobot 1.x and 2.0.x, the URLs /files/get/?name=...
and /files/download/?name=...
are used to provide admin access to files that have been uploaded as part of a run request for a Job that has FileVar inputs. Under normal operation these files are ephemeral and are deleted once the Job in question runs.
It was reported by @kircheneer that in the default implementation used in Nautobot, as provided by django-db-file-storage
, these URLs do not by default require any user authentication to access; they should instead be restricted to only users who have permissions to view Nautobot's FileProxy
model instances.
Note that no URL mechanism is provided for listing or traversal of the available file name
values, so in practice an unauthenticated user would have to guess names to discover arbitrary files for download, but if a user knows the file name/path value, they can access it without authenticating, so we are considering this a vulnerability.
Patches
Fixes will be included in Nautobot 1.6.7 and Nautobot 2.0.6.
Workarounds
No workaround other than applying the patches included in https://github.com/nautobot/nautobot/pull/4959/files (2.0.x) or https://github.com/nautobot/nautobot/pull/4964/files (1.6.x)
References
- https://github.com/victor-o-silva/db_file_storage/blob/master/db_file_storage/views.py
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "nautobot" }, "ranges": [ { "events": [ { "introduced": "1.1.0" }, { "fixed": "1.6.7" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "PyPI", "name": "nautobot" }, "ranges": [ { "events": [ { "introduced": "2.0.0" }, { "fixed": "2.0.6" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-50263" ], "database_specific": { "cwe_ids": [ "CWE-200", "CWE-306" ], "github_reviewed": true, "github_reviewed_at": "2023-12-13T13:35:48Z", "nvd_published_at": "2023-12-12T23:15:07Z", "severity": "LOW" }, "details": "### Impact\n\n In Nautobot 1.x and 2.0.x, the URLs `/files/get/?name=...` and `/files/download/?name=...` are used to provide admin access to files that have been uploaded as part of a run request for a Job that has FileVar inputs. Under normal operation these files are ephemeral and are deleted once the Job in question runs. \n\nIt was reported by @kircheneer that in the default implementation used in Nautobot, as provided by `django-db-file-storage`, these URLs do not by default require any user authentication to access; they should instead be restricted to only users who have permissions to view Nautobot\u0027s `FileProxy` model instances.\n\nNote that no URL mechanism is provided for listing or traversal of the available file `name` values, so in practice an unauthenticated user would have to guess names to discover arbitrary files for download, but if a user knows the file name/path value, they can access it without authenticating, so we are considering this a vulnerability.\n\n### Patches\n\nFixes will be included in Nautobot 1.6.7 and Nautobot 2.0.6.\n\n### Workarounds\n\nNo workaround other than applying the patches included in https://github.com/nautobot/nautobot/pull/4959/files (2.0.x) or https://github.com/nautobot/nautobot/pull/4964/files (1.6.x)\n\n### References\n\n- https://github.com/victor-o-silva/db_file_storage/blob/master/db_file_storage/views.py", "id": "GHSA-75mc-3pjc-727q", "modified": "2024-11-22T18:14:45Z", "published": "2023-12-13T13:35:48Z", "references": [ { "type": "WEB", "url": "https://github.com/nautobot/nautobot/security/advisories/GHSA-75mc-3pjc-727q" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50263" }, { "type": "WEB", "url": "https://github.com/nautobot/nautobot/pull/4959" }, { "type": "WEB", "url": "https://github.com/nautobot/nautobot/pull/4964" }, { "type": "WEB", "url": "https://github.com/nautobot/nautobot/commit/458280c359a4833a20da294eaf4b8d55edc91cee" }, { "type": "WEB", "url": "https://github.com/nautobot/nautobot/commit/5e2ba9e8ac0840b1c44eb1a8ea3c0bd2c68e4f80" }, { "type": "WEB", "url": "https://github.com/nautobot/nautobot/commit/7c4cf3137f45f1541f09f2f6a7f8850cd3a2eaee" }, { "type": "PACKAGE", "url": "https://github.com/nautobot/nautobot" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/nautobot/PYSEC-2023-286.yaml" }, { "type": "WEB", "url": "https://github.com/victor-o-silva/db_file_storage/blob/master/db_file_storage/views.py" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N", "type": "CVSS_V3" } ], "summary": "Unauthenticated db-file-storage views" }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.