← Vulnerability feed

Vulnerability record · CVE-2019-10867 · published 4 April 2019

CVE-2019-10867: Pimcore PHP object deserialization RCE via bulk-commit endpoint

Pimcore · Pimcore

Pimcore before 5.7.1 passes untrusted input from the data parameter of a POST to /admin/class/bulk-commit into PHP's unserialize function in ClassController.php. This is a CWE-502 deserialization of untrusted data flaw that can lead to remote code execution on the server. It matters because the endpoint is reachable over the network and public exploit code exists.

8.8 CVSS 3.0 High EPSS 69% · top 0.7% CWE-502 · Deserialization of untrusted data
8.8CVSS 3.0 base score, v2 6.5
69%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
12References, 6 tagged exploit
17 Jun 2026Last modified by NVD

Description

An issue was discovered in Pimcore before 5.7.1. An attacker with classes permission can send a POST request to /admin/class/bulk-commit, which will make it possible to exploit the unserialize function when passing untrusted values in the data parameter to bundles/AdminBundle/Controller/Admin/DataObject/ClassController.php.

CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 19 September 2026. Confidence: high.

high priorityNetwork-reachable deserialization to RCE with public exploit code and very high EPSS, though it requires an authenticated account with classes permission.

What it is

Pimcore before 5.7.1 passes untrusted input from the data parameter of a POST to /admin/class/bulk-commit into PHP's unserialize function in ClassController.php. This is a CWE-502 deserialization of untrusted data flaw that can lead to remote code execution on the server. It matters because the endpoint is reachable over the network and public exploit code exists.

Impact

An attacker with classes permission can execute arbitrary code on the Pimcore server, gaining full control of the application and its data. CVSS 3.0 scores it 8.8 (high) for confidentiality, integrity and availability impact.

Attack surface

Reached over the network via an HTTP POST to /admin/class/bulk-commit; the CVSS vector requires low privileges (PR:L) and no user interaction (UI:N). The attacker must hold the classes permission in Pimcore, so it is not unauthenticated.

Exploitation

Not listed in CISA KEV, but EPSS 30-day probability is 0.68874 (99.3rd percentile) and multiple references are tagged Exploit, including Packet Storm, Exploit-DB and a Rapid7 Metasploit module. Public exploit code is therefore available.

What to do

  • Upgrade Pimcore to 5.7.1 or later, which contains the patch commit 38a29e2f4f5f060a73974626952501cee05fda73.
  • If immediate upgrade is not possible, restrict access to /admin/class/bulk-commit and the admin interface to trusted networks or IPs.
  • Review and minimize which accounts hold the classes permission, and audit those accounts for unexpected activity.
  • Avoid passing user-controlled data into unserialize; where feasible, apply input validation or a safe deserialization allowlist as a compensating control.

Detection

  • Monitor web logs for POST requests to /admin/class/bulk-commit, especially with serialized-looking data parameter values.
  • Alert on PHP process behavior consistent with deserialization exploitation, such as unexpected child processes or outbound connections from the web server.
  • Audit Pimcore admin accounts with classes permission for anomalous or off-hours use of class management endpoints.
  • Search for known exploit payload patterns or tooling artifacts tied to the public Pimcore unserialize RCE exploits.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2019-10867 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2022-39365Pimcore code injection vulnerabilityPimcore is an open source data and experience management platform. Prior to version 10.5.9, the user controlled twig templates rendering in `Pimcore/…EPSS 1.8%9.8CVE-2019-18981Pimcore vulnerabilityPimcore before 6.2.2 lacks an Access Denied outcome for a certain scenario of an incorrect recipient ID of a notification.EPSS 1.4%9.8CVE-2019-18985Pimcore improper restriction of authentication attempts vulnerabilityPimcore before 6.2.2 lacks brute force protection for the 2FA token.EPSS 1.4%9.0CVE-2021-4139Pimcore cross-site scripting vulnerabilitypimcore is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')EPSS 0.88%8.8CVE-2023-47637Pimcore sql injection vulnerabilityPimcore is an Open Source Data & Experience Management Platform. In affected versions the `/admin/object/grid-proxy` endpoint calls `getFilterConditi…EPSS 1.2%8.8CVE-2023-38708Pimcore path traversal vulnerabilityPimcore is an Open Source Data & Experience Management Platform: PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce. A path traversal vulnerability exist…EPSS 0.64%8.8CVE-2023-2983Pimcore vulnerabilityPrivilege Defined With Unsafe Actions in GitHub repository pimcore/pimcore prior to 10.5.23.EPSS 0.92%8.8CVE-2023-2984Pimcore vulnerabilityPath Traversal: '\..\filename' in GitHub repository pimcore/pimcore prior to 10.5.22.EPSS 0.85%

Source: NIST National Vulnerability Database (record CVE-2019-10867), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.