CVE-2026-4851
Last modified
CVE-2026-4851 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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. EPSS estimates a 0.47% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Casiano | Grid\ | <= 0.127 | Machine |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-4851?
How severe is CVE-2026-4851?
How do I fix CVE-2026-4851?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48502MessagePack for C# is a MessagePack serializer for C#. Prior…7.5
- CVE-2026-48504OpenTelemetry Rust is the Rust OpenTelemetry implementation.…5.3
- CVE-2026-48505Filament is a collection of full-stack components for accele…7.4
- CVE-2026-48506MessagePack for C# is a MessagePack serializer for C#. Prior…7.5
- CVE-2026-48507Snipe-IT is an IT asset/license management system. A vulnera…7.1
- CVE-2026-48509MessagePack for C# is a MessagePack serializer for C#. Prior…9.1
- CVE-2026-48510MessagePack for C# is a MessagePack serializer for C#. Prior…7.5
- CVE-2026-48511MessagePack for C# is a MessagePack serializer for C#. Prior…7.5
- CVE-2026-48512MessagePack for C# is a MessagePack serializer for C#. Prior…7.5
- CVE-2026-48513MessagePack for C# is a MessagePack serializer for C#. Prior…7.5
- CVE-2026-48514MessagePack for C# is a MessagePack serializer for C#. Prior…7.5
- CVE-2026-48515MessagePack for C# is a MessagePack serializer for C#. Prior…7.5
Are you affected by CVE-2026-4851?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
