CVE-2017-1000009:
Akeneo PIM vulnerable to shell injection in the mass edition
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.93117%
CWE
Published
5/13/2022
Updated
4/25/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
akeneo/pim-community-dev | composer | >= 1.4, < 1.4.28 | 1.4.28 |
akeneo/pim-community-dev | composer | >= 1.5, < 1.5.15 | 1.5.15 |
akeneo/pim-community-dev | composer | >= 1.6, < 1.6.6 | 1.6.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper neutralization of user input used in OS commands during mass edit operations. Akeneo's batch job architecture uses SimpleJobLauncher to execute shell commands for background processing. The MassEditController receives user inputs that are directly incorporated into these commands. Without proper sanitization (e.g., escaping shell arguments or using parameterized commands), attackers could inject malicious payloads. This matches the CWE-78 pattern and Akeneo's changelog references to mass edit fixes in patched versions. The confidence is high due to the architectural pattern match and vulnerability description specificity, though exact pre-patch code isn't available.