Package Instance
Lookup for vulnerable packages by Package URL.
GET /api/packages/15007?format=api
{ "url": "http://public2.vulnerablecode.io/api/packages/15007?format=api", "purl": "pkg:pypi/twisted@19.10.0", "type": "pypi", "namespace": "", "name": "twisted", "version": "19.10.0", "qualifiers": {}, "subpath": "", "is_vulnerable": true, "next_non_vulnerable_version": "26.4.0", "latest_non_vulnerable_version": "26.4.0", "affected_by_vulnerabilities": [ { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/35523?format=api", "vulnerability_id": "VCID-1dmm-v5q4-47eh", "summary": "In Twisted Web through 19.10.0, there was an HTTP request splitting vulnerability. When presented with a content-length and a chunked encoding header, the content-length took precedence and the remainder of the request body was interpreted as a pipelined request.", "references": [ { "reference_url": "https://github.com/advisories/GHSA-p5xh-vx83-mxcj", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/advisories/GHSA-p5xh-vx83-mxcj" }, { "reference_url": "https://know.bishopfox.com/advisories", "reference_id": "", "reference_type": "", "scores": [], "url": "https://know.bishopfox.com/advisories" }, { "reference_url": "https://know.bishopfox.com/advisories/twisted-version-19.10.0", "reference_id": "", "reference_type": "", "scores": [], "url": "https://know.bishopfox.com/advisories/twisted-version-19.10.0" }, { "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6ISMZFZBWW4EV6ETJGXAYIXN3AT7GBPL/", "reference_id": "", "reference_type": "", "scores": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6ISMZFZBWW4EV6ETJGXAYIXN3AT7GBPL/" }, { "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YW3NIL7VXSGJND2Q4BSXM3CFTAFU6T7D/", "reference_id": "", "reference_type": "", "scores": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YW3NIL7VXSGJND2Q4BSXM3CFTAFU6T7D/" }, { "reference_url": "https://security.gentoo.org/glsa/202007-24", "reference_id": "", "reference_type": "", "scores": [], "url": "https://security.gentoo.org/glsa/202007-24" }, { "reference_url": "https://usn.ubuntu.com/4308-1/", "reference_id": "", "reference_type": "", "scores": [], "url": "https://usn.ubuntu.com/4308-1/" }, { "reference_url": "https://usn.ubuntu.com/4308-2/", "reference_id": "", "reference_type": "", "scores": [], "url": "https://usn.ubuntu.com/4308-2/" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/15008?format=api", "purl": "pkg:pypi/twisted@20.3.0rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-ap46-rugq-uucz" }, { "vulnerability": "VCID-kadj-7rha-tuc1" }, { "vulnerability": "VCID-v5y5-zpkb-vygh" }, { "vulnerability": "VCID-w8z5-p2mz-5ybq" }, { "vulnerability": "VCID-yfky-tzcp-5qgh" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/twisted@20.3.0rc1" } ], "aliases": [ "CVE-2020-10109", "GHSA-p5xh-vx83-mxcj", "PYSEC-2020-260" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-1dmm-v5q4-47eh" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37338?format=api", "vulnerability_id": "VCID-ap46-rugq-uucz", "summary": "Twisted is an event-based framework for internet applications, supporting Python 3.6+. Prior to 26.4.0rc2, the twisted.names module is vulnerable to a Denial of Service (DoS) attack via resource exhaustion during DNS name decompression. A remote, unauthenticated attacker can exploit this by sending a crafted TCP DNS packet containing deeply chained compression pointers. This flaw bypasses previous loop-prevention logic, causing the single-threaded Twisted reactor to hang while processing millions of recursive lookups, effectively freezing the server. This vulnerability is fixed in 26.4.0rc2.", "references": [ { "reference_url": "https://github.com/twisted/twisted/security/advisories/GHSA-grgv-6hw6-v9g4", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], "url": "https://github.com/twisted/twisted/security/advisories/GHSA-grgv-6hw6-v9g4" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/50448?format=api", "purl": "pkg:pypi/twisted@26.4.0", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/twisted@26.4.0" } ], "aliases": [ "CVE-2026-42304", "GHSA-grgv-6hw6-v9g4", "PYSEC-2026-160" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-ap46-rugq-uucz" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/35522?format=api", "vulnerability_id": "VCID-f4dx-suzp-vugk", "summary": "In Twisted Web through 19.10.0, there was an HTTP request splitting vulnerability. When presented with two content-length headers, it ignored the first header. When the second content-length value was set to zero, the request body was interpreted as a pipelined request.", "references": [ { "reference_url": "https://github.com/advisories/GHSA-h96w-mmrf-2h6v", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/advisories/GHSA-h96w-mmrf-2h6v" }, { "reference_url": "https://know.bishopfox.com/advisories", "reference_id": "", "reference_type": "", "scores": [], "url": "https://know.bishopfox.com/advisories" }, { "reference_url": "https://know.bishopfox.com/advisories/twisted-version-19.10.0", "reference_id": "", "reference_type": "", "scores": [], "url": "https://know.bishopfox.com/advisories/twisted-version-19.10.0" }, { "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6ISMZFZBWW4EV6ETJGXAYIXN3AT7GBPL/", "reference_id": "", "reference_type": "", "scores": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6ISMZFZBWW4EV6ETJGXAYIXN3AT7GBPL/" }, { "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YW3NIL7VXSGJND2Q4BSXM3CFTAFU6T7D/", "reference_id": "", "reference_type": "", "scores": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YW3NIL7VXSGJND2Q4BSXM3CFTAFU6T7D/" }, { "reference_url": "https://security.gentoo.org/glsa/202007-24", "reference_id": "", "reference_type": "", "scores": [], "url": "https://security.gentoo.org/glsa/202007-24" }, { "reference_url": "https://usn.ubuntu.com/4308-1/", "reference_id": "", "reference_type": "", "scores": [], "url": "https://usn.ubuntu.com/4308-1/" }, { "reference_url": "https://usn.ubuntu.com/4308-2/", "reference_id": "", "reference_type": "", "scores": [], "url": "https://usn.ubuntu.com/4308-2/" }, { "reference_url": "https://www.oracle.com/security-alerts/cpuoct2020.html", "reference_id": "", "reference_type": "", "scores": [], "url": "https://www.oracle.com/security-alerts/cpuoct2020.html" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/15008?format=api", "purl": "pkg:pypi/twisted@20.3.0rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-ap46-rugq-uucz" }, { "vulnerability": "VCID-kadj-7rha-tuc1" }, { "vulnerability": "VCID-v5y5-zpkb-vygh" }, { "vulnerability": "VCID-w8z5-p2mz-5ybq" }, { "vulnerability": "VCID-yfky-tzcp-5qgh" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/twisted@20.3.0rc1" } ], "aliases": [ "CVE-2020-10108", "GHSA-h96w-mmrf-2h6v", "PYSEC-2020-259" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-f4dx-suzp-vugk" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/36844?format=api", "vulnerability_id": "VCID-kadj-7rha-tuc1", "summary": "Twisted is an event-based framework for internet applications, supporting Python 3.6+. The `twisted.web.util.redirectTo` function contains an HTML injection vulnerability. If application code allows an attacker to control the redirect URL this vulnerability may result in Reflected Cross-Site Scripting (XSS) in the redirect response HTML body. This vulnerability is fixed in 24.7.0rc1.", "references": [ { "reference_url": "https://github.com/twisted/twisted/commit/046a164f89a0f08d3239ecebd750360f8914df33", "reference_id": "", "reference_type": "", "scores": [ { "value": "6.1", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], "url": "https://github.com/twisted/twisted/commit/046a164f89a0f08d3239ecebd750360f8914df33" }, { "reference_url": "https://github.com/twisted/twisted/security/advisories/GHSA-cf56-g6w6-pqq2", "reference_id": "", "reference_type": "", "scores": [ { "value": "6.1", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], "url": "https://github.com/twisted/twisted/security/advisories/GHSA-cf56-g6w6-pqq2" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/42125?format=api", "purl": "pkg:pypi/twisted@24.7.0rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-ap46-rugq-uucz" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/twisted@24.7.0rc1" } ], "aliases": [ "CVE-2024-41810", "GHSA-cf56-g6w6-pqq2", "PYSEC-2024-75" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-kadj-7rha-tuc1" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/3329?format=api", "vulnerability_id": "VCID-v5y5-zpkb-vygh", "summary": "multiple issues", "references": [ { "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/twisted/PYSEC-2022-27.yaml", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/pypa/advisory-database/tree/main/vulns/twisted/PYSEC-2022-27.yaml" }, { "reference_url": "https://github.com/twisted/twisted", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/twisted/twisted" }, { "reference_url": "https://github.com/twisted/twisted/commit/af8fe78542a6f2bf2235ccee8158d9c88d31e8e2", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/twisted/twisted/commit/af8fe78542a6f2bf2235ccee8158d9c88d31e8e2" }, { "reference_url": "https://github.com/twisted/twisted/releases/tag/twisted-22.1.0", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/twisted/twisted/releases/tag/twisted-22.1.0" }, { "reference_url": "https://github.com/twisted/twisted/security/advisories/GHSA-92x2-jw7w-xvvx", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/twisted/twisted/security/advisories/GHSA-92x2-jw7w-xvvx" }, { "reference_url": "https://lists.debian.org/debian-lts-announce/2022/02/msg00021.html", "reference_id": "", "reference_type": "", "scores": [], "url": "https://lists.debian.org/debian-lts-announce/2022/02/msg00021.html" }, { "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7U6KYDTOLPICAVSR34G2WRYLFBD2YW5K", "reference_id": "", "reference_type": "", "scores": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7U6KYDTOLPICAVSR34G2WRYLFBD2YW5K" }, { "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/GLKHA6WREIVAMBQD7KKWYHPHGGNKMAG6", "reference_id": "", "reference_type": "", "scores": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/GLKHA6WREIVAMBQD7KKWYHPHGGNKMAG6" }, { "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7U6KYDTOLPICAVSR34G2WRYLFBD2YW5K", "reference_id": "", "reference_type": "", "scores": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7U6KYDTOLPICAVSR34G2WRYLFBD2YW5K" }, { "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GLKHA6WREIVAMBQD7KKWYHPHGGNKMAG6", "reference_id": "", "reference_type": "", "scores": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GLKHA6WREIVAMBQD7KKWYHPHGGNKMAG6" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21712", "reference_id": "", "reference_type": "", "scores": [], "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21712" }, { "reference_url": "https://pypi.org/project/Twisted", "reference_id": "", "reference_type": "", "scores": [], "url": "https://pypi.org/project/Twisted" }, { "reference_url": "https://pypi.org/project/Twisted/", "reference_id": "", "reference_type": "", "scores": [], "url": "https://pypi.org/project/Twisted/" }, { "reference_url": "https://security.gentoo.org/glsa/202301-02", "reference_id": "", "reference_type": "", "scores": [], "url": "https://security.gentoo.org/glsa/202301-02" }, { "reference_url": "https://security.archlinux.org/AVG-2663", "reference_id": "AVG-2663", "reference_type": "", "scores": [ { "value": "Medium", "scoring_system": "archlinux", "scoring_elements": "" } ], "url": "https://security.archlinux.org/AVG-2663" }, { "reference_url": "https://github.com/advisories/GHSA-92x2-jw7w-xvvx", "reference_id": "GHSA-92x2-jw7w-xvvx", "reference_type": "", "scores": [], "url": "https://github.com/advisories/GHSA-92x2-jw7w-xvvx" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/26619?format=api", "purl": "pkg:pypi/twisted@22.1.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-ap46-rugq-uucz" }, { "vulnerability": "VCID-kadj-7rha-tuc1" }, { "vulnerability": "VCID-stta-vvsr-1ufe" }, { "vulnerability": "VCID-w8z5-p2mz-5ybq" }, { "vulnerability": "VCID-yfky-tzcp-5qgh" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/twisted@22.1.0" } ], "aliases": [ "CVE-2022-21712", "GHSA-92x2-jw7w-xvvx", "PYSEC-2022-27" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-v5y5-zpkb-vygh" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/36595?format=api", "vulnerability_id": "VCID-w8z5-p2mz-5ybq", "summary": "Twisted is an event-based framework for internet applications. Prior to version 23.10.0rc1, when sending multiple HTTP requests in one TCP packet, twisted.web will process the requests asynchronously without guaranteeing the response order. If one of the endpoints is controlled by an attacker, the attacker can delay the response on purpose to manipulate the response of the second request when a victim launched two requests using HTTP pipeline. Version 23.10.0rc1 contains a patch for this issue.", "references": [ { "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/twisted/PYSEC-2023-224.yaml", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/pypa/advisory-database/tree/main/vulns/twisted/PYSEC-2023-224.yaml" }, { "reference_url": "https://github.com/twisted/twisted", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/twisted/twisted" }, { "reference_url": "https://github.com/twisted/twisted/security/advisories/GHSA-xc8x-vp79-p3wm", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], "url": "https://github.com/twisted/twisted/security/advisories/GHSA-xc8x-vp79-p3wm" }, { "reference_url": "https://lists.debian.org/debian-lts-announce/2024/11/msg00028.html", "reference_id": "", "reference_type": "", "scores": [], "url": "https://lists.debian.org/debian-lts-announce/2024/11/msg00028.html" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46137", "reference_id": "CVE-2023-46137", "reference_type": "", "scores": [], "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46137" }, { "reference_url": "https://github.com/advisories/GHSA-xc8x-vp79-p3wm", "reference_id": "GHSA-xc8x-vp79-p3wm", "reference_type": "", "scores": [], "url": "https://github.com/advisories/GHSA-xc8x-vp79-p3wm" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/37737?format=api", "purl": "pkg:pypi/twisted@23.10.0rc1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-ap46-rugq-uucz" }, { "vulnerability": "VCID-kadj-7rha-tuc1" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/twisted@23.10.0rc1" } ], "aliases": [ "CVE-2023-46137", "GHSA-xc8x-vp79-p3wm", "PYSEC-2023-224" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-w8z5-p2mz-5ybq" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/3327?format=api", "vulnerability_id": "VCID-yfky-tzcp-5qgh", "summary": "multiple issues", "references": [ { "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/twisted/PYSEC-2022-195.yaml", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/pypa/advisory-database/tree/main/vulns/twisted/PYSEC-2022-195.yaml" }, { "reference_url": "https://github.com/twisted/twisted", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/twisted/twisted" }, { "reference_url": "https://github.com/twisted/twisted/commit/592217e951363d60e9cd99c5bbfd23d4615043ac", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/twisted/twisted/commit/592217e951363d60e9cd99c5bbfd23d4615043ac" }, { "reference_url": "https://github.com/twisted/twisted/releases/tag/twisted-22.4.0rc1", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/twisted/twisted/releases/tag/twisted-22.4.0rc1" }, { "reference_url": "https://github.com/twisted/twisted/security/advisories/GHSA-c2jg-hw38-jrqq", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/twisted/twisted/security/advisories/GHSA-c2jg-hw38-jrqq" }, { "reference_url": "https://lists.debian.org/debian-lts-announce/2022/05/msg00003.html", "reference_id": "", "reference_type": "", "scores": [], "url": "https://lists.debian.org/debian-lts-announce/2022/05/msg00003.html" }, { "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7U6KYDTOLPICAVSR34G2WRYLFBD2YW5K", "reference_id": "", "reference_type": "", "scores": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7U6KYDTOLPICAVSR34G2WRYLFBD2YW5K" }, { "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/GLKHA6WREIVAMBQD7KKWYHPHGGNKMAG6", "reference_id": "", "reference_type": "", "scores": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/GLKHA6WREIVAMBQD7KKWYHPHGGNKMAG6" }, { "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7U6KYDTOLPICAVSR34G2WRYLFBD2YW5K", "reference_id": "", "reference_type": "", "scores": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7U6KYDTOLPICAVSR34G2WRYLFBD2YW5K" }, { "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GLKHA6WREIVAMBQD7KKWYHPHGGNKMAG6", "reference_id": "", "reference_type": "", "scores": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GLKHA6WREIVAMBQD7KKWYHPHGGNKMAG6" }, { "reference_url": "https://www.oracle.com/security-alerts/cpujul2022.html", "reference_id": "", "reference_type": "", "scores": [], "url": "https://www.oracle.com/security-alerts/cpujul2022.html" }, { "reference_url": "https://security.archlinux.org/AVG-2663", "reference_id": "AVG-2663", "reference_type": "", "scores": [ { "value": "Medium", "scoring_system": "archlinux", "scoring_elements": "" } ], "url": "https://security.archlinux.org/AVG-2663" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24801", "reference_id": "CVE-2022-24801", "reference_type": "", "scores": [], "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24801" }, { "reference_url": "https://github.com/advisories/GHSA-c2jg-hw38-jrqq", "reference_id": "GHSA-c2jg-hw38-jrqq", "reference_type": "", "scores": [], "url": "https://github.com/advisories/GHSA-c2jg-hw38-jrqq" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/27458?format=api", "purl": "pkg:pypi/twisted@22.4.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-ap46-rugq-uucz" }, { "vulnerability": "VCID-kadj-7rha-tuc1" }, { "vulnerability": "VCID-w8z5-p2mz-5ybq" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/twisted@22.4.0" } ], "aliases": [ "CVE-2022-24801", "GHSA-c2jg-hw38-jrqq", "PYSEC-2022-195" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-yfky-tzcp-5qgh" } ], "fixing_vulnerabilities": [ { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/42656?format=api", "vulnerability_id": "VCID-9m9g-d9ds-qkeq", "summary": "HTTP/2 DoS Attacks: Ping, Reset, and Settings Floods\nTwisted web servers that utilize the optional HTTP/2 support suffer from the following flow-control related vulnerabilities.", "references": [ { "reference_url": "https://github.com/advisories/GHSA-32gv-6cf3-wcmq", "reference_id": "GHSA-32gv-6cf3-wcmq", "reference_type": "", "scores": [], "url": "https://github.com/advisories/GHSA-32gv-6cf3-wcmq" }, { "reference_url": "https://github.com/twisted/twisted/security/advisories/GHSA-32gv-6cf3-wcmq", "reference_id": "GHSA-32gv-6cf3-wcmq", "reference_type": "", "scores": [], "url": "https://github.com/twisted/twisted/security/advisories/GHSA-32gv-6cf3-wcmq" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/15007?format=api", "purl": "pkg:pypi/twisted@19.10.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-1dmm-v5q4-47eh" }, { "vulnerability": "VCID-ap46-rugq-uucz" }, { "vulnerability": "VCID-f4dx-suzp-vugk" }, { "vulnerability": "VCID-kadj-7rha-tuc1" }, { "vulnerability": "VCID-v5y5-zpkb-vygh" }, { "vulnerability": "VCID-w8z5-p2mz-5ybq" }, { "vulnerability": "VCID-yfky-tzcp-5qgh" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/twisted@19.10.0" } ], "aliases": [ "GHSA-32gv-6cf3-wcmq", "GMS-2022-410" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-9m9g-d9ds-qkeq" } ], "risk_score": null, "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/twisted@19.10.0" }