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-2022-0573

CVE-2022-0573: JFrog Artifactory RCE Vulnerability

CVE-2022-0573 is an insecure deserialization flaw in JFrog Artifactory that enables remote code execution, privilege escalation, and DoS attacks. This article covers technical details, affected versions, and mitigations.

Published: February 17, 2026

CVE-2022-0573 Overview

CVE-2022-0573 is an Insecure Deserialization vulnerability affecting JFrog Artifactory versions before 7.36.1 and 6.23.41. The vulnerability allows a low-privileged authenticated user to send a specially crafted request containing a malicious serialized object, which the application processes without sufficient validation. Successful exploitation can lead to Denial of Service (DoS), Privilege Escalation, and Remote Code Execution on the affected Artifactory server.

Critical Impact

This vulnerability allows authenticated attackers to achieve Remote Code Execution, Privilege Escalation, or Denial of Service through insecure deserialization of untrusted data in JFrog Artifactory.

Affected Products

  • JFrog Artifactory versions prior to 7.36.1
  • JFrog Artifactory versions prior to 6.23.41
  • JFrog Artifactory versions 7.35.0 and 7.36.0

Discovery Timeline

  • 2022-05-16 - CVE-2022-0573 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-0573

Vulnerability Analysis

This vulnerability stems from improper handling of serialized data within JFrog Artifactory. The application accepts user-provided serialized objects and deserializes them without adequate validation, which is a classic manifestation of CWE-502 (Deserialization of Untrusted Data). When the Artifactory server receives a crafted serialized payload, it processes the malicious object, potentially allowing an attacker to manipulate application behavior, execute arbitrary code, or crash the service.

The attack requires only low-privileged authentication, significantly lowering the barrier for exploitation. Since Artifactory is commonly deployed as a critical component in DevOps pipelines and CI/CD infrastructure, successful exploitation could compromise software supply chain integrity and provide attackers with lateral movement opportunities within enterprise environments.

Root Cause

The root cause of CVE-2022-0573 is insufficient validation of user-provided serialized objects before deserialization. JFrog Artifactory fails to properly sanitize or restrict the types of objects that can be deserialized from incoming requests. This allows attackers to inject malicious serialized payloads that, when processed by the Java deserialization mechanism, can instantiate arbitrary classes and execute attacker-controlled code.

Attack Vector

The attack vector is network-based and requires low-privileged authentication to the Artifactory instance. An attacker with valid credentials can craft a malicious serialized Java object and submit it through an API endpoint or other input mechanism that processes serialized data. Upon deserialization, the malicious payload executes, potentially achieving:

  • Remote Code Execution: Arbitrary code runs in the context of the Artifactory server process
  • Privilege Escalation: Attacker gains elevated privileges within the application or underlying system
  • Denial of Service: The server becomes unresponsive or crashes due to resource exhaustion or malformed data processing

The vulnerability is exploitable without user interaction once the attacker has authenticated to the system. Due to the nature of insecure deserialization attacks in Java environments, exploitation typically leverages known gadget chains present in libraries on the application's classpath.

Detection Methods for CVE-2022-0573

Indicators of Compromise

  • Unusual serialized Java object payloads in HTTP request bodies or parameters targeting Artifactory endpoints
  • Unexpected process execution or child processes spawned by the Artifactory Java process
  • Anomalous network connections originating from the Artifactory server to external hosts
  • Error logs containing deserialization exceptions or class loading failures for unexpected classes

Detection Strategies

  • Monitor Artifactory access logs for requests with abnormally large payloads or unusual content types that may contain serialized objects
  • Implement network intrusion detection rules to identify known Java deserialization gadget chain signatures in traffic
  • Deploy endpoint detection and response (EDR) solutions to detect suspicious process behavior from Artifactory instances
  • Analyze Java runtime logs for class instantiation of known gadget chain classes (e.g., Commons Collections, Spring framework gadgets)

Monitoring Recommendations

  • Enable detailed access logging on JFrog Artifactory and forward logs to a SIEM for correlation analysis
  • Configure alerting for authentication anomalies followed by unusual API activity patterns
  • Monitor system resource utilization on Artifactory servers for signs of DoS or cryptominer deployment
  • Implement file integrity monitoring on Artifactory installation directories to detect unauthorized modifications

How to Mitigate CVE-2022-0573

Immediate Actions Required

  • Upgrade JFrog Artifactory to version 7.36.1 or later (for 7.x branch) or 6.23.41 or later (for 6.x branch)
  • Review access controls and remove unnecessary user accounts, particularly those with elevated privileges
  • Implement network segmentation to limit exposure of Artifactory instances to trusted networks only
  • Enable additional authentication controls such as multi-factor authentication where supported

Patch Information

JFrog has released patched versions to address this vulnerability. Organizations should upgrade to JFrog Artifactory version 7.36.1 or later for the 7.x release branch, or version 6.23.41 or later for the 6.x release branch. Detailed patch information and upgrade instructions are available in the JFrog CVE-2022-0573 Advisory. Additional security advisories can be found on the JFrog Security Advisories Page.

Workarounds

  • Restrict network access to Artifactory instances using firewall rules to allow only trusted IP ranges
  • Implement a Web Application Firewall (WAF) with rules to inspect and block suspicious serialized payloads
  • Review and minimize user permissions to reduce the potential impact of compromised low-privileged accounts
  • Consider placing Artifactory behind a reverse proxy with additional request filtering capabilities
bash
# Example: Restrict Artifactory access to trusted networks using iptables
iptables -A INPUT -p tcp --dport 8081 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8081 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechJfrog Artifactory

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability5.92%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Vendor Resources
  • JFrog CVE-2022-0573 Advisory

  • JFrog Security Advisories Page
  • Related CVEs
  • CVE-2025-14830: JFrog Artifactory Workers XSS Vulnerability

  • CVE-2024-4142: JFrog Artifactory Privilege Escalation Flaw

  • CVE-2022-0668: JFrog Artifactory Auth Bypass Vulnerability

  • CVE-2024-6915: JFrog Artifactory Cache Poisoning Vulnerability
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