Skip to content

[BACKLOG-47650] - (11.1) :: Job :: Unzip file#10347

Open
lsaikrishna89 wants to merge 1 commit intopentaho:masterfrom
lsaikrishna89:BACKLOG-47650
Open

[BACKLOG-47650] - (11.1) :: Job :: Unzip file#10347
lsaikrishna89 wants to merge 1 commit intopentaho:masterfrom
lsaikrishna89:BACKLOG-47650

Conversation

@lsaikrishna89
Copy link
Contributor

No description provided.

@lsaikrishna89 lsaikrishna89 requested a review from a team as a code owner December 11, 2025 20:17
@buildguy

This comment has been minimized.

@hitachivantarasonarqube
Copy link

@buildguy
Copy link
Collaborator

buildguy commented Feb 3, 2026

🚨 Frogbot scanned this pull request and found the below:

📦 Vulnerable Dependencies

✍️ Summary

SEVERITY DIRECT DEPENDENCIES IMPACTED DEPENDENCY FIXED VERSIONS CVES

Medium
org.apache.poi:poi-ooxml:5.2.5
org.pentaho.di.plugins:excel-plugins-core:11.1.0.0-SNAPSHOT
org.apache.poi:poi-ooxml 5.2.5 [5.4.0] CVE-2025-31672

🔬 Research Details

Description:
Improper Input Validation vulnerability in Apache POI. The issue affects the parsing of OOXML format files like xlsx, docx and pptx. These file formats are basically zip files and it is possible for malicious users to add zip entries with duplicate names (including the path) in the zip. In this case, products reading the affected file could read different data because 1 of the zip entries with the duplicate name is selected over another but different products may choose a different zip entry.
This issue affects Apache POI poi-ooxml before 5.4.0. poi-ooxml 5.4.0 has a check that throws an exception if zip entries with duplicate file names are found in the input file.
Users are recommended to upgrade to version poi-ooxml 5.4.0, which fixes the issue. Please read https://poi.apache.org/security.html for recommendations about how to use the POI libraries securely.

Note:

Frogbot also supports Contextual Analysis, Secret Detection, IaC and SAST Vulnerabilities Scanning. This features are included as part of the JFrog Advanced Security package, which isn't enabled on your system.


@buildguy
Copy link
Collaborator

buildguy commented Feb 3, 2026

❌ Build failed in 1h 12m 26s

Build command:

mvn clean verify -B -e -Daudit -Djs.no.sandbox -pl engine

👌 All tests passed!

Tests run: 2827, Failures: 0, Skipped: 13    Test Results


ℹ️ This is an automatic message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants