CVE-2017-7887:
Dolibarr ERP and CRM contain XSS Vulnerability
6.1
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.48949%
CWE
Published
5/17/2022
Updated
7/27/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
dolibarr/dolibarr | composer | <= 4.0.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided vulnerability information specifies the file path (doli/societe/list.php
) and parameter (sall) but does not explicitly name any functions involved. XSS vulnerabilities typically occur when user input (like the sall parameter) is directly echoed to the output without proper sanitization. While the root cause is clear (unsanitized reflection of the sall parameter in the HTML output), the advisory and public descriptions do not provide enough code context to identify specific functions or methods responsible for handling this parameter. Without access to the actual codebase or commit diffs, we cannot confidently map the vulnerability to named functions in the code structure.