Lucene search

K
cve[email protected]CVE-2023-46252
HistoryNov 07, 2023 - 7:15 p.m.

CVE-2023-46252

2023-11-0719:15:11
CWE-79
web.nvd.nist.gov
16
squidex
cms
cross-site scripting
xss
vulnerability
security
nvd
cve-2023-46252

6.8 Medium

CVSS3

Attack Vector

ADJACENT

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

LOW

Availability Impact

LOW

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

0.0005 Low

EPSS

Percentile

17.1%

Squidex is an open source headless CMS and content management hub. Affected versions are missing origin verification in a postMessage handler which introduces a Cross-Site Scripting (XSS) vulnerability. The editor-sdk.js file defines three different class-like functions, which employ a global message event listener: SquidexSidebar, SquidexWidget, and SquidexFormField. The registered event listener takes some action based on the type of the received message. For example, when the SquidexFormField receives a message with the type valueChanged, the value property is updated. The SquidexFormField class is for example used in the editor-editorjs.html file, which can be accessed via the public wwwroot folder. It uses the onValueChanged method to register a callback function, which passes the value provided from the message event to the editor.render. Passing an attacker-controlled value to this function introduces a Cross-Site Scripting (XSS) vulnerability.

Affected configurations

Vulners
NVD
Node
squidexsquidexRange<7.9.0

CNA Affected

[
  {
    "vendor": "Squidex",
    "product": "squidex",
    "versions": [
      {
        "version": "< 7.9.0",
        "status": "affected"
      }
    ]
  }
]

6.8 Medium

CVSS3

Attack Vector

ADJACENT

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

LOW

Availability Impact

LOW

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

0.0005 Low

EPSS

Percentile

17.1%

Related for CVE-2023-46252