Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-vamd-bk63-gkh1
SummaryNautobot is a Network Automation Platform built as a web application atop the Django Python framework with a PostgreSQL or MySQL database. In Nautobot 2.0.x, certain REST API endpoints, in combination with the `?depth=<N>` query parameter, can expose hashed user passwords as stored in the database to any authenticated user with access to these endpoints. The passwords are not exposed in plaintext. This vulnerability has been patched in version 2.0.3.
Aliases
0
alias CVE-2023-46128
1
alias GHSA-r2hw-74xv-4gqp
2
alias PYSEC-2023-220
Fixed_packages
0
url pkg:pypi/nautobot@2.0.3
purl pkg:pypi/nautobot@2.0.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-d3uz-p963-6fay
1
vulnerability VCID-kjkb-625k-kudt
2
vulnerability VCID-qbp5-ry2r-hufh
3
vulnerability VCID-r31w-t9kj-kudc
4
vulnerability VCID-vr34-ms8k-zybv
5
vulnerability VCID-z4ux-pgu6-6kc9
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/nautobot@2.0.3
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-d3uz-p963-6fay
1
vulnerability VCID-kjkb-625k-kudt
2
vulnerability VCID-qbp5-ry2r-hufh
3
vulnerability VCID-qdhy-2gqp-1kgj
4
vulnerability VCID-r31w-t9kj-kudc
5
vulnerability VCID-vamd-bk63-gkh1
6
vulnerability VCID-vr34-ms8k-zybv
7
vulnerability VCID-z4ux-pgu6-6kc9
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/nautobot@2.0.0
1
url pkg:pypi/nautobot@2.0.1
purl pkg:pypi/nautobot@2.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-d3uz-p963-6fay
1
vulnerability VCID-kjkb-625k-kudt
2
vulnerability VCID-qbp5-ry2r-hufh
3
vulnerability VCID-r31w-t9kj-kudc
4
vulnerability VCID-vamd-bk63-gkh1
5
vulnerability VCID-vr34-ms8k-zybv
6
vulnerability VCID-z4ux-pgu6-6kc9
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/nautobot@2.0.1
2
url pkg:pypi/nautobot@2.0.2
purl pkg:pypi/nautobot@2.0.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-d3uz-p963-6fay
1
vulnerability VCID-kjkb-625k-kudt
2
vulnerability VCID-qbp5-ry2r-hufh
3
vulnerability VCID-r31w-t9kj-kudc
4
vulnerability VCID-vamd-bk63-gkh1
5
vulnerability VCID-vr34-ms8k-zybv
6
vulnerability VCID-z4ux-pgu6-6kc9
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/nautobot@2.0.2
References
0
reference_url https://github.com/nautobot/nautobot
reference_id
reference_type
scores
url https://github.com/nautobot/nautobot
1
reference_url https://github.com/nautobot/nautobot/commit/1ce8e5c658a075c29554d517cd453675e5d40d71
reference_id
reference_type
scores
0
value 6.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
url https://github.com/nautobot/nautobot/commit/1ce8e5c658a075c29554d517cd453675e5d40d71
2
reference_url https://github.com/nautobot/nautobot/pull/4692
reference_id
reference_type
scores
0
value 6.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
url https://github.com/nautobot/nautobot/pull/4692
3
reference_url https://github.com/nautobot/nautobot/security/advisories/GHSA-r2hw-74xv-4gqp
reference_id
reference_type
scores
0
value 6.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
url https://github.com/nautobot/nautobot/security/advisories/GHSA-r2hw-74xv-4gqp
4
reference_url https://github.com/pypa/advisory-database/tree/main/vulns/nautobot/PYSEC-2023-220.yaml
reference_id
reference_type
scores
url https://github.com/pypa/advisory-database/tree/main/vulns/nautobot/PYSEC-2023-220.yaml
5
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-46128
reference_id CVE-2023-46128
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2023-46128
6
reference_url https://github.com/advisories/GHSA-r2hw-74xv-4gqp
reference_id GHSA-r2hw-74xv-4gqp
reference_type
scores
url https://github.com/advisories/GHSA-r2hw-74xv-4gqp
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 312
name Cleartext Storage of Sensitive Information
description The product stores sensitive information in cleartext within a resource that might be accessible to another control sphere.
2
cwe_id 359
name Exposure of Private Personal Information to an Unauthorized Actor
description The product does not properly prevent a person's private, personal information from being accessed by actors who either (1) are not explicitly authorized to access the information or (2) do not have the implicit consent of the person about whom the information is collected.
3
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.
4
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_score6.5 - 6.5
Exploitabilitynull
Weighted_severitynull
Risk_scorenull
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-vamd-bk63-gkh1