CVE-2026-39253
Received Received - Intake
Remote Code Execution in Pivotal CRM

Publication date: 2026-06-23

Last updated on: 2026-06-23

Assigner: MITRE

Description
An issue in Pivotal CRM v.6.6.04.08 allows a remote attacker to execute arbitrary code via the Pivotal.Core.Common.dll and Pivotal.Engine.Client.Services.Conversion.dll components.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-23
Last Modified
2026-06-23
Generated
2026-06-24
AI Q&A
2026-06-23
EPSS Evaluated
N/A
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
pivotal pivotal_crm 6.6.04.08
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-502 The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-39253 is a security vulnerability in Pivotal CRM version 6.6.04.08 caused by insecure deserialization (CWE-502) in the .NET BinaryFormatter used within the Pivotal.Core.Common.dll and Pivotal.Engine.Client.Services.Conversion.dll components.

The vulnerability occurs because the BinaryFormatter.Deserialize method does not restrict the types it deserializes, allowing an attacker to craft malicious serialized input that can trigger a gadget-chain deserialization, leading to remote code execution (RCE).

This means a remote attacker can execute arbitrary code on the affected system by exploiting this flaw in how serialized data is handled between the Pivotal Package Client (Smart Client) and the Pivotal Business Server (PBS).

Impact Analysis

This vulnerability can allow a remote attacker to execute arbitrary code on your system running Pivotal CRM 6.6.04.08, potentially leading to full system compromise.

Such remote code execution could enable attackers to take control of the affected server or client, steal sensitive data, disrupt services, or install malware.

Detection Guidance

This vulnerability can be detected by performing security scans that flag CWE-502 (insecure deserialization) and by identifying the usage of the .NET BinaryFormatter in the Pivotal.Core.Common.dll and Pivotal.Engine.Client.Services.Conversion.dll components.

Specifically, scans should check for the presence of BinaryFormatter.Deserialize calls without restrictive type controls in these DLLs.

To confirm vulnerability, users should verify the Pivotal version (6.6.04.08), the DLL versions before patching, and the presence of BinaryFormatter usage.

While no explicit commands are provided, typical detection commands might include using tools like 'strings' or '.NET decompilers' to inspect DLLs for BinaryFormatter usage, or running security scanners that detect CWE-502 issues.

Mitigation Strategies

The immediate mitigation step is to apply the engineering-provided patch that replaces the insecure BinaryFormatter serialization with secure JSON serialization in the Smart Client and implements a SafeSerializationBinder in the PBS Server to block dangerous types.

Users should patch both the Smart Client and PBS Server components, applying the PBS Server patch first if both are in use.

After patching, users may need to sign in again to the Smart Client.

If assistance is needed, users should provide Pivotal version details, component usage, DLL versions before and after patching, and validation results to support.

Compliance Impact

The vulnerability in Pivotal CRM v6.6.04.08 allows remote code execution via insecure deserialization, which can lead to unauthorized access, data manipulation, or data breaches.

Such security weaknesses can impact compliance with common standards and regulations like GDPR and HIPAA, which require protection of sensitive data and prevention of unauthorized system access.

Failure to remediate this vulnerability could result in violations of these regulations due to potential compromise of confidentiality, integrity, and availability of protected data.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-39253. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart