[GHSA-42wg-hm62-jcwg] Apache Tomcat installer for Windows has an untrusted search path vulnerability - #9698
Open
levpachmanov wants to merge 1 commit into
Conversation
github-actions
Bot
changed the base branch from
main
to
levpachmanov/advisory-improvement-9698
September 22, 2026 15:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
Comments
This advisory's
vulnerabilities[]list is misattributed. CVE-2025-49124 is scoped to theApache Tomcat installer for Windows (
icacls.exeuntrusted search path duringinstallation) — per Apache's own advisory:
The Windows installer is a separate, Windows-only distribution artifact. It is not part of,
and is never invoked by, the Maven-published libraries.
Currently (incorrectly) mapped to:
org.apache.tomcat.embed:tomcat-embed-coreorg.apache.tomcat:tomcatorg.apache.tomcat:tomcat-catalinaNone of these Maven artifacts contain or execute the Windows installer, so they cannot be
affected by this vulnerability regardless of version or platform.
Requested change: remove all three Maven
purlmappings from this advisory. If GHSA'sschema has no ecosystem for native Windows installers, this advisory should carry no
package-manager
vulnerabilities[]entries at all — only the affected-product versionranges already listed in the text (9.0.23–9.0.105, 10.1.0–10.1.41, 11.0.0-M1–11.0.7), which
correctly describe the installer build for those releases, not the jars.
Reference confirming this:
https://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.106 — explicitly lists
the impacted component as "Tomcat installer for Windows".