Invoice Ninja is a free invoicing software for small businesses, based on the PHP framework Laravel.
A Remote Code Execution vulnerability in Invoice Ninja (>= 5.8.22 <= 5.10.10) allows remote unauthenticated
attackers to conduct PHP deserialization attacks via endpoint `/route/
Linux,PHP,Unix
php, cmd
To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':
msf > use exploit/linux/http/invoiceninja_unauth_rce_cve_2024_55555
msf exploit(invoiceninja_unauth_rce_cve_2024_55555) > show targets
...targets...
msf exploit(invoiceninja_unauth_rce_cve_2024_55555) > set TARGET < target-id >
msf exploit(invoiceninja_unauth_rce_cve_2024_55555) > show options
...show and set options...
msf exploit(invoiceninja_unauth_rce_cve_2024_55555) > exploit
Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.
– Jim O’Gorman | President, Offensive Security