The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2023-34634

CVE-2023-34634: Greenshot RCE Vulnerability

CVE-2023-34634 is a remote code execution vulnerability in Greenshot 1.2.10 and earlier versions caused by insecure .NET deserialization. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: May 14, 2026

CVE-2023-34634 Overview

CVE-2023-34634 is an insecure deserialization vulnerability in Greenshot versions 1.2.10 and below. The screenshot utility deserializes .NET content from .greenshot files without proper type validation. Opening a crafted .greenshot file triggers arbitrary code execution in the context of the current user.

The flaw affects the desktop screenshot tool widely deployed across Windows endpoints. Attackers can weaponize the file format by embedding malicious serialized .NET objects that execute upon deserialization. Exploit code is publicly available through Exploit-DB and Packet Storm, increasing the practical risk to organizations running unpatched installations.

Critical Impact

Arbitrary code execution on the victim endpoint with the privileges of the user opening the crafted .greenshot file, enabling initial access and lateral movement scenarios.

Affected Products

  • Greenshot 1.2.10 and earlier versions
  • Subsequent reports reference Greenshot 1.3.274 deserialization command execution
  • Windows endpoints with Greenshot installed as the default .greenshot file handler

Discovery Timeline

  • 2023-08-01 - CVE-2023-34634 published to NVD
  • 2025-10-02 - Last updated in NVD database

Technical Details for CVE-2023-34634

Vulnerability Analysis

The vulnerability is an Insecure Deserialization flaw in how Greenshot processes its proprietary .greenshot file format. The application uses .NET binary deserialization to reconstruct objects stored in these files. The deserializer accepts arbitrary type information embedded in the serialized stream without restricting permitted types.

Attackers craft a .greenshot file containing a malicious object graph using known .NET deserialization gadget chains. When a user opens the file, Greenshot invokes the deserializer, which instantiates the attacker-controlled types and triggers method execution during object reconstruction. The result is arbitrary code execution under the user's account.

The attack requires user interaction but no authentication. The exploit operates locally once the malicious file reaches the target, typically delivered through phishing, file shares, or removable media.

Root Cause

The root cause is the use of an unsafe .NET deserialization mechanism such as BinaryFormatter without a SerializationBinder that restricts deserializable types. Microsoft has documented BinaryFormatter as dangerous and deprecated for untrusted input. The Greenshot maintainers addressed the issue in commit a152e2883fca7f78051b3bd6b1e5cc57355cb44c, which constrains the types accepted during deserialization.

Attack Vector

An attacker creates a malicious .greenshot file using publicly available gadget generators such as ysoserial.net. The file is delivered through email attachments, shared drives, or web downloads. When the victim double-clicks the file, the registered Greenshot handler deserializes the embedded payload and executes the attacker's command. Refer to the Exploit-DB #51633 entry and Packet Storm advisory for technical details.

Detection Methods for CVE-2023-34634

Indicators of Compromise

  • Unexpected child processes spawned by Greenshot.exe, particularly cmd.exe, powershell.exe, rundll32.exe, or mshta.exe
  • .greenshot files originating from email attachments, downloads, or external shares
  • Outbound network connections initiated by Greenshot.exe to untrusted hosts shortly after file open events
  • File write events from Greenshot.exe placing executables or scripts into user-writable directories

Detection Strategies

  • Monitor process lineage for Greenshot.exe parenting interpreters or LOLBins, which indicates deserialization gadget execution
  • Alert on .greenshot files arriving via mail gateways, browsers, or messaging clients given the file type is uncommon outside the originating user workflow
  • Inspect command-line arguments of child processes for encoded PowerShell, Base64 blobs, or download cradles

Monitoring Recommendations

  • Inventory endpoints running Greenshot and confirm installed version against the patched release
  • Enable EDR telemetry for process creation, image loads, and script block logging on hosts with Greenshot installed
  • Correlate file open events for .greenshot extensions with subsequent process and network activity

How to Mitigate CVE-2023-34634

Immediate Actions Required

  • Upgrade Greenshot to a version that includes commit a152e2883fca7f78051b3bd6b1e5cc57355cb44c or later
  • Block inbound .greenshot file attachments at mail and web gateways until patching is verified
  • Instruct users not to open .greenshot files received from external or untrusted sources
  • Hunt for prior execution using process lineage queries focused on Greenshot.exe children

Patch Information

The maintainers fixed the deserialization handling in the upstream repository. Review the GitHub commit a152e288 and the Greenshot Bug Ticket BUG-3061 for the authoritative fix. Deploy the updated Greenshot build through standard software distribution channels and validate version on all endpoints.

Workarounds

  • Unregister the .greenshot file association from Greenshot if patching cannot be completed immediately
  • Apply application allowlisting rules that prevent Greenshot.exe from spawning script interpreters or shells
  • Restrict the delivery of .greenshot files through email and web content filters
bash
# Remove .greenshot file association on Windows (PowerShell, run as admin)
cmd /c "assoc .greenshot="
cmd /c "ftype Greenshot.File="

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGetgreenshot

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability38.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Packet Storm Exploit Report

  • Packet Storm Exploit Report

  • Greenshot Bug Ticket #3061

  • Exploit-DB #51633
  • Vendor Resources
  • GitHub Commit for Greenshot
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English