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-2026-3967

CVE-2026-3967: Alfresco Activiti RCE Vulnerability

CVE-2026-3967 is a deserialization remote code execution flaw in Alfresco Activiti versions up to 7.19/8.8.0 that enables attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigations.

Published: March 13, 2026

CVE-2026-3967 Overview

A critical insecure deserialization vulnerability has been identified in Alfresco Activiti, affecting versions up to 7.19 and 8.8.0. The vulnerability exists in the Process Variable Serialization System, specifically within the deserialize and createObjectInputStream functions located in the file activiti-core/activiti-engine/src/main/java/org/activiti/engine/impl/variable/SerializableType.java. This flaw allows remote attackers to exploit deserialization weaknesses, potentially leading to unauthorized code execution or data manipulation.

Critical Impact

Remote exploitation is possible. An exploit has been publicly disclosed and may be actively used by threat actors. The vendor was contacted but did not respond to the disclosure.

Affected Products

  • Alfresco Activiti versions up to 7.19
  • Alfresco Activiti version 8.8.0
  • Alfresco Activiti Process Variable Serialization System component

Discovery Timeline

  • 2026-03-12 - CVE-2026-3967 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-3967

Vulnerability Analysis

This vulnerability is classified as an insecure deserialization issue (CWE-20: Improper Input Validation). The flaw resides in how Alfresco Activiti handles the deserialization of process variables through its serialization system. When untrusted data is passed to the deserialize or createObjectInputStream methods without proper validation, an attacker can craft malicious serialized objects that execute arbitrary code upon deserialization.

The network-accessible nature of this vulnerability means that attackers can remotely target affected Activiti instances without requiring physical access. The attack requires low privileges, making it accessible to authenticated users with minimal permissions within the system.

Root Cause

The root cause of this vulnerability lies in the improper validation of serialized data within the SerializableType.java class. The createObjectInputStream function does not adequately filter or validate the classes being deserialized, allowing attackers to inject malicious object graphs. When these objects are deserialized by the deserialize function, they can trigger dangerous operations such as executing system commands, accessing sensitive files, or establishing reverse shells.

Java deserialization vulnerabilities of this type are well-documented and commonly exploited using gadget chains from popular libraries present in the application's classpath. Attackers can leverage tools like ysoserial to generate payloads targeting common libraries.

Attack Vector

The attack vector is network-based, allowing remote exploitation by authenticated users with low privileges. An attacker can craft a malicious serialized Java object and submit it as a process variable value to the Activiti engine. When the engine processes this variable and deserializes the data, the malicious payload executes within the context of the application server.

The exploitation process typically involves:

  1. Identifying a target Activiti instance accessible over the network
  2. Authenticating with minimal user privileges
  3. Crafting a malicious serialized object payload targeting available gadget chains
  4. Submitting the payload as a process variable through the Activiti API
  5. Triggering the deserialization to execute the malicious code

For technical details and proof-of-concept information, refer to the GitHub Issue Report.

Detection Methods for CVE-2026-3967

Indicators of Compromise

  • Unusual serialized Java objects appearing in process variable data or API requests
  • Unexpected outbound network connections from the Activiti application server
  • Anomalous process spawning or command execution from the Java process running Activiti
  • Log entries indicating deserialization errors or class loading of unexpected classes

Detection Strategies

  • Monitor Activiti API endpoints for requests containing serialized Java object data with suspicious class references
  • Implement Java deserialization attack detection using security tools that can identify known gadget chain patterns
  • Enable verbose logging for the SerializableType.java component to capture deserialization activities
  • Deploy network intrusion detection rules targeting common Java serialization magic bytes (0xAC 0xED)

Monitoring Recommendations

  • Review Activiti process variable submissions for anomalous patterns or unexpected data types
  • Monitor system calls and process creation events from the Activiti server process
  • Implement file integrity monitoring on critical system directories to detect post-exploitation activity
  • Set up alerts for authentication events followed by process variable API calls from newly authenticated sessions

How to Mitigate CVE-2026-3967

Immediate Actions Required

  • Restrict network access to Activiti instances to trusted networks and users only
  • Review and limit user privileges to minimize the attack surface from authenticated users
  • Consider disabling the serializable variable type if not required by your workflows
  • Implement a Web Application Firewall (WAF) with rules to detect Java deserialization attacks

Patch Information

As of the last update, the vendor (Alfresco) was contacted about this vulnerability but did not respond. No official patch has been confirmed. Organizations should monitor the VulDB entry and official Alfresco security advisories for patch availability. Users are advised to implement the workarounds below until an official fix is released.

Workarounds

  • Implement serialization filtering using Java's built-in ObjectInputFilter (available in Java 9+) to whitelist allowed classes during deserialization
  • Deploy a Java agent such as NotSoSerial or contrast-rO0 to block known dangerous deserialization gadget chains
  • Isolate Activiti instances in network segments with strict egress filtering to limit post-exploitation impact
  • Consider replacing serializable process variables with JSON-based alternatives where possible
bash
# Configuration example - Java serialization filter (Java 9+)
# Add to JVM startup arguments for Activiti
-Djdk.serialFilter=!org.apache.commons.collections.*;!org.apache.xalan.*;!javax.management.*;java.**;org.activiti.**

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAlfresco

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityLow
  • CWE References
  • CWE-20
  • Technical References
  • GitHub Issue Report

  • VulDB CTI ID #350396

  • VulDB #350396

  • VulDB Submission ID #768942
  • Related CVEs
  • CVE-2026-26339: Alfresco Transformation Service RCE Flaw

  • CVE-2026-26338: Alfresco Transformation SSRF Vulnerability

  • CVE-2026-26337: Alfresco Transformation Service SSRF

  • CVE-2026-26336: Hyland Alfresco Information Disclosure
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