Bug 2451525
| Summary: | CVE-2025-67030 javacc-maven-plugin: Plexus-utils: Directory Traversal in extractFile method [fedora-all] | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jon Moroney <jmoroney> |
| Component: | javacc-maven-plugin | Assignee: | Jerry James <loganjerry> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | rawhide | CC: | java-sig-commits, loganjerry, mizdebsk, mkoncek |
| Target Milestone: | --- | Keywords: | Security, SecurityTracking |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | {"flaws": ["290761a4-33f3-45f9-a327-eab3c64ae31b"]} | ||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2026-03-26 22:26:27 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2451409 | ||
|
Description
Jon Moroney
2026-03-25 21:45:23 UTC
The affected method is org.codehaus.plexus.util.Expand.extractFile. The javacc-maven-plugin package does not use the Expand class. The main sources only use: - org.codehaus.plexus.util.DirectoryScanner - org.codehaus.plexus.util.FileUtils - org.codehaus.plexus.util.SelectorUtils - org.codehaus.plexus.util.StringUtils - org.codehaus.plexus.util.cli.CommandLine - org.codehaus.plexus.util.cli.CommandLineUtils - org.codehaus.plexus.util.cli.StreamConsumer The tests use other plexus-utils classes, but they are not shipped in any binary RPM. In any case, they also do not use the Expand class at all. |