Lucene search

K
cvelistEclipseCVELIST:CVE-2024-5165
HistoryMay 23, 2024 - 9:56 a.m.

CVE-2024-5165 Eclipse Ditto User Interface vulnerable to XSS due to Improper Neutralization of Input

2024-05-2309:56:31
CWE-79
eclipse
www.cve.org
eclipse ditto
user interface
xss
input neutralization
reflected xss
stored xss
security vulnerability
input fields
browser executed scripts

6.5 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N

0.0004 Low

EPSS

Percentile

13.1%

In Eclipse Ditto versions 3.0.0 to 3.5.5, the user input of several input fields of the Eclipse Ditto Explorer User Interface https://eclipse.dev/ditto/user-interface.html was not properly neutralized and thus vulnerable to both Reflected and Stored XSS (Cross Site Scripting).

Several inputs were not persisted at the backend of Eclipse Ditto, but only in local browser storage to save settings of “environments” of the UI and e.g. the last performed “search queries”, resulting in a “Reflected XSS” vulnerability.

However, several other inputs were persisted at the backend of Eclipse Ditto, leading to a “Stored XSS” vulnerability. Those mean that authenticated and authorized users at Eclipse Ditto can persist Things in Ditto which can - when being displayed by other users also being authorized to see those Things in the Eclipse Ditto UI - cause scripts to be executed in the browser of other users.

CNA Affected

[
  {
    "defaultStatus": "unaffected",
    "product": "Eclipse Ditto",
    "vendor": "Eclipse Foundation",
    "versions": [
      {
        "lessThan": "3.4.6",
        "status": "affected",
        "version": "0",
        "versionType": "semver"
      },
      {
        "lessThan": "3.5.6",
        "status": "affected",
        "version": "3.5.0",
        "versionType": "semver"
      }
    ]
  }
]

6.5 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N

0.0004 Low

EPSS

Percentile

13.1%

Related for CVELIST:CVE-2024-5165