Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/49221?format=api",
    "purl": "pkg:pypi/django@4.2.30",
    "type": "pypi",
    "namespace": "",
    "name": "django",
    "version": "4.2.30",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": false,
    "next_non_vulnerable_version": "5.0.14",
    "latest_non_vulnerable_version": "6.0.5",
    "affected_by_vulnerabilities": [],
    "fixing_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37269?format=api",
            "vulnerability_id": "VCID-ga7z-wj4j-63h1",
            "summary": "An issue was discovered in 6.0 before 6.0.4, 5.2 before 5.2.13, and 4.2 before 4.2.30.\nASGI requests with a missing or understated `Content-Length` header could\nbypass the `DATA_UPLOAD_MAX_MEMORY_SIZE` limit when reading\n`HttpRequest.body`, allowing remote attackers to load an unbounded request body into\nmemory.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Superior for reporting this issue.",
            "references": [
                {
                    "reference_url": "https://docs.djangoproject.com/en/dev/releases/security/",
                    "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://docs.djangoproject.com/en/dev/releases/security/"
                },
                {
                    "reference_url": "https://groups.google.com/g/django-announce",
                    "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://groups.google.com/g/django-announce"
                },
                {
                    "reference_url": "https://www.djangoproject.com/weblog/2026/apr/07/security-releases/",
                    "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://www.djangoproject.com/weblog/2026/apr/07/security-releases/"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/49221?format=api",
                    "purl": "pkg:pypi/django@4.2.30",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/django@4.2.30"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/49222?format=api",
                    "purl": "pkg:pypi/django@5.2.13",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-abpe-htm1-9ubp"
                        },
                        {
                            "vulnerability": "VCID-eqsc-axng-ckca"
                        },
                        {
                            "vulnerability": "VCID-m4am-h2ea-3ffr"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/django@5.2.13"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/49223?format=api",
                    "purl": "pkg:pypi/django@6.0.4",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-abpe-htm1-9ubp"
                        },
                        {
                            "vulnerability": "VCID-eqsc-axng-ckca"
                        },
                        {
                            "vulnerability": "VCID-m4am-h2ea-3ffr"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/django@6.0.4"
                }
            ],
            "aliases": [
                "CVE-2026-33034",
                "PYSEC-2026-49"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-ga7z-wj4j-63h1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37271?format=api",
            "vulnerability_id": "VCID-kxdd-yzp3-r7cb",
            "summary": "An issue was discovered in 6.0 before 6.0.4, 5.2 before 5.2.13, and 4.2 before 4.2.30.\nAdd permissions on inline model instances were not validated on submission of\nforged `POST` data in `GenericInlineModelAdmin`.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank N05ec@LZU-DSLab for reporting this issue.",
            "references": [
                {
                    "reference_url": "https://docs.djangoproject.com/en/dev/releases/security/",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "9.8",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
                        }
                    ],
                    "url": "https://docs.djangoproject.com/en/dev/releases/security/"
                },
                {
                    "reference_url": "https://groups.google.com/g/django-announce",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "9.8",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
                        }
                    ],
                    "url": "https://groups.google.com/g/django-announce"
                },
                {
                    "reference_url": "https://www.djangoproject.com/weblog/2026/apr/07/security-releases/",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "9.8",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
                        }
                    ],
                    "url": "https://www.djangoproject.com/weblog/2026/apr/07/security-releases/"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/49221?format=api",
                    "purl": "pkg:pypi/django@4.2.30",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/django@4.2.30"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/49222?format=api",
                    "purl": "pkg:pypi/django@5.2.13",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-abpe-htm1-9ubp"
                        },
                        {
                            "vulnerability": "VCID-eqsc-axng-ckca"
                        },
                        {
                            "vulnerability": "VCID-m4am-h2ea-3ffr"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/django@5.2.13"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/49223?format=api",
                    "purl": "pkg:pypi/django@6.0.4",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-abpe-htm1-9ubp"
                        },
                        {
                            "vulnerability": "VCID-eqsc-axng-ckca"
                        },
                        {
                            "vulnerability": "VCID-m4am-h2ea-3ffr"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/django@6.0.4"
                }
            ],
            "aliases": [
                "CVE-2026-4277",
                "PYSEC-2026-52"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-kxdd-yzp3-r7cb"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37270?format=api",
            "vulnerability_id": "VCID-phkp-9abp-f3dq",
            "summary": "An issue was discovered in 6.0 before 6.0.4, 5.2 before 5.2.13, and 4.2 before 4.2.30.\n`ASGIRequest` allows a remote attacker to spoof headers by exploiting an ambiguous mapping of two header variants (with hyphens or with underscores) to a single version with underscores.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Tarek Nakkouch for reporting this issue.",
            "references": [
                {
                    "reference_url": "https://docs.djangoproject.com/en/dev/releases/security/",
                    "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:H/A:N"
                        }
                    ],
                    "url": "https://docs.djangoproject.com/en/dev/releases/security/"
                },
                {
                    "reference_url": "https://groups.google.com/g/django-announce",
                    "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:H/A:N"
                        }
                    ],
                    "url": "https://groups.google.com/g/django-announce"
                },
                {
                    "reference_url": "https://www.djangoproject.com/weblog/2026/apr/07/security-releases/",
                    "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:H/A:N"
                        }
                    ],
                    "url": "https://www.djangoproject.com/weblog/2026/apr/07/security-releases/"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/49221?format=api",
                    "purl": "pkg:pypi/django@4.2.30",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/django@4.2.30"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/49222?format=api",
                    "purl": "pkg:pypi/django@5.2.13",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-abpe-htm1-9ubp"
                        },
                        {
                            "vulnerability": "VCID-eqsc-axng-ckca"
                        },
                        {
                            "vulnerability": "VCID-m4am-h2ea-3ffr"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/django@5.2.13"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/49223?format=api",
                    "purl": "pkg:pypi/django@6.0.4",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-abpe-htm1-9ubp"
                        },
                        {
                            "vulnerability": "VCID-eqsc-axng-ckca"
                        },
                        {
                            "vulnerability": "VCID-m4am-h2ea-3ffr"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/django@6.0.4"
                }
            ],
            "aliases": [
                "CVE-2026-3902",
                "PYSEC-2026-51"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-phkp-9abp-f3dq"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37272?format=api",
            "vulnerability_id": "VCID-tktt-vg92-6kae",
            "summary": "An issue was discovered in 6.0 before 6.0.4, 5.2 before 5.2.13, and 4.2 before 4.2.30.\nAdmin changelist forms using `ModelAdmin.list_editable` incorrectly allowed new\ninstances to be created via forged `POST` data.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Cantina for reporting this issue.",
            "references": [
                {
                    "reference_url": "https://docs.djangoproject.com/en/dev/releases/security/",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "2.7",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N"
                        }
                    ],
                    "url": "https://docs.djangoproject.com/en/dev/releases/security/"
                },
                {
                    "reference_url": "https://groups.google.com/g/django-announce",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "2.7",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N"
                        }
                    ],
                    "url": "https://groups.google.com/g/django-announce"
                },
                {
                    "reference_url": "https://www.djangoproject.com/weblog/2026/apr/07/security-releases/",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "2.7",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N"
                        }
                    ],
                    "url": "https://www.djangoproject.com/weblog/2026/apr/07/security-releases/"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/49221?format=api",
                    "purl": "pkg:pypi/django@4.2.30",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/django@4.2.30"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/49222?format=api",
                    "purl": "pkg:pypi/django@5.2.13",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-abpe-htm1-9ubp"
                        },
                        {
                            "vulnerability": "VCID-eqsc-axng-ckca"
                        },
                        {
                            "vulnerability": "VCID-m4am-h2ea-3ffr"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/django@5.2.13"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/49223?format=api",
                    "purl": "pkg:pypi/django@6.0.4",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-abpe-htm1-9ubp"
                        },
                        {
                            "vulnerability": "VCID-eqsc-axng-ckca"
                        },
                        {
                            "vulnerability": "VCID-m4am-h2ea-3ffr"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/django@6.0.4"
                }
            ],
            "aliases": [
                "CVE-2026-4292",
                "PYSEC-2026-53"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-tktt-vg92-6kae"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37268?format=api",
            "vulnerability_id": "VCID-tuqc-c251-h7ds",
            "summary": "An issue was discovered in 6.0 before 6.0.4, 5.2 before 5.2.13, and 4.2 before 4.2.30.\n`MultiPartParser` allows remote attackers to degrade performance by submitting multipart uploads with `Content-Transfer-Encoding: base64` including excessive whitespace.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Seokchan Yoon for reporting this issue.",
            "references": [
                {
                    "reference_url": "https://docs.djangoproject.com/en/dev/releases/security/",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
                        }
                    ],
                    "url": "https://docs.djangoproject.com/en/dev/releases/security/"
                },
                {
                    "reference_url": "https://groups.google.com/g/django-announce",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
                        }
                    ],
                    "url": "https://groups.google.com/g/django-announce"
                },
                {
                    "reference_url": "https://www.djangoproject.com/weblog/2026/apr/07/security-releases/",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
                        }
                    ],
                    "url": "https://www.djangoproject.com/weblog/2026/apr/07/security-releases/"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/49221?format=api",
                    "purl": "pkg:pypi/django@4.2.30",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/django@4.2.30"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/49222?format=api",
                    "purl": "pkg:pypi/django@5.2.13",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-abpe-htm1-9ubp"
                        },
                        {
                            "vulnerability": "VCID-eqsc-axng-ckca"
                        },
                        {
                            "vulnerability": "VCID-m4am-h2ea-3ffr"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/django@5.2.13"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/49223?format=api",
                    "purl": "pkg:pypi/django@6.0.4",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-abpe-htm1-9ubp"
                        },
                        {
                            "vulnerability": "VCID-eqsc-axng-ckca"
                        },
                        {
                            "vulnerability": "VCID-m4am-h2ea-3ffr"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/django@6.0.4"
                }
            ],
            "aliases": [
                "CVE-2026-33033",
                "PYSEC-2026-48"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-tuqc-c251-h7ds"
        }
    ],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/django@4.2.30"
}