CVE-2026-3967 Details
Description
A flaw has been found in Alfresco Activiti up to 7.19/8.8.0. Affected by this issue is the function deserialize/createObjectInputStream of the file activiti-core/activiti-engine/src/main/java/org/activiti/engine/impl/variable/SerializableType.java of the component Process Variable Serialization System. This manipulation causes deserialization. Remote exploitation of the attack is possible. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
A critical remote code execution vulnerability exists in Alfresco Activiti versions through 7.19 and 8.8.0. The issue arises in the Process Variable Serialization System, specifically within the `SerializableType` class. The vulnerability allows for untrusted deserialization of Serializable objects sent via REST or Java APIs. These objects are stored in the database without proper validation and later deserialized using an unrestricted ObjectInputStream. This flaw enables attackers to execute arbitrary code by exploiting deserialization gadget chains commonly available in Activiti deployments, such as those from the Spring Framework, Jakarta Expression Language, and Apache Commons Collections.
Deactivate the Serializable variable type in the Activiti process engine configuration. Alternatively, use safer variable types, such as primitives or custom types with explicit class allowlists. For Java 9 and above, implement ObjectInputFilters to restrict deserialization, and for Java 8, enforce class whitelists in the deserialization process.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Mar 12, 2026CISA-ADP
Assessed Mar 12, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/AnalogyC0de/public_exp/issues/16 | [email protected] | ExploitTechnical Analysis |
| https://vuldb.com/?ctiid.350396 | [email protected] | AdvisoryPermission RequiredVendor |
| https://vuldb.com/?id.350396 | [email protected] | AdvisoryExploitPartial ContentVendor |
| https://vuldb.com/?submit.768942 | [email protected] | ExploitTechnical Description |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-20 | Improper Input Validation | [email protected] |
| CWE-502 | Deserialization of Untrusted Data | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Alfresco Activiti | All versions |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Mar 12, 2026 | New CVE Received | [email protected] |
Volerion