Lucene search

K
githubGitHub Advisory DatabaseGHSA-578P-FXMM-6229
HistoryFeb 22, 2024 - 9:40 p.m.

Potentially untrusted input is rendered as HTML in final output

2024-02-2221:40:59
CWE-20
CWE-79
GitHub Advisory Database
github.com
3
security impact
user input
data injection
email
patch
version
workaround
html rendering
mjml-python
vulnerability
security issue

8.2 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

HIGH

Availability Impact

LOW

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

6.4 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.8%

Impact

All users of mjml-python who insert untrusted data into mjml templates unless that data is checked in a very strict manner. User input like <script> would be rendered as <script> in the final HTML output.

The attacker must be able to control some data which is later injected in an mjml template which is then send out as email to other users. The attacker could control contents of email messages sent through the platform.

Patches

The problem has been fixed in version 0.11.0 of this library. Versions before 0.10.0 are not affected by this security issue which was added as part of commit 84c495da20a91640a1ca551ace17df7f3be644aa.

Workarounds

  • Ensure that potentially untrusted user input does not contain any sequences which could be rendered as HTML.

References

  • Initial issue report by @sh-at-cs in #52

Affected configurations

Vulners
Node
mjmlmjmlMatch0.10.0
CPENameOperatorVersion
mjmleq0.10.0

8.2 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

HIGH

Availability Impact

LOW

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

6.4 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.8%

Related for GHSA-578P-FXMM-6229