
My experiments in weaponizing ONOS applications (https://github.com/opennetworkinglab/onos)
My experiments in weaponizing ONOS applications.
This is a part of research activity for my Cybersecurity M.Sc. Thesis (link), focused on detection of Cross App Poisoning Attacks in Software Defined Networks.
This research also led to discovery of CVE-2023-24279 and CVE-2023-30093.
Useful papers to get context:
In order to test the applications I've used Mininet to virtualize the data-plane, but it's optional (https://github.com/mininet/mininet/releases/).
Compile an ONOS application ready to be installed and activated
make -C apps/APP-NAME compile
Search for .oar (ONOS archive) files
make oar
See this GitHub Gist to understand how to connect ONOS and a Mininet VM.
Detailed changes for each release are documented in the release notes.
Just open an issue / pull request.
edoardottt.com to contact me.