CVE-2019-15062: Dolibarr Cross-Site Request Forgery (CSRF)
8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.33221%
CWE
Published
5/24/2022
Updated
5/4/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
dolibarr/dolibarr | composer | >= 10.0, < 10.0.2 | 10.0.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability chain requires two key flaws: 1) Unsanitized input handling in link label updates (alpha filter allows some special characters), and 2) Unsafe output rendering of stored labels. The patch specifically addresses these by changing to 'alphanohtml' filtering and adding HTML escaping. These functions directly correspond to the attack vector described - storing malicious IFRAME
via label input and executing it when viewed.