CVE-2024-23817

Dolibarr is an enterprise resource planning (ERP) and customer relationship management (CRM) software package. Version 18.0.4 has a HTML Injection vulnerability in the Home page of the Dolibarr Application. This vulnerability allows an attacker to inject arbitrary HTML tags and manipulate the rendered content in the application's response. Specifically, I was able to successfully inject a new HTML tag into the returned document and, as a result, was able to comment out some part of the Dolibarr App Home page HTML code. This behavior can be exploited to perform various attacks like Cross-Site Scripting (XSS). To remediate the issue, validate and sanitize all user-supplied input, especially within HTML attributes, to prevent HTML injection attacks; and implement proper output encoding when rendering user-provided data to ensure it is treated as plain text rather than executable HTML.
References
Configurations

Configuration 1 (hide)

cpe:2.3:a:dolibarr:dolibarr_erp\/crm:18.0.4:*:*:*:*:*:*:*

History

09 May 2024, 15:23

Type Values Removed Values Added
CPE cpe:2.3:a:dolibarr:dolibarr:18.0.4:*:*:*:*:*:*:* cpe:2.3:a:dolibarr:dolibarr_erp\/crm:18.0.4:*:*:*:*:*:*:*
First Time Dolibarr dolibarr Erp\/crm

31 Jan 2024, 23:25

Type Values Removed Values Added
First Time Dolibarr dolibarr
Dolibarr
CPE cpe:2.3:a:dolibarr:dolibarr:18.0.4:*:*:*:*:*:*:*
CWE CWE-80
References () https://github.com/Dolibarr/dolibarr/security/advisories/GHSA-7947-48q7-cp5m - () https://github.com/Dolibarr/dolibarr/security/advisories/GHSA-7947-48q7-cp5m - Exploit, Vendor Advisory
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 6.1

25 Jan 2024, 20:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-01-25 20:15

Updated : 2024-05-09 15:23


NVD link : CVE-2024-23817

Mitre link : CVE-2024-23817

CVE.ORG link : CVE-2024-23817


JSON object : View

Products Affected

dolibarr

  • dolibarr_erp\/crm
CWE
CWE-79

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

CWE-80

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)