Since https://github.com/rapid7/metasploit-framework/pull/11366 is now in main, it might be interesting to implement the "Full Chain" of bugs from the advisories to gain remote root command execution, as per this exploit.
Hey @0x27, great minds think alike! I've got an auxiliary module here, ready to be turned into an exploit module. Got some time to help us out?
Hey @0x27 @asoto-r7 , I have a working exploit module right here:
https://github.com/blightzero/metasploit-framework/blob/master/modules/exploits/linux/http/cisco_rv32x_rce.rb
I haven't yet come around to put in a pull request. It may need some finishing touches but it is in a working state where you can gain unauthenticated remote root.
Added in #11482
Most helpful comment
Hey @0x27 @asoto-r7 , I have a working exploit module right here:
https://github.com/blightzero/metasploit-framework/blob/master/modules/exploits/linux/http/cisco_rv32x_rce.rb
I haven't yet come around to put in a pull request. It may need some finishing touches but it is in a working state where you can gain unauthenticated remote root.