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
    • 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-2020-37071

CVE-2020-37071: CraftCMS vCard Plugin RCE Vulnerability

CVE-2020-37071 is a deserialization flaw in CraftCMS 3 vCard Plugin 1.0.0 allowing unauthenticated attackers to execute arbitrary PHP code. This article covers the technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2020-37071 Overview

CVE-2020-37071 is a critical insecure deserialization vulnerability affecting the CraftCMS 3 vCard Plugin version 1.0.0. This vulnerability allows unauthenticated attackers to execute arbitrary PHP code through a crafted serialized payload. By exploiting the plugin's vCard download functionality with a specially crafted request, attackers can trigger remote code execution on vulnerable CraftCMS installations.

Critical Impact

Unauthenticated remote code execution allows attackers to fully compromise CraftCMS installations, potentially leading to complete server takeover, data theft, and lateral movement within the network.

Affected Products

  • CraftCMS 3 vCard Plugin version 1.0.0
  • CraftCMS installations with the vulnerable vCard plugin enabled
  • Web servers hosting affected CraftCMS deployments

Discovery Timeline

  • 2026-02-03 - CVE-2020-37071 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2020-37071

Vulnerability Analysis

This vulnerability is classified as CWE-502 (Deserialization of Untrusted Data), a critical class of vulnerabilities that can lead to remote code execution. The CraftCMS vCard Plugin fails to properly validate or sanitize user-supplied data before deserializing it, allowing attackers to inject malicious serialized PHP objects.

When the vCard download functionality processes a request, it deserializes user-controlled input without proper validation. An attacker can craft a malicious serialized payload containing PHP gadget chains that, when deserialized, execute arbitrary code on the server. This attack requires no authentication, making it particularly dangerous for internet-facing CraftCMS installations.

The network-accessible nature of this vulnerability combined with low attack complexity and no required user interaction makes it highly exploitable. Successful exploitation grants attackers the ability to execute arbitrary PHP code with the privileges of the web server process, potentially compromising confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of CVE-2020-37071 lies in the vCard Plugin's implementation of PHP's unserialize() function on untrusted user input. PHP object deserialization vulnerabilities occur when an application deserializes data from an untrusted source without proper validation. The vCard plugin processes incoming requests and deserializes payload data without implementing object type restrictions or input sanitization, allowing attackers to instantiate arbitrary PHP objects and invoke magic methods such as __wakeup() or __destruct() to achieve code execution.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending a specially crafted HTTP request to the vCard download endpoint with a malicious serialized PHP payload. The exploitation process typically involves:

  1. Identifying a target CraftCMS installation with the vulnerable vCard plugin
  2. Generating a malicious serialized payload using known PHP gadget chains
  3. Sending the crafted payload to the vCard download functionality endpoint
  4. The server deserializes the malicious payload, triggering arbitrary PHP code execution

Technical details and proof-of-concept information are available through the GitLab CraftCMS VCard Exploit repository and the Exploit-DB #48492 entry.

Detection Methods for CVE-2020-37071

Indicators of Compromise

  • Unusual HTTP requests targeting vCard download endpoints containing Base64-encoded or serialized data patterns
  • Web server logs showing requests with PHP serialization markers (e.g., O:, a:, s: patterns in request parameters)
  • Unexpected PHP processes spawning from web server contexts
  • File system modifications or new files created in web-accessible directories
  • Outbound network connections from the web server to unknown destinations

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block serialized PHP objects in HTTP requests
  • Deploy intrusion detection systems (IDS) with signatures for PHP deserialization attack patterns
  • Monitor web server access logs for suspicious requests to vCard-related endpoints
  • Enable PHP logging to capture errors related to object instantiation and deserialization failures
  • Use runtime application self-protection (RASP) solutions to detect deserialization attacks

Monitoring Recommendations

  • Configure alerting on web server logs for requests containing serialization patterns targeting CraftCMS endpoints
  • Implement file integrity monitoring on CraftCMS installation directories to detect unauthorized modifications
  • Monitor for anomalous PHP process behavior including unexpected child process spawning
  • Set up network monitoring for unusual outbound connections from web server hosts

How to Mitigate CVE-2020-37071

Immediate Actions Required

  • Disable or remove the CraftCMS vCard Plugin version 1.0.0 from all affected installations immediately
  • Review web server logs for evidence of exploitation attempts targeting vCard endpoints
  • Conduct a security assessment of affected servers to identify potential compromise
  • Implement network segmentation to limit lateral movement if compromise is suspected
  • Update CraftCMS and all plugins to the latest available versions

Patch Information

Organizations using the vulnerable CraftCMS vCard Plugin should check for updated versions that address this deserialization vulnerability. Consult the CraftCMS VCard Plugin page and the VulnCheck CraftCMS RCE Advisory for the latest patch information and security advisories. If no patched version is available, the plugin should be removed from production environments.

Workarounds

  • Remove or disable the vCard plugin entirely until a patched version is available
  • Implement WAF rules to block requests containing PHP serialized object patterns
  • Restrict access to vCard download endpoints using server-level access controls
  • Deploy input validation at the network perimeter to filter malicious serialized payloads
bash
# Example Apache configuration to block vCard endpoints
<Location "/actions/vcard">
    Require all denied
</Location>

# Example nginx configuration to restrict vCard access
location ~* /actions/vcard {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechCraftcms

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.37%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • Craft CMS Official Site

  • GitLab CraftCMS VCard Exploit

  • CraftCMS VCard Plugin

  • Exploit-DB #48492

  • VulnCheck CraftCMS RCE Advisory
  • Related CVEs
  • CVE-2023-41892: Craftcms Craft CMS RCE Vulnerability

  • CVE-2026-33159: Craft CMS Auth Bypass Vulnerability

  • CVE-2026-31859: Craft CMS Reflected XSS Vulnerability

  • CVE-2026-29175: Craftcms Craft Commerce XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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