### [CVE-2014-9645](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9645) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### Description The add_probe function in modutils/modprobe.c in BusyBox before 1.23.0 allows local users to bypass intended restrictions on loading kernel modules via a / (slash) character in a module name, as demonstrated by an "ifconfig /usbserial up" command or a "mount -t /snd_pcm none /" command. ### POC #### Reference - http://seclists.org/fulldisclosure/2020/Mar/15 - https://plus.google.com/+MathiasKrause/posts/PqFCo4bfrWu #### Github No PoCs found on GitHub currently.