icon

We found results for “

CVE-2024-26151

Good to know:

icon
icon

Date: February 22, 2024

The "mjml" PyPI package, found at the "FelixSchwarz/mjml-python" GitHub repo, is an unofficial Python port of MJML, a markup language created by Mailjet. All users of "FelixSchwarz/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. 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. As a workaround, ensure that potentially untrusted user input does not contain any sequences which could be rendered as HTML.

Language: Python

Severity Score

Severity Score

Weakness Type (CWE)

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

CWE-79

Improper Input Validation

CWE-20

Top Fix

icon

Upgrade Version

Upgrade to version mjml - 0.11.0

Learn More

CVSS v3.1

Base Score:
Attack Vector (AV): NETWORK
Attack Complexity (AC): LOW
Privileges Required (PR): LOW
User Interaction (UI): REQUIRED
Scope (S): CHANGED
Confidentiality (C): LOW
Integrity (I): HIGH
Availability (A): LOW

Do you need more information?

Contact Us