GHSA-hq76-662x-7mw4
HIGHPimcore includes vulnerable PHPOffice/PhpSpreadsheet
Blast Radius
pimcore/data-importer🐘pimcore/data-importer🐘pimcore/admin-ui-classic-bundle🐘pimcore/admin-ui-classic-bundle🐘pimcore/admin-ui-classic-bundle🐘pimcore/pimcore🐘pimcore/pimcoreReal-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
| Ecosystem | Package | Vulnerable range | Fix |
|---|---|---|---|
| 🐘Packagist | pimcore/data-importer | all versions | 1.8.9 |
| 🐘Packagist | pimcore/data-importer | ≥ 1.9.0&&< 1.9.3 | 1.9.3 |
| 🐘Packagist | pimcore/admin-ui-classic-bundle | all versions | 1.3.11 |
| 🐘Packagist | pimcore/admin-ui-classic-bundle | ≥ 1.4.0&&< 1.4.7 | 1.4.7 |
| 🐘Packagist | pimcore/admin-ui-classic-bundle | ≥ 1.5.0&&< 1.5.4 | 1.5.4 |
| 🐘Packagist | pimcore/pimcore | ≥ 10.6.9.0&&< 10.6.9.12 | 10.6.9.12 |
Detection & mitigation playbook
Open-source dependencyDetect
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.
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.
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.
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
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.