Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-f9ga-hew9-quhf
SummaryIn Paramiko before 2.10.1, a race condition (between creation and chmod) in the write_private_key_file function could allow unauthorized information disclosure.
Aliases
0
alias CVE-2022-24302
1
alias GHSA-f8q4-jwww-x3wv
2
alias PYSEC-2022-166
Fixed_packages
0
url pkg:pypi/paramiko@2.9.3
purl pkg:pypi/paramiko@2.9.3
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/paramiko@2.9.3
1
url pkg:pypi/paramiko@2.10.1
purl pkg:pypi/paramiko@2.10.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/paramiko@2.10.1
Affected_packages
0
url pkg:pypi/paramiko@2.9.0
purl pkg:pypi/paramiko@2.9.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-f9ga-hew9-quhf
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/paramiko@2.9.0
1
url pkg:pypi/paramiko@2.10.0
purl pkg:pypi/paramiko@2.10.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-f9ga-hew9-quhf
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/paramiko@2.10.0
References
0
reference_url https://github.com/advisories/GHSA-f8q4-jwww-x3wv
reference_id
reference_type
scores
url https://github.com/advisories/GHSA-f8q4-jwww-x3wv
1
reference_url https://github.com/paramiko/paramiko
reference_id
reference_type
scores
url https://github.com/paramiko/paramiko
2
reference_url https://github.com/paramiko/paramiko/blob/363a28d94cada17f012c1604a3c99c71a2bda003/paramiko/pkey.py#L546
reference_id
reference_type
scores
url https://github.com/paramiko/paramiko/blob/363a28d94cada17f012c1604a3c99c71a2bda003/paramiko/pkey.py#L546
3
reference_url https://github.com/paramiko/paramiko/commit/4c491e299c9b800358b16fa4886d8d94f45abe2e
reference_id
reference_type
scores
url https://github.com/paramiko/paramiko/commit/4c491e299c9b800358b16fa4886d8d94f45abe2e
4
reference_url https://github.com/pypa/advisory-database/tree/main/vulns/paramiko/PYSEC-2022-166.yaml
reference_id
reference_type
scores
url https://github.com/pypa/advisory-database/tree/main/vulns/paramiko/PYSEC-2022-166.yaml
5
reference_url https://lists.debian.org/debian-lts-announce/2022/03/msg00032.html
reference_id
reference_type
scores
url https://lists.debian.org/debian-lts-announce/2022/03/msg00032.html
6
reference_url https://lists.debian.org/debian-lts-announce/2022/09/msg00013.html
reference_id
reference_type
scores
url https://lists.debian.org/debian-lts-announce/2022/09/msg00013.html
7
reference_url https://lists.debian.org/debian-lts-announce/2025/12/msg00020.html
reference_id
reference_type
scores
url https://lists.debian.org/debian-lts-announce/2025/12/msg00020.html
8
reference_url https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/LUEUEGILZ7MQXRSUF5VMMO4SWJQVPTQL
reference_id
reference_type
scores
url https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/LUEUEGILZ7MQXRSUF5VMMO4SWJQVPTQL
9
reference_url https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TPMKRUS4HO3P7NR7P4Y6CLHB4MBEE3AI
reference_id
reference_type
scores
url https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TPMKRUS4HO3P7NR7P4Y6CLHB4MBEE3AI
10
reference_url https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/U63MJ2VOLLQ35R7CYNREUHSXYLWNPVSB
reference_id
reference_type
scores
url https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/U63MJ2VOLLQ35R7CYNREUHSXYLWNPVSB
11
reference_url https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LUEUEGILZ7MQXRSUF5VMMO4SWJQVPTQL
reference_id
reference_type
scores
url https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LUEUEGILZ7MQXRSUF5VMMO4SWJQVPTQL
12
reference_url https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TPMKRUS4HO3P7NR7P4Y6CLHB4MBEE3AI
reference_id
reference_type
scores
url https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TPMKRUS4HO3P7NR7P4Y6CLHB4MBEE3AI
13
reference_url https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U63MJ2VOLLQ35R7CYNREUHSXYLWNPVSB
reference_id
reference_type
scores
url https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U63MJ2VOLLQ35R7CYNREUHSXYLWNPVSB
14
reference_url https://www.paramiko.org/changelog.html
reference_id
reference_type
scores
url https://www.paramiko.org/changelog.html
15
reference_url https://nvd.nist.gov/vuln/detail/CVE-2022-24302
reference_id CVE-2022-24302
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2022-24302
Weaknesses
0
cwe_id 362
name Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
description The product contains a code sequence that can run concurrently with other code, and the code sequence requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence that is operating concurrently.
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_scorenull
Exploitabilitynull
Weighted_severitynull
Risk_scorenull
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-f9ga-hew9-quhf