Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:maven/io.github.skylot/jadx-plugins-api@1.4.5
purl pkg:maven/io.github.skylot/jadx-plugins-api@1.4.5
Vulnerabilities affecting this package (0)
Vulnerability Summary Fixed by
This package is not known to be affected by vulnerabilities.
Vulnerabilities fixed by this package (1)
Vulnerability Summary Aliases
VCID-2uwt-z5ub-zbbe Jadx-gui vulnerable to swing HTML Denial of Service (DoS) attack ### Impact Using 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: ``` java.lang.RuntimeException: Can't build aframeset, BranchElement(frameset) 1,3 :no ROWS or COLS defined. at java.desktop/javax.swing.text.html.HTMLEditorKit$HTMLFactory.create(HTMLEditorKit.java:1387) at java.desktop/javax.swing.plaf.basic.BasicHTML$BasicHTMLViewFactory.create(BasicHTML.java:379) at java.desktop/javax.swing.text.CompositeView.loadChildren(CompositeView.java:112) ``` ### References https://www.oracle.com/java/technologies/javase/seccodeguide.html Guideline 3-7 / INJECT-7: Disable HTML display in Swing components: Many 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. To disable the HTML render feature, set the "html.disable" client property of each component to Boolean.TRUE (no other Boolean true instance will do). ```java label.putClientProperty("html.disable", true); ``` CVE-2022-39259
GHSA-3r7j-8mqh-6qhx
GMS-2022-5657

Date Actor Action Vulnerability Source VulnerableCode Version
2026-06-05T21:36:58.812433+00:00 GHSA Importer Fixing VCID-2uwt-z5ub-zbbe https://github.com/advisories/GHSA-3r7j-8mqh-6qhx 38.6.0
2026-06-05T17:12:48.149311+00:00 GitLab Importer Fixing VCID-2uwt-z5ub-zbbe https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.github.skylot/jadx-plugins-api/GMS-2022-5657.yml 38.6.0
2026-06-04T17:43:17.731332+00:00 GithubOSV Importer Fixing VCID-2uwt-z5ub-zbbe https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/10/GHSA-3r7j-8mqh-6qhx/GHSA-3r7j-8mqh-6qhx.json 38.6.0