6.1

CVE-2024-3938

The "reset password" login page accepted an HTML injection via URL parameters.

This has already been rectified via patch, and as such it cannot be demonstrated via Demo site link. Those interested to see the vulnerability may spin up a  http://localhost:8082/dotAdmin/#/public/login?resetEmailSent=true&resetEmail=%3Ch1%3E%3Ca%20href%3D%22https:%2F%2Fgoogle.com%22%3ECLICK%20ME%3C%2Fa%3E%3C%2Fh1%3E 

This will result in a view along these lines:





  *  OWASP Top 10 - A03: Injection
  *  CVSS Score: 5.4
  *   AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator 
  *   https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N&... https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
DotcmsDotcms Version >= 5.1.5 < 23.01.18
DotcmsDotcms Version >= 23.02 <= 23.09.7
DotcmsDotcms Version >= 23.12.21 <= 24.04.23
DotcmsDotcms Version >= 24.05.13 < 24.05.31
DotcmsDotcms Version23.10.24 Update1 SwEditionlts
DotcmsDotcms Version23.10.24 Update10 SwEditionlts
DotcmsDotcms Version23.10.24 Update2 SwEditionlts
DotcmsDotcms Version23.10.24 Update3 SwEditionlts
DotcmsDotcms Version23.10.24 Update4 SwEditionlts
DotcmsDotcms Version23.10.24 Update5 SwEditionlts
DotcmsDotcms Version23.10.24 Update6 SwEditionlts
DotcmsDotcms Version23.10.24 Update7 SwEditionlts
DotcmsDotcms Version23.10.24 Update8 SwEditionlts
DotcmsDotcms Version23.10.24 Update9 SwEditionlts
DotcmsDotcms Version23.10.24.0 SwEditionlts
DotcmsDotcms Version24.04.24 Update-
DotcmsDotcms Version24.04.24 Update0 SwEditionlts
DotcmsDotcms Version24.04.24 Update1 SwEditionlts
DotcmsDotcms Version24.04.24 Update2 SwEditionlts
DotcmsDotcms Version24.04.24 Update3 SwEditionlts
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.7% 0.714
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 6.1 2.8 2.7
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
security@dotcms.com 5.4 2.8 2.5
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
CWE-20 Improper Input Validation

The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

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

The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.