Package Instance
Lookup for vulnerable packages by Package URL.
GET /api/packages/504577?format=api
{ "url": "http://public2.vulnerablecode.io/api/packages/504577?format=api", "purl": "pkg:maven/io.github.skylot/jadx-plugins-api@1.4.4", "type": "maven", "namespace": "io.github.skylot", "name": "jadx-plugins-api", "version": "1.4.4", "qualifiers": {}, "subpath": "", "is_vulnerable": true, "next_non_vulnerable_version": "1.4.5", "latest_non_vulnerable_version": "1.4.5", "affected_by_vulnerabilities": [ { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/108757?format=api", "vulnerability_id": "VCID-2uwt-z5ub-zbbe", "summary": "Jadx-gui vulnerable to swing HTML Denial of Service (DoS) attack\n### Impact\nUsing jadx-gui to open a special zip file with entry containing HTML sequence like `<html><frame>` will cause interface to get stuck and throw exceptions like:\n```\njava.lang.RuntimeException: Can't build aframeset, BranchElement(frameset) 1,3\n:no ROWS or COLS defined.\n\tat java.desktop/javax.swing.text.html.HTMLEditorKit$HTMLFactory.create(HTMLEditorKit.java:1387)\n\tat java.desktop/javax.swing.plaf.basic.BasicHTML$BasicHTMLViewFactory.create(BasicHTML.java:379)\n\tat java.desktop/javax.swing.text.CompositeView.loadChildren(CompositeView.java:112)\n```\n\n### References\nhttps://www.oracle.com/java/technologies/javase/seccodeguide.html\n\nGuideline 3-7 / INJECT-7: Disable HTML display in Swing components:\n\nMany Swing pluggable look-and-feels interpret text in certain components starting with <html> as HTML. If the text is from an untrusted source, an adversary may craft the HTML such that other components appear to be present or to perform inclusion attacks.\n\nTo disable the HTML render feature, set the \"html.disable\" client property of each component to Boolean.TRUE (no other Boolean true instance will do).\n```java\nlabel.putClientProperty(\"html.disable\", true);\n```", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2022-39259", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00055", "scoring_system": "epss", "scoring_elements": "0.17532", "published_at": "2026-06-09T12:55:00Z" }, { "value": "0.00055", "scoring_system": "epss", "scoring_elements": "0.17556", "published_at": "2026-06-04T12:55:00Z" }, { "value": "0.00055", "scoring_system": "epss", "scoring_elements": "0.17635", "published_at": "2026-06-05T12:55:00Z" }, { "value": "0.00055", "scoring_system": "epss", "scoring_elements": "0.17629", "published_at": "2026-06-06T12:55:00Z" }, { "value": "0.00055", "scoring_system": "epss", "scoring_elements": "0.17596", "published_at": "2026-06-07T12:55:00Z" }, { "value": "0.00055", "scoring_system": "epss", "scoring_elements": "0.17516", "published_at": "2026-06-08T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2022-39259" }, { "reference_url": "https://github.com/skylot/jadx", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/skylot/jadx" }, { "reference_url": "https://github.com/skylot/jadx/releases/tag/v1.4.5", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/skylot/jadx/releases/tag/v1.4.5" }, { "reference_url": "https://github.com/skylot/jadx/security/advisories/GHSA-3r7j-8mqh-6qhx", "reference_id": "", "reference_type": "", "scores": [ { "value": "3.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L" }, { "value": "5.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" }, { "value": "MODERATE", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:P/A:N/T:P/P:M/B:A/M:M/D:T/2025-04-22T15:43:22Z/" } ], "url": "https://github.com/skylot/jadx/security/advisories/GHSA-3r7j-8mqh-6qhx" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39259", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/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-2022-39259" }, { "reference_url": "https://www.oracle.com/java/technologies/javase/seccodeguide.html", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/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/java/technologies/javase/seccodeguide.html" }, { "reference_url": "https://github.com/advisories/GHSA-3r7j-8mqh-6qhx", "reference_id": "GHSA-3r7j-8mqh-6qhx", "reference_type": "", "scores": [ { "value": "MODERATE", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-3r7j-8mqh-6qhx" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/144509?format=api", "purl": "pkg:maven/io.github.skylot/jadx-plugins-api@1.4.5", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/io.github.skylot/jadx-plugins-api@1.4.5" } ], "aliases": [ "CVE-2022-39259", "GHSA-3r7j-8mqh-6qhx", "GMS-2022-5657" ], "risk_score": 3.1, "exploitability": "0.5", "weighted_severity": "6.2", "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-2uwt-z5ub-zbbe" } ], "fixing_vulnerabilities": [], "risk_score": "3.1", "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/io.github.skylot/jadx-plugins-api@1.4.4" }