Lookup for vulnerabilities affecting packages.
| Vulnerability_id | VCID-qdhy-2gqp-1kgj |
| Summary | Unauthenticated views may expose information to anonymous users
A number of Nautobot URL endpoints were found to be improperly accessible to unauthenticated (anonymous) users, including the following:
- `/api/graphql/` (1)
- `/api/users/users/session/` (Nautobot 2.x only; the only information exposed to an anonymous user is which authentication backend classes are enabled on this Nautobot instance)
- `/dcim/racks/<uuid:pk>/dynamic-groups/` (1)
- `/dcim/devices/<uuid:pk>/dynamic-groups/` (1)
- `/extras/job-results/<uuid:pk>/log-table/`
- `/extras/secrets/provider/<str:provider_slug>/form/` (the only information exposed to an anonymous user is the fact that a secrets provider with the given slug (e.g. `environment-variable` or `text-file`) is supported by this Nautobot instance)
- `/ipam/prefixes/<uuid:pk>/dynamic-groups/` (1)
- `/ipam/ip-addresses/<uuid:pk>/dynamic-groups/` (1)
- `/virtualization/clusters/<uuid:pk>/dynamic-groups/` (1)
- `/virtualization/virtual-machines/<uuid:pk>/dynamic-groups/` (1)
(1) These endpoints will not disclose any Nautobot data to an unauthenticated user unless the Nautobot configuration variable `EXEMPT_VIEW_PERMISSIONS` is changed from its default value (an empty list) to permit access to specific data by unauthenticated users.
Of these endpoints, the only one that poses any significant risk of sensitive information disclosure under normal Nautobot operation with a default configuration is `/extras/job-results/<uuid:pk>/log-table/`. This endpoint returns an HTML table containing all of the logs associated with the specified JobResult; while these logs may contain sensitive information depending on the Jobs executed in Nautobot, this exposure is mitigated somewhat by the fact that any attacker would have to have prior knowledge of the existence of a JobResult with a particular UUID.
In the interest of full disclosure, the following additional endpoints were also accessible to anonymous users, but do not disclose any sensitive data when accessed (only a listing of other API endpoints).
- `/api/`
- `/api/circuits/`
- `/api/dcim/`
- `/api/extras/`
- `/api/ipam/`
- `/api/plugins/`
- `/api/tenancy/`
- `/api/users/`
- `/api/virtualization/`
All of the above endpoints have been corrected to require user authentication, with the exception of `/api/users/users/session/` which is unused at this time and therefore has been simply removed from Nautobot 2.1.9. Additionally, we have added test automation which enumerates available Nautobot URL endpoints and verifies that appropriate authentication requirements are in place; this test was instrumental in identifying the above comprehensive list. |
| Aliases |
| 0 |
|
| 1 |
| alias |
GHSA-m732-wvh2-7cq4 |
|
|
| Fixed_packages |
|
| Affected_packages |
| 0 |
| url |
pkg:pypi/nautobot@2.0.0 |
| purl |
pkg:pypi/nautobot@2.0.0 |
| is_vulnerable |
true |
| affected_by_vulnerabilities |
| 0 |
| vulnerability |
VCID-1jfw-kk7d-8khq |
|
| 1 |
| vulnerability |
VCID-d3uz-p963-6fay |
|
| 2 |
| vulnerability |
VCID-kjkb-625k-kudt |
|
| 3 |
| vulnerability |
VCID-m4hu-yqzj-aye7 |
|
| 4 |
| vulnerability |
VCID-qbp5-ry2r-hufh |
|
| 5 |
| vulnerability |
VCID-qdhy-2gqp-1kgj |
|
| 6 |
| vulnerability |
VCID-r31w-t9kj-kudc |
|
| 7 |
| vulnerability |
VCID-scec-e2bh-3beb |
|
| 8 |
| vulnerability |
VCID-vamd-bk63-gkh1 |
|
| 9 |
| vulnerability |
VCID-vr34-ms8k-zybv |
|
| 10 |
| vulnerability |
VCID-z4ux-pgu6-6kc9 |
|
|
| resource_url |
http://public2.vulnerablecode.io/packages/pkg:pypi/nautobot@2.0.0 |
|
|
| References |
|
| Weaknesses |
| 0 |
| cwe_id |
200 |
| name |
Exposure of Sensitive Information to an Unauthorized Actor |
| description |
The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information. |
|
| 1 |
| cwe_id |
937 |
| name |
OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities |
| description |
Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013. |
|
| 2 |
| cwe_id |
1035 |
| name |
OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities |
| description |
Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017. |
|
|
| Exploits |
|
| Severity_range_score | 0.1 - 3.7 |
| Exploitability | 0.5 |
| Weighted_severity | 3.3 |
| Risk_score | 1.6 |
| Resource_url | http://public2.vulnerablecode.io/vulnerabilities/VCID-qdhy-2gqp-1kgj |