GRID::Machine versions through 0.127 for Perl allows arbitrary code execution via unsafe deserialization.
GRID::Machine provides Remote Procedure Calls (RPC) over SSH for Perl. The client connects to remote hosts to execute code on them. A compromised or malicious remote host can execute arbitrary code back on the client through unsafe deserialization in the RPC protocol.
read_operation() in lib/GRID/Machine/Message.pm deserialises values from the remote side using eval()
$arg .= '$VAR1';
my $val = eval "no strict; $arg"; # line 40-41
$arg is raw bytes from the protocol pipe. A compromised remote host can embed arbitrary perl in the Dumper-formatted response:
$VAR1 = do { system("..."); };
This executes on the client silently on every RPC call, as the return values remain correct.
This functionality is by design but the trust requirement for the remote host is not documented in the distribution.
References
| Link | Resource |
|---|---|
| https://www.openwall.com/lists/oss-security/2026/03/26/6 | Mailing List |
| http://www.openwall.com/lists/oss-security/2026/03/26/6 | Mailing List |
Configurations
History
01 Apr 2026, 15:23
| Type | Values Removed | Values Added |
|---|---|---|
| Summary |
|
31 Mar 2026, 19:58
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Casiano
Casiano grid\ |
|
| CPE | cpe:2.3:a:casiano:grid\:\:machine:*:*:*:*:*:perl:*:* | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.8 |
| References | () https://www.openwall.com/lists/oss-security/2026/03/26/6 - Mailing List | |
| References | () http://www.openwall.com/lists/oss-security/2026/03/26/6 - Mailing List |
29 Mar 2026, 01:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-03-29 01:15
Updated : 2026-04-01 15:23
NVD link : CVE-2026-4851
Mitre link : CVE-2026-4851
CVE.ORG link : CVE-2026-4851
JSON object : View
Products Affected
casiano
- grid\
