cbcvebase.
CVE-2019-10867
published 2019-04-04

CVE-2019-10867: 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…

PriorityP277high8.8CVSS 3.0
AVNACLPRLUINSUCHIHAH
EXPLOIT
EPSS
69.36%
99.3th percentile
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.

Affected

2 ranges
VendorProductVersion rangeFixed in
pimcorepimcore< 5.7.15.7.1
pimcorepimcore>= 0 < 5.7.15.7.1

Detection & IOCsextracted from sources · hover to see the quote

url/admin/class/bulk-commit
url/admin/class/bulk-import
url/admin/class/bulk-commit
cookiePHPSESSID
otherX-pimcore-csrf-token
otherO:43:"Symfony\Component\Cache\Adapter\ApcuAdapter":3:{
commandphp -r 'eval(base64_decode("..."));'
pathbundles/AdminBundle/Controller/Admin/DataObject/ClassController.php
  • Alert on HTTP requests to /admin/class/bulk-commit containing the Symfony ApcuAdapter serialized object prefix 'O:43:"Symfony\Component\Cache\Adapter\ApcuAdapter"' in POST body.
  • Look for the custom request header 'X-pimcore-csrf-token' combined with POST to /admin/class/bulk-commit as an indicator of scripted/automated exploitation.
  • Detect base64-encoded PHP eval payloads in POST body parameters sent to Pimcore admin endpoints, consistent with the exploit's code execution stage.
  • ·Exploitation requires an authenticated session with 'classes' permission — unauthenticated exploitation is not possible; detections should account for the prior login step to /admin/login/login.
  • ·Two distinct unserialize gadget chains are used depending on Pimcore version: Symfony payload for 5.x (5.4.0–5.6.6) and Zend payload for 4.x (4.0.0–4.6.5); detection rules should cover both branches.
  • ·The fix is available in Pimcore 5.7.1; instances running any version before 5.7.1 (and all 4.x) remain vulnerable.

CVSS provenance

nvdv3.08.8HIGHCVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
nvdv2.06.5MEDIUMAV:N/AC:L/Au:S/C:P/I:P/A:P
ghsa8.8HIGH
osv8.8HIGH
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.