Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-578p-fxmm-6229: Potentially untrusted input is rendered as HTML in final output

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 &lt;script&gt; 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
ghsa
#vulnerability#git

Package

pip mjml (pip)

Affected versions

= 0.10.0

Patched versions

0.11.0

Description

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

References

  • GHSA-578p-fxmm-6229
  • https://nvd.nist.gov/vuln/detail/CVE-2024-26151
  • FelixSchwarz/mjml-python#52
  • FelixSchwarz/mjml-python@84c495d
  • FelixSchwarz/mjml-python@8d410b7
  • https://github.com/FelixSchwarz/mjml-python/releases/tag/v0.11.0

FelixSchwarz published to FelixSchwarz/mjml-python

Feb 22, 2024

Published by the National Vulnerability Database

Feb 22, 2024

Published to the GitHub Advisory Database

Feb 22, 2024

Reviewed

Feb 22, 2024

Last updated

Feb 22, 2024

ghsa: Latest News

GHSA-g5x8-v2ch-gj2g: Vaultwarden HTML injection vulnerability