Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Saimanikanta1992

#39040of 53,632
7.1Total CVSS
Vulnerabilities · 1
PT-2024-20098
7.1
2024-01-25
Dolibarr · Dolibarr · CVE-2024-23817
**Name of the Vulnerable Software and Affected Versions** Dolibarr version 18.0.4 **Description** Dolibarr is an enterprise resource planning (ERP) and customer relationship management (CRM) software package. The vulnerability allows an attacker to inject arbitrary HTML tags and manipulate the rendered content in the application's response. This behavior can be exploited to perform various attacks like Cross-Site Scripting (XSS). An attacker can inject a new HTML tag into the returned document and comment out some part of the Dolibarr App Home page HTML code. **Recommendations** 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.