CVE-2017-9839: Dolibarr SQL injection via type parameter in product/stats/card.php
8.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.45844%
CWE
Published
5/14/2022
Updated
4/24/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
dolibarr/dolibarr | composer | < 5.0.4 | 5.0.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability is explicitly tied to product/stats/card.php
's handling of the 'type' parameter. Multiple sources (CVE, GHSA, Wizlynx) confirm SQL injection via this parameter. While the exact function name isn't specified in advisories, the card.php
page handler is the entry point where user-controlled 'type' parameter processing occurs. The vulnerability pattern matches unsafe direct interpolation of HTTP parameters into SQL queries, a common SQL injection vector. The high confidence comes from multiple independent confirmations of the vulnerable file and parameter combination in pre-5.0.4 versions.