Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VMware vRealize Log Insight unauthenticated RCE exploit #18273

Merged
merged 15 commits into from
Sep 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update modules/exploits/linux/http/vmware_vrli_rce.rb
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com>
  • Loading branch information
EgeBalci and jheysel-r7 authored Aug 18, 2023
commit 4fe15ee788245326faeaec6871dd98e79bb5da7a
2 changes: 1 addition & 1 deletion modules/exploits/linux/http/vmware_vrli_rce.rb
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def exploit
send_request(pak_upgrade_req)
upgrade_resp = recv_response(datastore['THRIFT_TIMEOUT'])
fail_with(Failure::UnexpectedReply, 'PakUpgradeCommand thrift call failed') if upgrade_resp.nil? || !upgrade_resp.to_s =~ 'The PAK file is corrupted'
print_good 'PakUpgrade is successfull'
print_good 'PakUpgrade is successful'

# Step 5 trigger the JSP payload.
print_status "#{peer} - Triggering JSP payload..."
Expand Down