header-logo
Suggest Exploit
vendor:
Docebo
by:
5.5
CVSS
MEDIUM
Cross-Site Scripting (XSS)
79
CWE
Product Name: Docebo
Affected Version From: 3.0.5
Affected Version To: 3.0.5
Patch Exists: NO
Related CWE:
CPE: a:docebo:docebo:3.0.5
Metasploit:
Other Scripts:
Platforms Tested:

Multiple Cross-Site Scripting Vulnerabilities in Docebo

Docebo is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input. An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks.

Mitigation:

To mitigate these vulnerabilities, it is recommended to update Docebo to version 3.0.6 or later. Additionally, it is advised to sanitize user-supplied input before using it in dynamic web pages.
Source

Exploit-DB raw data:

Docebo is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.

An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks.

Docebo 3.0.5 and prior versions are vulnerable; other versions may also be affected. 

http://www.example.com/doceboCms/index.php?searchkey=<script>alert('XSS');</script>