dromara / dromara/liteflow

Potential Vulnerabilities Due To Hidden Dependencies

Open
#99 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
3.9k
Forks
525
PR merge metrics
No merged PRs in 30d

Description

I am a student at Paderborn University and am analyzing security risks introduced by hidden dependencies in my master’s thesis. Software security researchers and I have found that this GitHub project incorporates known vulnerabilities within modified dependencies.

What are Hidden Dependencies?
Dependency modifications such as re-bundling and re-packaging (introduced for example by the Maven Shade plugin) can hide the inclusion of potentially vulnerable dependencies, as those dependencies are not found by vulnerability scanners that rely on metadata. In our approach, we identified hidden dependencies by matching fingerprints of known-to-be-vulnerable dependencies to the JAR files of direct and transitive dependencies listed in the software bill of materials.

Suggested Solution
You can find a list of hidden vulnerable dependencies that are included in this project at the end of this message. Please note that exploitability has not been investigated. We recommend either removing the affected dependencies or updating them to newer versions.

Your Perspective
As part of my master’s thesis, I am investigating awareness and patching behavior related to such hidden vulnerable dependencies. I would appreciate it if you could share your perspective and take a 5-minute anonymous survey at: https://umfragen.uni-paderborn.de/index.php/542735. Thank you!

*******************
## List of vulnerable modified dependencies:

org.apache.tomcat.embed:tomcat-embed-core:9.0.63 includes:
- org.apache.tomcat:tomcat-catalina:9.0.63 - CVE-2023-28708, CVE-2024-52316, CVE-2025-55668
- org.apache.tomcat:tomcat-util:9.0.63 - CVE-2024-38286, CVE-2025-52434
- org.apache.tomcat:tomcat-util:9.0.62 - CVE-2024-38286, CVE-2025-52434

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing how org.apache.tomcat.embed:tomcat-embed-core:9.0.63 and its bundled Tomcat components enter the project, then compare the listed versions and CVEs with the resolved dependencies and software bill of materials. Done means determining whether the reported hidden dependencies are present and, if so, removing or updating the affected components.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
security
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.