Weekly Metasploit Update: Modules for SMB-to-Meterpreter, Peyara Remote Mouse RCE exploit, and more

It’s Time to Upgrade Your SMB SessionThis week, Metasploit contributor Dean Welch has added an SMB to Meterpreter session upgrade module. It uses PsExec to facilitate the upgrade. Users can load the module with use windows/manage/smb_to_meterpreter and specify the session number they wish to upgrade. This functionality is also available with the command sessions -u <session_id>. This work is part of an overarching effort to enable a variety of session types to be upgraded to Meterpreter when possible.New module content (3)Peyara Remote Mouse 1.0.1 Unauthenticated Remote Code ExecutionAuthor: tmrswrrType: ExploitPull request: #21491 contributed by capture0xPath: windows/misc/peyara_remote_mouse_rceDescription: Adds an exploit module for Peyara Remote Mouse v1.0.1 unauthenticated RCE.Linux Execute CommandAuthors: bcoles bcoles@gmail.com and modexpType: Payload (Single)Pull request: #21239 contributed by bcolesPath: linux/loongarch64/execDescription: Adds a new linux/loongarch64/exec command payload.SMB to Meterpreter Upgrade via PsExecAuthor: Dean WelchType: PostPull request: #21581 contributed by dwelch-r7Path: windows/manage/smb_to_meterpreterDescription: Adds the ability to upgrade authenticated SMB sessions to Meterpreter sessions using PsExec techniques.Enhancements and features (1)#21527 from zeroSteiner – Adds authentication support to the MCP server’s HTTP transport by default.Bugs fixed (2)#21618 from zeroSteiner – Fixes a crash when running the scanner/discovery/udp_sweep module on Windows environments.#21624 from adfoster-r7 – Fixes a bug with SSH session’s debug information showing the incorrect value localuser @ instead of ssh_user @ ssh_ip.DocumentationYou can find the latest Metasploit documentation on our docsite at docs.metasploit.com.Get itAs always, you can update to the latest Metasploit Framework with msfupdate and you can get more details on the changes since the last blog post from GitHub:Pull Requests 6.4.141…6.4.142Full diff 6.4.141… According to Rapid7 Blog, it’s time to upgrade your smb sessionthis week, metasploit contributor dean welch has added an smb to meterpreter session upgrade module. it uses psexec to facilitate the upgrade. users can load the module with use windows/manage/smb_to_meterpreter and specify the session number they wish to upgrade. this functionality is also available with the command sessions -u <session_id>. this work is part of an overarching effort to enable a variety of session types to be…