Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/930839?format=api",
    "purl": "pkg:deb/debian/mina2@2.1.4-2?distro=trixie",
    "type": "deb",
    "namespace": "debian",
    "name": "mina2",
    "version": "2.1.4-2",
    "qualifiers": {
        "distro": "trixie"
    },
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": "2.1.5-1",
    "latest_non_vulnerable_version": "2.2.1-4",
    "affected_by_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/14705?format=api",
            "vulnerability_id": "VCID-wgsh-kurb-h7e1",
            "summary": "Apache MINA Deserialization RCE Vulnerability\nThe `ObjectSerializationDecoder` in Apache MINA uses Java’s native deserialization protocol to process incoming serialized data but lacks the necessary security checks and defenses. This vulnerability allows attackers to exploit the deserialization process by sending specially crafted malicious serialized data, potentially leading to remote code execution (RCE) attacks.\n\t\nThis issue affects MINA core versions 2.0.X, 2.1.X and 2.2.X, and will be fixed by the releases 2.0.27, 2.1.10 and 2.2.4.\n\nIt's also important to note that an application using MINA core library will only be affected if the IoBuffer#getObject() method is called, and this specific method is potentially called when adding a ProtocolCodecFilter instance using the `ObjectSerializationCodecFactory` class in the filter chain. If your application is specifically using those classes, you have to upgrade to the latest version of MINA core library.\n\nUpgrading will  not be enough: you also need to explicitly allow the classes the decoder will accept in the ObjectSerializationDecoder instance, using one of the three new methods:\n\n1. \n     * Accept class names where the supplied ClassNameMatcher matches for deserialization, unless they are otherwise rejected.\n     * `@param classNameMatcher` the matcher to use\n     * / `public void accept(ClassNameMatcher classNameMatcher)`\n\n2. \n     * Accept class names that match the supplied pattern for deserialization, unless they are otherwise rejected.\n     * `@param` pattern standard Java regexp\n     * / `public void accept(Pattern pattern)`\n\n3.\n     * Accept the wildcard specified classes for deserialization, unless they are otherwise rejected.\n     * `@param` patterns Wildcard file name patterns as defined by `{@link org.apache.commons.io.FilenameUtils#wildcardMatch(String, String) FilenameUtils.wildcardMatch}`\n     * / `public void accept(String... patterns)`\n\nBy default, the decoder will reject *all* classes that will be present in the incoming data.\n\nNote: The FtpServer, SSHd and Vysper sub-project are not affected by this issue.",
            "references": [
                {
                    "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-52046.json",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.1",
                            "scoring_system": "cvssv3",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
                        }
                    ],
                    "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-52046.json"
                },
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-52046",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.80138",
                            "scoring_system": "epss",
                            "scoring_elements": "0.99116",
                            "published_at": "2026-04-21T12:55:00Z"
                        },
                        {
                            "value": "0.80138",
                            "scoring_system": "epss",
                            "scoring_elements": "0.99113",
                            "published_at": "2026-04-18T12:55:00Z"
                        },
                        {
                            "value": "0.80138",
                            "scoring_system": "epss",
                            "scoring_elements": "0.99103",
                            "published_at": "2026-04-02T12:55:00Z"
                        },
                        {
                            "value": "0.80138",
                            "scoring_system": "epss",
                            "scoring_elements": "0.99111",
                            "published_at": "2026-04-13T12:55:00Z"
                        },
                        {
                            "value": "0.80138",
                            "scoring_system": "epss",
                            "scoring_elements": "0.9911",
                            "published_at": "2026-04-11T12:55:00Z"
                        },
                        {
                            "value": "0.80138",
                            "scoring_system": "epss",
                            "scoring_elements": "0.99109",
                            "published_at": "2026-04-09T12:55:00Z"
                        },
                        {
                            "value": "0.80138",
                            "scoring_system": "epss",
                            "scoring_elements": "0.99108",
                            "published_at": "2026-04-07T12:55:00Z"
                        },
                        {
                            "value": "0.80138",
                            "scoring_system": "epss",
                            "scoring_elements": "0.99105",
                            "published_at": "2026-04-04T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-52046"
                },
                {
                    "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-52046",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-52046"
                },
                {
                    "reference_url": "https://github.com/apache/mina",
                    "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"
                        },
                        {
                            "value": "10.0",
                            "scoring_system": "cvssv4",
                            "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/apache/mina"
                },
                {
                    "reference_url": "https://lists.apache.org/thread/4wxktgjpggdbto15d515wdctohb0qmv8",
                    "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"
                        },
                        {
                            "value": "10",
                            "scoring_system": "cvssv4",
                            "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H"
                        },
                        {
                            "value": "10.0",
                            "scoring_system": "cvssv4",
                            "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        },
                        {
                            "value": "Track",
                            "scoring_system": "ssvc",
                            "scoring_elements": "SSVCv2/E:N/A:Y/T:T/P:M/B:A/M:M/D:T/2024-12-26T18:13:45Z/"
                        }
                    ],
                    "url": "https://lists.apache.org/thread/4wxktgjpggdbto15d515wdctohb0qmv8"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52046",
                    "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"
                        },
                        {
                            "value": "10.0",
                            "scoring_system": "cvssv4",
                            "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52046"
                },
                {
                    "reference_url": "https://security.netapp.com/advisory/ntap-20250103-0001",
                    "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"
                        },
                        {
                            "value": "10.0",
                            "scoring_system": "cvssv4",
                            "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://security.netapp.com/advisory/ntap-20250103-0001"
                },
                {
                    "reference_url": "http://www.openwall.com/lists/oss-security/2024/12/25/1",
                    "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"
                        },
                        {
                            "value": "10.0",
                            "scoring_system": "cvssv4",
                            "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "http://www.openwall.com/lists/oss-security/2024/12/25/1"
                },
                {
                    "reference_url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091530",
                    "reference_id": "1091530",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091530"
                },
                {
                    "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=2334067",
                    "reference_id": "2334067",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2334067"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-76h9-2vwh-w278",
                    "reference_id": "GHSA-76h9-2vwh-w278",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "CRITICAL",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-76h9-2vwh-w278"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2025:1078",
                    "reference_id": "RHSA-2025:1078",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2025:1078"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/930840?format=api",
                    "purl": "pkg:deb/debian/mina2@2.2.1-4?distro=trixie",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/mina2@2.2.1-4%3Fdistro=trixie"
                }
            ],
            "aliases": [
                "CVE-2024-52046",
                "GHSA-76h9-2vwh-w278"
            ],
            "risk_score": 10.0,
            "exploitability": "2.0",
            "weighted_severity": "9.0",
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-wgsh-kurb-h7e1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/11456?format=api",
            "vulnerability_id": "VCID-xf21-5r67-n7hg",
            "summary": "Loop with Unreachable Exit Condition ('Infinite Loop')\nIn Apache MINA, a specifically crafted, malformed HTTP request may cause the HTTP Header decoder to loop indefinitely. The decoder assumed that the HTTP Header begins at the beginning of the buffer and loops if there is more data than expected.",
            "references": [
                {
                    "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-41973.json",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"
                        }
                    ],
                    "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-41973.json"
                },
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2021-41973",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.0084",
                            "scoring_system": "epss",
                            "scoring_elements": "0.74755",
                            "published_at": "2026-04-18T12:55:00Z"
                        },
                        {
                            "value": "0.0084",
                            "scoring_system": "epss",
                            "scoring_elements": "0.74747",
                            "published_at": "2026-04-16T12:55:00Z"
                        },
                        {
                            "value": "0.0084",
                            "scoring_system": "epss",
                            "scoring_elements": "0.7471",
                            "published_at": "2026-04-13T12:55:00Z"
                        },
                        {
                            "value": "0.0084",
                            "scoring_system": "epss",
                            "scoring_elements": "0.74719",
                            "published_at": "2026-04-12T12:55:00Z"
                        },
                        {
                            "value": "0.0084",
                            "scoring_system": "epss",
                            "scoring_elements": "0.7474",
                            "published_at": "2026-04-11T12:55:00Z"
                        },
                        {
                            "value": "0.0084",
                            "scoring_system": "epss",
                            "scoring_elements": "0.74716",
                            "published_at": "2026-04-09T12:55:00Z"
                        },
                        {
                            "value": "0.0084",
                            "scoring_system": "epss",
                            "scoring_elements": "0.74702",
                            "published_at": "2026-04-08T12:55:00Z"
                        },
                        {
                            "value": "0.0084",
                            "scoring_system": "epss",
                            "scoring_elements": "0.7467",
                            "published_at": "2026-04-07T12:55:00Z"
                        },
                        {
                            "value": "0.0084",
                            "scoring_system": "epss",
                            "scoring_elements": "0.74695",
                            "published_at": "2026-04-04T12:55:00Z"
                        },
                        {
                            "value": "0.0084",
                            "scoring_system": "epss",
                            "scoring_elements": "0.74669",
                            "published_at": "2026-04-02T12:55:00Z"
                        },
                        {
                            "value": "0.0084",
                            "scoring_system": "epss",
                            "scoring_elements": "0.74666",
                            "published_at": "2026-04-01T12:55:00Z"
                        },
                        {
                            "value": "0.0126",
                            "scoring_system": "epss",
                            "scoring_elements": "0.79437",
                            "published_at": "2026-04-21T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2021-41973"
                },
                {
                    "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41973",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41973"
                },
                {
                    "reference_url": "https://lists.apache.org/thread.html/r0b907da9340d5ff4e6c1a4798ef4e79700a668657f27cca8a39e9250%40%3Cdev.mina.apache.org%3E",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://lists.apache.org/thread.html/r0b907da9340d5ff4e6c1a4798ef4e79700a668657f27cca8a39e9250%40%3Cdev.mina.apache.org%3E"
                },
                {
                    "reference_url": "https://www.oracle.com/security-alerts/cpuapr2022.html",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://www.oracle.com/security-alerts/cpuapr2022.html"
                },
                {
                    "reference_url": "http://www.openwall.com/lists/oss-security/2021/11/01/2",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "http://www.openwall.com/lists/oss-security/2021/11/01/2"
                },
                {
                    "reference_url": "http://www.openwall.com/lists/oss-security/2021/11/01/8",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "http://www.openwall.com/lists/oss-security/2021/11/01/8"
                },
                {
                    "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=2027176",
                    "reference_id": "2027176",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2027176"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41973",
                    "reference_id": "CVE-2021-41973",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41973"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-6mcm-j9cj-3vc3",
                    "reference_id": "GHSA-6mcm-j9cj-3vc3",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "MODERATE",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-6mcm-j9cj-3vc3"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/930841?format=api",
                    "purl": "pkg:deb/debian/mina2@2.1.5-1?distro=trixie",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/mina2@2.1.5-1%3Fdistro=trixie"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/930837?format=api",
                    "purl": "pkg:deb/debian/mina2@2.2.1-3?distro=trixie",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-wgsh-kurb-h7e1"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/mina2@2.2.1-3%3Fdistro=trixie"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/930840?format=api",
                    "purl": "pkg:deb/debian/mina2@2.2.1-4?distro=trixie",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/mina2@2.2.1-4%3Fdistro=trixie"
                }
            ],
            "aliases": [
                "CVE-2021-41973",
                "GHSA-6mcm-j9cj-3vc3"
            ],
            "risk_score": 3.1,
            "exploitability": "0.5",
            "weighted_severity": "6.2",
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-xf21-5r67-n7hg"
        }
    ],
    "fixing_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/54610?format=api",
            "vulnerability_id": "VCID-z6er-42pm-7ubq",
            "summary": "Cleartext Transmission of Sensitive Information in Apache MINA\nHandling of the close_notify SSL/TLS message does not lead to a connection closure, leading the server to retain the socket opened and to have the client potentially receive clear text messages afterward. Mitigation: 2.0.20 users should migrate to 2.0.21, 2.1.0 users should migrate to 2.1.1. This issue affects: Apache MINA.",
            "references": [
                {
                    "reference_url": "http://mina.apache.org/mina-project/index.html#mina-211-mina-2021-released-posted-on-april-14-2019",
                    "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": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "http://mina.apache.org/mina-project/index.html#mina-211-mina-2021-released-posted-on-april-14-2019"
                },
                {
                    "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2019-0231.json",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.8",
                            "scoring_system": "cvssv3",
                            "scoring_elements": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N"
                        }
                    ],
                    "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2019-0231.json"
                },
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2019-0231",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.00707",
                            "scoring_system": "epss",
                            "scoring_elements": "0.72172",
                            "published_at": "2026-04-12T12:55:00Z"
                        },
                        {
                            "value": "0.00707",
                            "scoring_system": "epss",
                            "scoring_elements": "0.72208",
                            "published_at": "2026-04-18T12:55:00Z"
                        },
                        {
                            "value": "0.00707",
                            "scoring_system": "epss",
                            "scoring_elements": "0.72158",
                            "published_at": "2026-04-13T12:55:00Z"
                        },
                        {
                            "value": "0.00707",
                            "scoring_system": "epss",
                            "scoring_elements": "0.722",
                            "published_at": "2026-04-16T12:55:00Z"
                        },
                        {
                            "value": "0.00707",
                            "scoring_system": "epss",
                            "scoring_elements": "0.72194",
                            "published_at": "2026-04-21T12:55:00Z"
                        },
                        {
                            "value": "0.00707",
                            "scoring_system": "epss",
                            "scoring_elements": "0.72187",
                            "published_at": "2026-04-11T12:55:00Z"
                        },
                        {
                            "value": "0.00726",
                            "scoring_system": "epss",
                            "scoring_elements": "0.72568",
                            "published_at": "2026-04-04T12:55:00Z"
                        },
                        {
                            "value": "0.00726",
                            "scoring_system": "epss",
                            "scoring_elements": "0.72544",
                            "published_at": "2026-04-01T12:55:00Z"
                        },
                        {
                            "value": "0.00726",
                            "scoring_system": "epss",
                            "scoring_elements": "0.72552",
                            "published_at": "2026-04-02T12:55:00Z"
                        },
                        {
                            "value": "0.00726",
                            "scoring_system": "epss",
                            "scoring_elements": "0.72545",
                            "published_at": "2026-04-07T12:55:00Z"
                        },
                        {
                            "value": "0.00726",
                            "scoring_system": "epss",
                            "scoring_elements": "0.72583",
                            "published_at": "2026-04-08T12:55:00Z"
                        },
                        {
                            "value": "0.00726",
                            "scoring_system": "epss",
                            "scoring_elements": "0.72595",
                            "published_at": "2026-04-09T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2019-0231"
                },
                {
                    "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0231",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0231"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2019-0231",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "5.0",
                            "scoring_system": "cvssv2",
                            "scoring_elements": "AV:N/AC:L/Au:N/C:P/I:N/A:N"
                        },
                        {
                            "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": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-0231"
                },
                {
                    "reference_url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1102216",
                    "reference_id": "1102216",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1102216"
                },
                {
                    "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=1700016",
                    "reference_id": "1700016",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1700016"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:2.3:a:apache:mina:2.0.20:*:*:*:*:*:*:*",
                    "reference_id": "cpe:2.3:a:apache:mina:2.0.20:*:*:*:*:*:*:*",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:2.3:a:apache:mina:2.0.20:*:*:*:*:*:*:*"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:2.3:a:apache:mina:2.1.1:*:*:*:*:*:*:*",
                    "reference_id": "cpe:2.3:a:apache:mina:2.1.1:*:*:*:*:*:*:*",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:2.3:a:apache:mina:2.1.1:*:*:*:*:*:*:*"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-5h29-qq92-wj7f",
                    "reference_id": "GHSA-5h29-qq92-wj7f",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "HIGH",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-5h29-qq92-wj7f"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2020:0895",
                    "reference_id": "RHSA-2020:0895",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2020:0895"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2020:0899",
                    "reference_id": "RHSA-2020:0899",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2020:0899"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2020:1454",
                    "reference_id": "RHSA-2020:1454",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2020:1454"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2020:3192",
                    "reference_id": "RHSA-2020:3192",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2020:3192"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/930838?format=api",
                    "purl": "pkg:deb/debian/mina2@2.1.4-1?distro=trixie",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/mina2@2.1.4-1%3Fdistro=trixie"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/930839?format=api",
                    "purl": "pkg:deb/debian/mina2@2.1.4-2?distro=trixie",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-wgsh-kurb-h7e1"
                        },
                        {
                            "vulnerability": "VCID-xf21-5r67-n7hg"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/mina2@2.1.4-2%3Fdistro=trixie"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/930837?format=api",
                    "purl": "pkg:deb/debian/mina2@2.2.1-3?distro=trixie",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-wgsh-kurb-h7e1"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/mina2@2.2.1-3%3Fdistro=trixie"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/930840?format=api",
                    "purl": "pkg:deb/debian/mina2@2.2.1-4?distro=trixie",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/mina2@2.2.1-4%3Fdistro=trixie"
                }
            ],
            "aliases": [
                "CVE-2019-0231",
                "GHSA-5h29-qq92-wj7f"
            ],
            "risk_score": 4.0,
            "exploitability": "0.5",
            "weighted_severity": "8.0",
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-z6er-42pm-7ubq"
        }
    ],
    "risk_score": "10.0",
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/mina2@2.1.4-2%3Fdistro=trixie"
}