IQSS / IQSS/dataverse

Potential Vulnerabilities Due To Hidden Dependencies

Open
#12,600 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
1.1k
Forks
564
Avg merge
2d 2h
Merged PRs (30d)
29

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:

io.grpc:grpc-netty-shaded:1.60.0 includes:

  • io.netty:netty-codec-http:4.1.100.Final - CVE-2026-42587, CVE-2025-67735, CVE-2026-42581, CVE-2024-29025, CVE-2026-42585, CVE-2026-42584, CVE-2026-33870, CVE-2026-42580, CVE-2026-41417, CVE-2025-58056
  • io.netty:netty-handler-proxy:4.1.91.Final - CVE-2026-42578

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating where io.grpc:grpc-netty-shaded:1.60.0 is declared and how dependency versions are managed. Verify whether the listed netty-codec-http and netty-handler-proxy versions are included, then assess the available dependency update or removal path. Done means the affected hidden dependencies are no longer present at the reported versions and the dependency inventory reflects the change.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
security
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.