Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/8769?format=api",
    "vulnerability_id": "VCID-4zf1-yftj-3fa5",
    "summary": "Flask is a lightweight WSGI web application framework. When all of the following conditions are met, a response containing data intended for one client may be cached and subsequently sent by the proxy to other clients. If the proxy also caches `Set-Cookie` headers, it may send one client's `session` cookie to other clients. The severity depends on the application's use of the session and the proxy's behavior regarding cookies. The risk depends on all these conditions being met.\n\n1. The application must be hosted behind a caching proxy that does not strip cookies or ignore responses with cookies.\n2. The application sets `session.permanent = True`\n3. The application does not access or modify the session at any point during a request.\n4. `SESSION_REFRESH_EACH_REQUEST` enabled (the default).\n5. The application does not set a `Cache-Control` header to indicate that a page is private or should not be cached.\n\nThis happens because vulnerable versions of Flask only set the `Vary: Cookie` header when the session is accessed or modified, not when it is refreshed (re-sent to update the expiration) without being accessed or modified. This issue has been fixed in versions 2.3.2 and 2.2.5.",
    "aliases": [
        {
            "alias": "CVE-2023-30861"
        },
        {
            "alias": "GHSA-m2qf-hxjv-5gpq"
        },
        {
            "alias": "PYSEC-2023-62"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/415191?format=api",
            "purl": "pkg:deb/debian/flask@1.1.2-2%2Bdeb11u1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/flask@1.1.2-2%252Bdeb11u1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/176759?format=api",
            "purl": "pkg:deb/debian/flask@1.1.2-2%2Bdeb11u1?distro=trixie",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/flask@1.1.2-2%252Bdeb11u1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/176757?format=api",
            "purl": "pkg:deb/debian/flask@2.2.2-3?distro=trixie",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/flask@2.2.2-3%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/176761?format=api",
            "purl": "pkg:deb/debian/flask@3.1.1-1?distro=trixie",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/flask@3.1.1-1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/176760?format=api",
            "purl": "pkg:deb/debian/flask@3.1.3-2?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/flask@3.1.3-2%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32422?format=api",
            "purl": "pkg:pypi/flask@2.2.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.2.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32423?format=api",
            "purl": "pkg:pypi/flask@2.3.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.3.2"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1061986?format=api",
            "purl": "pkg:deb/debian/flask@0.10.1-2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/flask@0.10.1-2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1061985?format=api",
            "purl": "pkg:deb/debian/flask@0.10.1-2~bpo70%2B1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/flask@0.10.1-2~bpo70%252B1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1061988?format=api",
            "purl": "pkg:deb/debian/flask@0.12.1-1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/flask@0.12.1-1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1061987?format=api",
            "purl": "pkg:deb/debian/flask@0.12.1-1~bpo8%2B1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/flask@0.12.1-1~bpo8%252B1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1061983?format=api",
            "purl": "pkg:deb/debian/flask@0.6-1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/flask@0.6-1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1061984?format=api",
            "purl": "pkg:deb/debian/flask@0.8-1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/flask@0.8-1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1061989?format=api",
            "purl": "pkg:deb/debian/flask@1.0.2-3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/flask@1.0.2-3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10630?format=api",
            "purl": "pkg:pypi/flask@0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                },
                {
                    "vulnerability": "VCID-zjzt-rp7a-tyge"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10631?format=api",
            "purl": "pkg:pypi/flask@0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                },
                {
                    "vulnerability": "VCID-zjzt-rp7a-tyge"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10632?format=api",
            "purl": "pkg:pypi/flask@0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                },
                {
                    "vulnerability": "VCID-zjzt-rp7a-tyge"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10633?format=api",
            "purl": "pkg:pypi/flask@0.3.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                },
                {
                    "vulnerability": "VCID-zjzt-rp7a-tyge"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.3.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10634?format=api",
            "purl": "pkg:pypi/flask@0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                },
                {
                    "vulnerability": "VCID-zjzt-rp7a-tyge"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10635?format=api",
            "purl": "pkg:pypi/flask@0.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                },
                {
                    "vulnerability": "VCID-zjzt-rp7a-tyge"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10636?format=api",
            "purl": "pkg:pypi/flask@0.5.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                },
                {
                    "vulnerability": "VCID-zjzt-rp7a-tyge"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.5.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10637?format=api",
            "purl": "pkg:pypi/flask@0.5.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                },
                {
                    "vulnerability": "VCID-zjzt-rp7a-tyge"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.5.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10638?format=api",
            "purl": "pkg:pypi/flask@0.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                },
                {
                    "vulnerability": "VCID-zjzt-rp7a-tyge"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10639?format=api",
            "purl": "pkg:pypi/flask@0.6.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.6.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10640?format=api",
            "purl": "pkg:pypi/flask@0.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10641?format=api",
            "purl": "pkg:pypi/flask@0.7.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.7.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10642?format=api",
            "purl": "pkg:pypi/flask@0.7.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.7.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10643?format=api",
            "purl": "pkg:pypi/flask@0.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10644?format=api",
            "purl": "pkg:pypi/flask@0.8.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.8.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10645?format=api",
            "purl": "pkg:pypi/flask@0.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10646?format=api",
            "purl": "pkg:pypi/flask@0.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10647?format=api",
            "purl": "pkg:pypi/flask@0.10.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.10.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10648?format=api",
            "purl": "pkg:pypi/flask@0.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10649?format=api",
            "purl": "pkg:pypi/flask@0.11.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.11.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10650?format=api",
            "purl": "pkg:pypi/flask@0.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10651?format=api",
            "purl": "pkg:pypi/flask@0.12.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.12.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10652?format=api",
            "purl": "pkg:pypi/flask@0.12.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-p1sj-stfb-mbce"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.12.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/10653?format=api",
            "purl": "pkg:pypi/flask@0.12.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.12.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/12501?format=api",
            "purl": "pkg:pypi/flask@0.12.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.12.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/12502?format=api",
            "purl": "pkg:pypi/flask@0.12.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-665n-js85-m7ch"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@0.12.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/12503?format=api",
            "purl": "pkg:pypi/flask@1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32396?format=api",
            "purl": "pkg:pypi/flask@1.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@1.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32397?format=api",
            "purl": "pkg:pypi/flask@1.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@1.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32398?format=api",
            "purl": "pkg:pypi/flask@1.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@1.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32399?format=api",
            "purl": "pkg:pypi/flask@1.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@1.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32400?format=api",
            "purl": "pkg:pypi/flask@1.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@1.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32401?format=api",
            "purl": "pkg:pypi/flask@1.1.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@1.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32402?format=api",
            "purl": "pkg:pypi/flask@1.1.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@1.1.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32403?format=api",
            "purl": "pkg:pypi/flask@1.1.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@1.1.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32404?format=api",
            "purl": "pkg:pypi/flask@1.1.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@1.1.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32405?format=api",
            "purl": "pkg:pypi/flask@2.0.0rc1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.0.0rc1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32406?format=api",
            "purl": "pkg:pypi/flask@2.0.0rc2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.0.0rc2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32407?format=api",
            "purl": "pkg:pypi/flask@2.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32408?format=api",
            "purl": "pkg:pypi/flask@2.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32409?format=api",
            "purl": "pkg:pypi/flask@2.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32410?format=api",
            "purl": "pkg:pypi/flask@2.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32411?format=api",
            "purl": "pkg:pypi/flask@2.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32412?format=api",
            "purl": "pkg:pypi/flask@2.1.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32413?format=api",
            "purl": "pkg:pypi/flask@2.1.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.1.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32414?format=api",
            "purl": "pkg:pypi/flask@2.1.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.1.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32415?format=api",
            "purl": "pkg:pypi/flask@2.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32416?format=api",
            "purl": "pkg:pypi/flask@2.2.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.2.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32417?format=api",
            "purl": "pkg:pypi/flask@2.2.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.2.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32418?format=api",
            "purl": "pkg:pypi/flask@2.2.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.2.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32419?format=api",
            "purl": "pkg:pypi/flask@2.2.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.2.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32420?format=api",
            "purl": "pkg:pypi/flask@2.3.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.3.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/32421?format=api",
            "purl": "pkg:pypi/flask@2.3.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-qy4r-yvcd-a3d9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/flask@2.3.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/151574?format=api",
            "purl": "pkg:rpm/redhat/python-flask@1:0.10.1-7?arch=el7_9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python-flask@1:0.10.1-7%3Farch=el7_9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/151576?format=api",
            "purl": "pkg:rpm/redhat/python-flask@1:1.0.2-8?arch=el8ost",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python-flask@1:1.0.2-8%3Farch=el8ost"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/151575?format=api",
            "purl": "pkg:rpm/redhat/python-flask@1:1.1.2-6?arch=el8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python-flask@1:1.1.2-6%3Farch=el8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/151577?format=api",
            "purl": "pkg:rpm/redhat/python-flask@1:1.1.2-6?arch=el9ost",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python-flask@1:1.1.2-6%3Farch=el9ost"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/151572?format=api",
            "purl": "pkg:rpm/redhat/python-flask@1:2.0.1-3?arch=el9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python-flask@1:2.0.1-3%3Farch=el9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/151573?format=api",
            "purl": "pkg:rpm/redhat/python-flask@2:2.0.1-4.el9?arch=2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4kvh-7j6r-9fbk"
                },
                {
                    "vulnerability": "VCID-4zf1-yftj-3fa5"
                },
                {
                    "vulnerability": "VCID-yb4e-4xbv-k7ax"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python-flask@2:2.0.1-4.el9%3Farch=2"
        }
    ],
    "references": [
        {
            "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2023-30861.json",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
                }
            ],
            "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2023-30861.json"
        },
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-30861",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.00221",
                    "scoring_system": "epss",
                    "scoring_elements": "0.44761",
                    "published_at": "2026-05-30T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-30861"
        },
        {
            "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30861",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30861"
        },
        {
            "reference_url": "https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml",
            "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:H/I:N/A:N"
                }
            ],
            "url": "https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml"
        },
        {
            "reference_url": "https://github.com/pallets/flask",
            "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:H/I:N/A:N"
                },
                {
                    "value": "8.7",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/pallets/flask"
        },
        {
            "reference_url": "https://github.com/pallets/flask/commit/70f906c51ce49c485f1d355703e9cc3386b1cc2b",
            "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:H/I:N/A:N"
                },
                {
                    "value": "8.7",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-01-30T16:29:21Z/"
                }
            ],
            "url": "https://github.com/pallets/flask/commit/70f906c51ce49c485f1d355703e9cc3386b1cc2b"
        },
        {
            "reference_url": "https://github.com/pallets/flask/commit/afd63b16170b7c047f5758eb910c416511e9c965",
            "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:H/I:N/A:N"
                },
                {
                    "value": "8.7",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-01-30T16:29:21Z/"
                }
            ],
            "url": "https://github.com/pallets/flask/commit/afd63b16170b7c047f5758eb910c416511e9c965"
        },
        {
            "reference_url": "https://github.com/pallets/flask/releases/tag/2.2.5",
            "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:H/I:N/A:N"
                },
                {
                    "value": "8.7",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-01-30T16:29:21Z/"
                }
            ],
            "url": "https://github.com/pallets/flask/releases/tag/2.2.5"
        },
        {
            "reference_url": "https://github.com/pallets/flask/releases/tag/2.3.2",
            "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:H/I:N/A:N"
                },
                {
                    "value": "8.7",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-01-30T16:29:21Z/"
                }
            ],
            "url": "https://github.com/pallets/flask/releases/tag/2.3.2"
        },
        {
            "reference_url": "https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq",
            "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:H/I:N/A:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                },
                {
                    "value": "8.7",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-01-30T16:29:21Z/"
                }
            ],
            "url": "https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq"
        },
        {
            "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/flask/PYSEC-2023-62.yaml",
            "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:H/I:N/A:N"
                },
                {
                    "value": "8.7",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/pypa/advisory-database/tree/main/vulns/flask/PYSEC-2023-62.yaml"
        },
        {
            "reference_url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00024.html",
            "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:H/I:N/A:N"
                },
                {
                    "value": "8.7",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-01-30T16:29:21Z/"
                }
            ],
            "url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00024.html"
        },
        {
            "reference_url": "https://security.netapp.com/advisory/ntap-20230818-0006",
            "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:H/I:N/A:N"
                },
                {
                    "value": "8.7",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://security.netapp.com/advisory/ntap-20230818-0006"
        },
        {
            "reference_url": "https://www.debian.org/security/2023/dsa-5442",
            "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:H/I:N/A:N"
                },
                {
                    "value": "8.7",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-01-30T16:29:21Z/"
                }
            ],
            "url": "https://www.debian.org/security/2023/dsa-5442"
        },
        {
            "reference_url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035670",
            "reference_id": "1035670",
            "reference_type": "",
            "scores": [],
            "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035670"
        },
        {
            "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196643",
            "reference_id": "2196643",
            "reference_type": "",
            "scores": [],
            "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196643"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30861",
            "reference_id": "CVE-2023-30861",
            "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:H/I:N/A:N"
                },
                {
                    "value": "8.7",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30861"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-m2qf-hxjv-5gpq",
            "reference_id": "GHSA-m2qf-hxjv-5gpq",
            "reference_type": "",
            "scores": [
                {
                    "value": "HIGH",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/advisories/GHSA-m2qf-hxjv-5gpq"
        },
        {
            "reference_url": "https://security.netapp.com/advisory/ntap-20230818-0006/",
            "reference_id": "ntap-20230818-0006",
            "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:H/I:N/A:N"
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-01-30T16:29:21Z/"
                }
            ],
            "url": "https://security.netapp.com/advisory/ntap-20230818-0006/"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2023:3440",
            "reference_id": "RHSA-2023:3440",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2023:3440"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2023:3444",
            "reference_id": "RHSA-2023:3444",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2023:3444"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2023:3446",
            "reference_id": "RHSA-2023:3446",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2023:3446"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2023:3525",
            "reference_id": "RHSA-2023:3525",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2023:3525"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2023:3536",
            "reference_id": "RHSA-2023:3536",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2023:3536"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2023:3541",
            "reference_id": "RHSA-2023:3541",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2023:3541"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2023:3545",
            "reference_id": "RHSA-2023:3545",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2023:3545"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2023:7341",
            "reference_id": "RHSA-2023:7341",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2023:7341"
        },
        {
            "reference_url": "https://usn.ubuntu.com/6111-1/",
            "reference_id": "USN-6111-1",
            "reference_type": "",
            "scores": [],
            "url": "https://usn.ubuntu.com/6111-1/"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 539,
            "name": "Use of Persistent Cookies Containing Sensitive Information",
            "description": "The web application uses persistent cookies, but the cookies contain sensitive information."
        },
        {
            "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": 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": 488,
            "name": "Exposure of Data Element to Wrong Session",
            "description": "The product does not sufficiently enforce boundaries between the states of different sessions, causing data to be provided to, or used by, the wrong session."
        }
    ],
    "exploits": [],
    "severity_range_score": "7.0 - 8.9",
    "exploitability": "0.5",
    "weighted_severity": "8.0",
    "risk_score": 4.0,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-4zf1-yftj-3fa5"
}