GHSA-hq76-662x-7mw4 — pimcore/data-importer
HIGHGHSA-hq76-662x-7mw4 is a high-severity (CVSS 8.8) vulnerability in pimcore/data-importer. A fix is available for pimcore/data-importer — see the affected versions and patch details below.
Pimcore includes vulnerable PHPOffice/PhpSpreadsheet
Real-World Exposure
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.9composer require pimcore/data-importer:^1.8.9 |
| 🐘Packagist | pimcore/data-importer | ≥ 1.9.0&&< 1.9.3 | 1.9.3composer require pimcore/data-importer:^1.9.3 |
| 🐘Packagist | pimcore/admin-ui-classic-bundle | all versions | 1.3.11composer require pimcore/admin-ui-classic-bundle:^1.3.11 |
| 🐘Packagist | pimcore/admin-ui-classic-bundle | ≥ 1.4.0&&< 1.4.7 | 1.4.7composer require pimcore/admin-ui-classic-bundle:^1.4.7 |
| 🐘Packagist | pimcore/admin-ui-classic-bundle | ≥ 1.5.0&&< 1.5.4 | 1.5.4composer require pimcore/admin-ui-classic-bundle:^1.5.4 |
| 🐘Packagist | pimcore/pimcore | ≥ 10.6.9.0&&< 10.6.9.12 | 10.6.9.12composer require pimcore/pimcore:^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, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.
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 Security's impact-aware SCA analyses which vulnerable code paths your application actually calls, so a match like GHSA-hq76-662x-7mw4 can be triaged on real exposure rather than presence alone.
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 Security finds GHSA-hq76-662x-7mw4 across Packagist dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.