๐Ÿ” CVE Alert

CVE-2026-4851

CRITICAL 9.8

GRID::Machine versions through 0.127 for Perl allows arbitrary code execution via unsafe deserialization

CVSS Score
9.8
EPSS Score
0.1%
EPSS Percentile
21th

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.

CWE CWE-502 CWE-95
Vendor casiano
Product grid::machine
Published Mar 29, 2026
Last Updated Apr 1, 2026
Stay Ahead of the Next One

Get instant alerts for casiano grid::machine

Be the first to know when new critical vulnerabilities affecting casiano grid::machine are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

CASIANO / GRID::Machine
0 โ‰ค 0.127

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
openwall.com: https://www.openwall.com/lists/oss-security/2026/03/26/6 openwall.com: http://www.openwall.com/lists/oss-security/2026/03/26/6

Credits

Pied Crow [email protected]