Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🐘 Packagist

GHSA-hq76-662x-7mw4

HIGH

Pimcore includes vulnerable PHPOffice/PhpSpreadsheet

Published
Sep 3, 2024
Updated
Dec 5, 2024
Affected
7 pkgs
Patched
7 / 7
Exploits
None indexed

Blast Radius

7 pkgs affected
🐘pimcore/data-importer🐘pimcore/data-importer🐘pimcore/admin-ui-classic-bundle🐘pimcore/admin-ui-classic-bundle🐘pimcore/admin-ui-classic-bundle🐘pimcore/pimcore🐘pimcore/pimcore

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Packagist packages — download data is not available via public APIs for these ecosystems.

Description

Summary

Pimcore 10.6.x and Enterprise 10.6.x versions currently depend on PHPOffice/PhpSpreadsheet version 1.x, which has recently been identified with a security vulnerability (CVE-2024-45048). To mitigate this issue, it is recommended to update to the latest version 2.2.2. For more details, please refer to the official advisory: GHSA-ghg6-32f9-2jp7.

Affected Packages

7 total 7 fixed
EcosystemPackageVulnerable rangeFix
🐘Packagistpimcore/data-importerall versions1.8.9
🐘Packagistpimcore/data-importer1.9.0&&< 1.9.31.9.3
🐘Packagistpimcore/admin-ui-classic-bundleall versions1.3.11
🐘Packagistpimcore/admin-ui-classic-bundle1.4.0&&< 1.4.71.4.7
🐘Packagistpimcore/admin-ui-classic-bundle1.5.0&&< 1.5.41.5.4
🐘Packagistpimcore/pimcore10.6.9.0&&< 10.6.9.1210.6.9.12

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for pimcore/data-importer. O3's reachability analysis confirms whether the vulnerable code path is actually invoked in your application, so you act on real exposure instead of every transitive match.

  2. Fix

    Update pimcore/data-importer to 1.8.9 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-hq76-662x-7mw4 is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 pinpoints whether GHSA-hq76-662x-7mw4 is reachable in your code and exactly where to fix it, then blocks exploitation in production at runtime until the patched version is deployed.

Tailored to GHSA-hq76-662x-7mw4. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

### Summary Pimcore 10.6.x and Enterprise 10.6.x versions currently depend on PHPOffice/PhpSpreadsheet version 1.x, which has recently been identified with a security vulnerability (CVE-2024-45048). To mitigate this issue, it is recommended to update to the latest version 2.2.2. For more details, please refer to the official advisory: [GHSA-ghg6-32f9-2jp7](https://github.com/advisories/GHSA-ghg6-32f9-2jp7).
O3 Security · Impact-Aware SCA

Is GHSA-hq76-662x-7mw4 in your dependencies?

O3 detects GHSA-hq76-662x-7mw4 across Packagist dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.