CVE-2025-59050: Greenshot — Insecure .NET deserialization via WM_COPYDATA enables local code execution
Greenshot is an open source Windows screenshot utility. Greenshot 1.3.300 and earlier deserializes attacker-controlled data received in a WMCOPYDATA message using BinaryFormatter.Deserialize without prior validation or authentication, allowing a local process at the same integrity level to trigger arbitrary code execution inside the Greenshot process. The vulnerable logic resides in a WinForms WndProc handler for WMCOPYDATA (message 74) that copies the supplied bytes into a MemoryStream and invokes BinaryFormatter.Deserialize, and only afterward checks whether the specified channel is authorized. Because the authorization check occurs after deserialization, any gadget chain embedded in the serialized payload executes regardless of channel membership. A local attacker who can send WMCOPYDATA to the Greenshot main window can achieve in-process code execution, which may aid evasion of application control policies by running payloads within the trusted, signed Greenshot.exe process. This issue is fixed in version 1.3.301. No known workarounds exist.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2025-59050?
CVE-2025-59050 is classified as a high-severity vulnerability due to its potential for code execution via deserialization of untrusted data.
How do I fix CVE-2025-59050?
To fix CVE-2025-59050, upgrade Greenshot to version 1.3.301 or later, where the vulnerability has been addressed.
What types of software are affected by CVE-2025-59050?
CVE-2025-59050 affects Greenshot versions 1.3.300 and earlier, specifically the open source Windows screenshot utility.
What impact does CVE-2025-59050 have if exploited?
If exploited, CVE-2025-59050 allows an attacker to execute arbitrary code on the local system due to the deserialization of attacker-controlled data.
Is CVE-2025-59050 remotely exploitable?
CVE-2025-59050 is not remotely exploitable; it requires local access to the system to exploit the vulnerability.