DerekYRC / DerekYRC/mini-spring-cloud
Potential Vulnerabilities Due To Hidden Dependencies
- Dominant language
- Java
- Stars
- 1.9k
- Forks
- 383
- 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.56 includes:
- org.apache.tomcat:tomcat-catalina:9.0.56 - CVE-2023-28708, CVE-2024-52316, CVE-2025-55668
- org.apache.tomcat:tomcat-util:9.0.56 - CVE-2024-38286, CVE-2025-52434
- org.apache.tomcat:tomcat-util:9.0.55 - CVE-2024-38286, CVE-2025-52434
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Maven dependency configuration for org.apache.tomcat.embed:tomcat-embed-core:9.0.56 and review how its bundled Tomcat components are included. Compare the listed versions and CVEs with the project’s current dependency resolution; done means the affected hidden dependencies are removed or updated and the resulting dependency set is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- backend, security
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100