Skip to content

Commit 7337cc8

Browse files
committed
add follow-up of maven class hijacking
1 parent 32e5fa6 commit 7337cc8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

master-thesis.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ title: Open Master Thesis Topics in Project Chains
66

77
Project Chains hosts master's students for their theses, here are available topics. See [main page](/) for completed theses.
88

9+
### How prevalent is Maven Class Hijacking?
10+
Contact: Aman Sharma, Frank Reyes Garçia
11+
12+
Maven Class Hijacking [1] is a supply chain attack where a legitimiate Java class deep in the dependency tree can act malicious by shadowing a legitimate Java class that one declares directly.
13+
We want to explore how prevalent the condition "infection dependency precedes the gadget dependency" is.
14+
In this thesis, we will construct a dataset of Maven projects to answer the above question.
15+
The two criteria of the dataset can be 1) duplication of fully qualified names of class across two different dependencies.
16+
2) dependencies that could become infectious by analyzing social engineering proxies such as no commits in the past 10 years.
17+
In the paper [1], we also recommend a mitigation for this attack.
18+
We would like to know how prevalent this mitigation is and in what cases it can break the build leading to a false-positive.
19+
20+
[1] [Maven-Hijack: Software Supply Chain Attack Exploiting Packaging Order](https://arxiv.org/abs/2407.18760)
21+
22+
Related Work:
23+
24+
[2] [Will Dependency Conflicts Affect My Program's Semantics?](https://ieeexplore.ieee.org/document/9350237)
25+
26+
[3] [DevPhish: Exploring Social Engineering in Software Supply Chain Attacks on Developers](http://arxiv.org/abs/2402.18401)
27+
28+
29+
930
### Ahead of Time Compilation Cache Analysis
1031
Contact: Aman Sharma
1132

0 commit comments

Comments
 (0)