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
    • 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-2022-29623

CVE-2022-29623: Connect-Multiparty RCE Vulnerability

CVE-2022-29623 is a remote code execution vulnerability in Express Connect-Multiparty 2.2.0 that enables attackers to execute arbitrary code through malicious PDF uploads. This article covers technical details, impact, and fixes.

Published: February 11, 2026

CVE-2022-29623 Overview

CVE-2022-29623 is an arbitrary file upload vulnerability affecting the file upload module of Express Connect-Multiparty version 2.2.0. This vulnerability allows attackers to execute arbitrary code via a specially crafted PDF file. The connect-multiparty package is a popular Express.js middleware used for handling multipart form data, commonly employed for file uploads in Node.js web applications.

It is important to note that the vendor has not verified this vulnerability report, which may affect the availability of official patches or mitigations.

Critical Impact

Attackers can upload malicious files that bypass validation, potentially leading to arbitrary code execution on the server. This could result in full system compromise, data exfiltration, or use of the server for further attacks.

Affected Products

  • connect-multiparty version 2.2.0
  • Express.js applications using connect-multiparty for file uploads
  • Node.js web applications with multipart form handling via connect-multiparty

Discovery Timeline

  • 2022-05-16 - CVE-2022-29623 published to NVD
  • 2025-05-20 - Last updated in NVD database

Technical Details for CVE-2022-29623

Vulnerability Analysis

This vulnerability falls under CWE-434 (Unrestricted Upload of File with Dangerous Type), which represents a critical class of file upload vulnerabilities. The flaw exists in the file upload handling mechanism of the connect-multiparty middleware, which fails to properly validate and restrict file types during the upload process.

When a web application accepts file uploads without adequate validation, attackers can submit files with malicious content. In this case, the vulnerability specifically involves crafted PDF files that can trigger code execution when processed by the server or when interacting with other components of the application stack.

The attack requires local access and user interaction, suggesting the exploitation chain may involve social engineering or physical access to the target system. Once exploited, the vulnerability can impact the confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of this vulnerability is inadequate file type validation in the connect-multiparty file upload module. The middleware fails to properly sanitize and validate uploaded file content, relying potentially on file extensions or MIME types which can be easily spoofed by attackers. This allows malicious files disguised as legitimate PDFs to be uploaded and processed by the server.

Attack Vector

The attack vector for CVE-2022-29623 requires local access to the target system with user interaction. An attacker would craft a malicious PDF file containing embedded code or exploit payloads. When this file is uploaded through an application using the vulnerable connect-multiparty middleware, the malicious content can be executed on the server.

The exploitation typically involves:

  1. Crafting a PDF file with embedded malicious code or polyglot content
  2. Uploading the file through a web form that uses connect-multiparty
  3. The server processes or stores the file without proper validation
  4. The malicious payload executes, potentially compromising the server

For technical details regarding this vulnerability, refer to the GitHub release notes for version 2.2.0 and the npm package information.

Detection Methods for CVE-2022-29623

Indicators of Compromise

  • Unusual PDF files uploaded to the server with executable or script content embedded
  • Server logs showing file upload requests with suspicious file names or abnormal file sizes
  • Unexpected process spawning or network connections following file upload operations
  • Presence of files with PDF extensions containing non-PDF headers or embedded scripts

Detection Strategies

  • Implement file content inspection to detect polyglot files or embedded scripts in uploaded PDFs
  • Monitor application logs for repeated file upload attempts or uploads of files with suspicious characteristics
  • Deploy web application firewalls (WAF) with rules to inspect uploaded file content
  • Use endpoint detection and response (EDR) solutions to monitor for post-exploitation activity following file uploads

Monitoring Recommendations

  • Enable detailed logging for all file upload operations including file metadata and source IP
  • Monitor server processes for unexpected child process creation or script execution
  • Track file system changes in upload directories for suspicious file modifications
  • Implement alerting for uploads containing executable content or known exploit signatures

How to Mitigate CVE-2022-29623

Immediate Actions Required

  • Review all applications using connect-multiparty 2.2.0 and assess exposure to file upload attacks
  • Implement strict file type validation on both client and server side, verifying file content not just extensions
  • Consider replacing connect-multiparty with actively maintained alternatives such as multer or formidable
  • Apply the principle of least privilege to file upload directories, ensuring uploaded files cannot be executed

Patch Information

As of the last NVD update on 2025-05-20, the vendor has not verified this vulnerability report. No official patch has been confirmed. Organizations should evaluate alternative file upload middleware solutions or implement additional security controls to mitigate the risk.

For the latest information, monitor the connect-multiparty npm package and the GitHub repository.

Workarounds

  • Implement server-side file content validation that inspects the actual file contents, not just MIME types or extensions
  • Use a separate, isolated environment for processing uploaded files before moving them to production storage
  • Configure the web server to prevent execution of files in upload directories by removing execute permissions
  • Apply strict Content-Security-Policy headers and disable any unnecessary file processing features
bash
# Configuration example - Restrict file upload directory permissions
chmod 644 /path/to/upload/directory/*
chown www-data:www-data /path/to/upload/directory

# Disable script execution in upload directory (Apache example)
# Add to .htaccess in upload directory
# Options -ExecCGI
# AddHandler cgi-script .php .py .pl .sh

# Nginx configuration to prevent execution in uploads
# location /uploads {
#     location ~ \.(php|py|pl|sh|cgi)$ {
#         deny all;
#     }
# }

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechConnect Multiparty

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.45%

  • 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
  • CWE-434
  • Technical References
  • GitHub Release 2.2.0

  • NPM Package Information

  • YouTube Tutorial Video
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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