Lookup for vulnerabilities affecting packages.

GET /api/vulnerabilities/20355?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/20355?format=api",
    "vulnerability_id": "VCID-uqtv-u3b9-mbbb",
    "summary": "AsyncSSH vulnerable to Prefix Truncation Attack (a.k.a. Terrapin Attack) against ChaCha20-Poly1305 and Encrypt-then-MAC\n### Summary\n\nAsyncSSH v2.14.1 and earlier is vulnerable to a novel prefix truncation attack (a.k.a. Terrapin attack), which allows a man-in-the-middle attacker to strip an arbitrary number of messages right after the initial key exchange, breaking SSH extension negotiation (RFC8308) in the process and thus downgrading connection security.\n\n### Mitigations\n\nTo mitigate this protocol vulnerability, OpenSSH suggested a so-called \"strict kex\" which alters the SSH handshake to ensure a Man-in-the-Middle attacker cannot introduce unauthenticated messages as well as convey sequence number manipulation across handshakes. Support for strict key exchange has been added to AsyncSSH in the patched version. \n\n**Warning: To take effect, both the client and server must support this countermeasure.** \n\nAs a stop-gap measure, peers may also (temporarily) disable the affected algorithms and use unaffected alternatives like AES-GCM instead until patches are available.\n\n### Details\n\nThe SSH specifications of ChaCha20-Poly1305 (chacha20-poly1305@openssh.com) and Encrypt-then-MAC (*-etm@openssh.com MACs) is vulnerable against an arbitrary prefix truncation attack (a.k.a. Terrapin attack). This allows for an extension negotiation downgrade by stripping the SSH_MSG_EXT_INFO sent after the first message after SSH_MSG_NEWKEYS, downgrading security, and disabling attack countermeasures in some versions of OpenSSH. When targeting Encrypt-then-MAC, this attack requires the use of a CBC cipher to be practically exploitable due to the internal workings of the cipher mode. Additionally, this novel attack technique can be used to exploit previously unexploitable implementation flaws in a Man-in-the-Middle scenario.\n\nThe attack works by an attacker injecting an arbitrary number of SSH_MSG_IGNORE messages during the initial key exchange and consequently removing the same number of messages just after the initial key exchange has concluded. This is possible due to missing authentication of the excess SSH_MSG_IGNORE messages and the fact that the implicit sequence numbers used within the SSH protocol are only checked after the initial key exchange.\n\nIn the case of ChaCha20-Poly1305, the attack is guaranteed to work on every connection as this cipher does not maintain an internal state other than the message's sequence number. In the case of Encrypt-Then-MAC, practical exploitation requires the use of a CBC cipher; while theoretical integrity is broken for all ciphers when using this mode, message processing will fail at the application layer for CTR and stream ciphers.\n\nFor more details and a pre-print of the associated research paper, see [https://terrapin-attack.com](https://terrapin-attack.com). This website is not affiliated with AsyncSSH in any way.\n\n ### Impact\n\nThis attack targets the specification of ChaCha20-Poly1305 (chacha20-poly1305@openssh.com) and Encrypt-then-MAC (*-etm@openssh.com) which are widely adopted by well-known SSH implementations and can be considered de-facto standard. These algorithms can be practically exploited; however, in the case of Encrypt-Then-MAC, we additionally require the use of a CBC cipher. As a consequence, this attack works against all well-behaving SSH implementations supporting either of those algorithms and can be used to downgrade (but not fully strip) connection security in case SSH extension negotiation (RFC8308) is supported. The attack may also enable attackers to exploit certain implementation flaws in a man-in-the-middle (MitM) scenario.",
    "aliases": [
        {
            "alias": "GHSA-hfmc-7525-mj55"
        },
        {
            "alias": "GMS-2023-6499"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/61903?format=api",
            "purl": "pkg:pypi/asyncssh@2.14.2",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.14.2"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5785?format=api",
            "purl": "pkg:pypi/asyncssh@0.8.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@0.8.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5786?format=api",
            "purl": "pkg:pypi/asyncssh@0.8.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@0.8.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5787?format=api",
            "purl": "pkg:pypi/asyncssh@0.8.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@0.8.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5788?format=api",
            "purl": "pkg:pypi/asyncssh@0.8.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@0.8.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5789?format=api",
            "purl": "pkg:pypi/asyncssh@0.9.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@0.9.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5790?format=api",
            "purl": "pkg:pypi/asyncssh@0.9.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@0.9.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5791?format=api",
            "purl": "pkg:pypi/asyncssh@0.9.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@0.9.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5792?format=api",
            "purl": "pkg:pypi/asyncssh@1.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5793?format=api",
            "purl": "pkg:pypi/asyncssh@1.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5794?format=api",
            "purl": "pkg:pypi/asyncssh@1.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5795?format=api",
            "purl": "pkg:pypi/asyncssh@1.1.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5796?format=api",
            "purl": "pkg:pypi/asyncssh@1.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5797?format=api",
            "purl": "pkg:pypi/asyncssh@1.2.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.2.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5798?format=api",
            "purl": "pkg:pypi/asyncssh@1.3.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.3.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5799?format=api",
            "purl": "pkg:pypi/asyncssh@1.3.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.3.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5800?format=api",
            "purl": "pkg:pypi/asyncssh@1.3.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.3.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5801?format=api",
            "purl": "pkg:pypi/asyncssh@1.4.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.4.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5802?format=api",
            "purl": "pkg:pypi/asyncssh@1.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5803?format=api",
            "purl": "pkg:pypi/asyncssh@1.5.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.5.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5804?format=api",
            "purl": "pkg:pypi/asyncssh@1.5.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.5.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5805?format=api",
            "purl": "pkg:pypi/asyncssh@1.5.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.5.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5806?format=api",
            "purl": "pkg:pypi/asyncssh@1.5.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.5.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5807?format=api",
            "purl": "pkg:pypi/asyncssh@1.5.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.5.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5808?format=api",
            "purl": "pkg:pypi/asyncssh@1.5.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.5.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5809?format=api",
            "purl": "pkg:pypi/asyncssh@1.5.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.5.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5810?format=api",
            "purl": "pkg:pypi/asyncssh@1.6.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.6.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5811?format=api",
            "purl": "pkg:pypi/asyncssh@1.6.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.6.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5812?format=api",
            "purl": "pkg:pypi/asyncssh@1.6.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.6.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5813?format=api",
            "purl": "pkg:pypi/asyncssh@1.7.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.7.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5814?format=api",
            "purl": "pkg:pypi/asyncssh@1.7.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.7.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5815?format=api",
            "purl": "pkg:pypi/asyncssh@1.7.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.7.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5816?format=api",
            "purl": "pkg:pypi/asyncssh@1.8.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.8.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5817?format=api",
            "purl": "pkg:pypi/asyncssh@1.8.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.8.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5818?format=api",
            "purl": "pkg:pypi/asyncssh@1.9.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.9.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5819?format=api",
            "purl": "pkg:pypi/asyncssh@1.10.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.10.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5820?format=api",
            "purl": "pkg:pypi/asyncssh@1.10.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.10.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5821?format=api",
            "purl": "pkg:pypi/asyncssh@1.11.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.11.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5822?format=api",
            "purl": "pkg:pypi/asyncssh@1.11.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.11.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5823?format=api",
            "purl": "pkg:pypi/asyncssh@1.12.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-fuj2-g5nb-bqaq"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.12.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/5824?format=api",
            "purl": "pkg:pypi/asyncssh@1.12.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.12.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41131?format=api",
            "purl": "pkg:pypi/asyncssh@1.12.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.12.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41133?format=api",
            "purl": "pkg:pypi/asyncssh@1.13.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.13.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41135?format=api",
            "purl": "pkg:pypi/asyncssh@1.13.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.13.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41137?format=api",
            "purl": "pkg:pypi/asyncssh@1.13.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.13.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41139?format=api",
            "purl": "pkg:pypi/asyncssh@1.13.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.13.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41140?format=api",
            "purl": "pkg:pypi/asyncssh@1.14.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.14.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41141?format=api",
            "purl": "pkg:pypi/asyncssh@1.15.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.15.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41142?format=api",
            "purl": "pkg:pypi/asyncssh@1.15.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.15.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41144?format=api",
            "purl": "pkg:pypi/asyncssh@1.16.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.16.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41146?format=api",
            "purl": "pkg:pypi/asyncssh@1.16.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.16.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41147?format=api",
            "purl": "pkg:pypi/asyncssh@1.17.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.17.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41148?format=api",
            "purl": "pkg:pypi/asyncssh@1.17.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.17.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41149?format=api",
            "purl": "pkg:pypi/asyncssh@1.18.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@1.18.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41150?format=api",
            "purl": "pkg:pypi/asyncssh@2.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41151?format=api",
            "purl": "pkg:pypi/asyncssh@2.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41152?format=api",
            "purl": "pkg:pypi/asyncssh@2.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41153?format=api",
            "purl": "pkg:pypi/asyncssh@2.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41154?format=api",
            "purl": "pkg:pypi/asyncssh@2.2.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.2.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41155?format=api",
            "purl": "pkg:pypi/asyncssh@2.3.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.3.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41156?format=api",
            "purl": "pkg:pypi/asyncssh@2.4.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.4.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41157?format=api",
            "purl": "pkg:pypi/asyncssh@2.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41158?format=api",
            "purl": "pkg:pypi/asyncssh@2.4.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.4.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41159?format=api",
            "purl": "pkg:pypi/asyncssh@2.5.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.5.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41160?format=api",
            "purl": "pkg:pypi/asyncssh@2.6.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.6.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41161?format=api",
            "purl": "pkg:pypi/asyncssh@2.7.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.7.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41162?format=api",
            "purl": "pkg:pypi/asyncssh@2.7.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.7.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41163?format=api",
            "purl": "pkg:pypi/asyncssh@2.7.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.7.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41164?format=api",
            "purl": "pkg:pypi/asyncssh@2.8.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.8.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41165?format=api",
            "purl": "pkg:pypi/asyncssh@2.8.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.8.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41166?format=api",
            "purl": "pkg:pypi/asyncssh@2.9.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.9.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41167?format=api",
            "purl": "pkg:pypi/asyncssh@2.10.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.10.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41168?format=api",
            "purl": "pkg:pypi/asyncssh@2.10.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.10.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41169?format=api",
            "purl": "pkg:pypi/asyncssh@2.11.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.11.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41170?format=api",
            "purl": "pkg:pypi/asyncssh@2.12.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.12.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41172?format=api",
            "purl": "pkg:pypi/asyncssh@2.13.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.13.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41173?format=api",
            "purl": "pkg:pypi/asyncssh@2.13.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.13.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41174?format=api",
            "purl": "pkg:pypi/asyncssh@2.13.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.13.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41175?format=api",
            "purl": "pkg:pypi/asyncssh@2.14.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2f49-5tcr-p7ag"
                },
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                },
                {
                    "vulnerability": "VCID-vud9-cch1-zyff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.14.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/41176?format=api",
            "purl": "pkg:pypi/asyncssh@2.14.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-uqtv-u3b9-mbbb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/asyncssh@2.14.1"
        }
    ],
    "references": [
        {
            "reference_url": "https://github.com/ronf/asyncssh",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "5.9",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/ronf/asyncssh"
        },
        {
            "reference_url": "https://github.com/ronf/asyncssh/commit/0bc73254f41acb140187e0c89606311f88de5b7b",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "5.9",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/ronf/asyncssh/commit/0bc73254f41acb140187e0c89606311f88de5b7b"
        },
        {
            "reference_url": "https://github.com/ronf/asyncssh/commit/69f5a41b458b29367a65fe469c2b0255b5db210a",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "5.9",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/ronf/asyncssh/commit/69f5a41b458b29367a65fe469c2b0255b5db210a"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-hfmc-7525-mj55",
            "reference_id": "GHSA-hfmc-7525-mj55",
            "reference_type": "",
            "scores": [
                {
                    "value": "MODERATE",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/advisories/GHSA-hfmc-7525-mj55"
        },
        {
            "reference_url": "https://github.com/ronf/asyncssh/security/advisories/GHSA-hfmc-7525-mj55",
            "reference_id": "GHSA-hfmc-7525-mj55",
            "reference_type": "",
            "scores": [
                {
                    "value": "5.9",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/ronf/asyncssh/security/advisories/GHSA-hfmc-7525-mj55"
        }
    ],
    "weaknesses": [
        {
            "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."
        },
        {
            "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."
        },
        {
            "cwe_id": 345,
            "name": "Insufficient Verification of Data Authenticity",
            "description": "The product does not sufficiently verify the origin or authenticity of data, in a way that causes it to accept invalid data."
        }
    ],
    "exploits": [],
    "severity_range_score": "4.0 - 6.9",
    "exploitability": "0.5",
    "weighted_severity": "6.2",
    "risk_score": 3.1,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-uqtv-u3b9-mbbb"
}