You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
This CVE record has been updated after NVD enrichment efforts were completed. Enrichment data supplied by the NVD may require amendment due to these changes.
Description
Nautobot is a Network Source of Truth and Network Automation Platform built as a web application atop the Django Python framework with a PostgreSQL or MySQL database. In Nautobot 1.x and 2.0.x prior to 1.6.7 and 2.0.6, 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.
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.
Fixes are included in Nautobot 1.6.7 and Nautobot 2.0.6. No known workarounds are available other than applying the patches included in those versions.
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected].
OR
*cpe:2.3:a:networktocode:nautobot:*:*:*:*:*:*:*:* versions from (including) 1.1.0 up to (excluding) 1.6.7
*cpe:2.3:a:networktocode:nautobot:*:*:*:*:*:*:*:* versions from (including) 2.0.0 up to (excluding) 2.0.6
Changed
Reference Type
https://github.com/nautobot/nautobot/commit/458280c359a4833a20da294eaf4b8d55edc91cee No Types Assigned
New CVE Received from GitHub, Inc.12/12/2023 6:15:07 PM
Action
Type
Old Value
New Value
Added
Description
Nautobot is a Network Source of Truth and Network Automation Platform built as a web application atop the Django Python framework with a PostgreSQL or MySQL database. In Nautobot 1.x and 2.0.x prior to 1.6.7 and 2.0.6, 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.
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.
Fixes are included in Nautobot 1.6.7 and Nautobot 2.0.6. No known workarounds are available other than applying the patches included in those versions.
Added
CVSS V3.1
GitHub, Inc. AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
Added
CWE
GitHub, Inc. CWE-200
Added
Reference
GitHub, Inc. https://github.com/nautobot/nautobot/commit/458280c359a4833a20da294eaf4b8d55edc91cee [No types assigned]
Added
Reference
GitHub, Inc. https://github.com/nautobot/nautobot/commit/7c4cf3137f45f1541f09f2f6a7f8850cd3a2eaee [No types assigned]
Added
Reference
GitHub, Inc. https://github.com/nautobot/nautobot/pull/4959 [No types assigned]
Added
Reference
GitHub, Inc. https://github.com/nautobot/nautobot/pull/4964 [No types assigned]
Added
Reference
GitHub, Inc. https://github.com/nautobot/nautobot/security/advisories/GHSA-75mc-3pjc-727q [No types assigned]
Added
Reference
GitHub, Inc. https://github.com/victor-o-silva/db_file_storage/blob/master/db_file_storage/views.py [No types assigned]
Quick Info
CVE Dictionary Entry: CVE-2023-50263 NVD
Published Date: 12/12/2023 NVD
Last Modified: 11/21/2024
Source: GitHub, Inc.