CVE-2026-75872
Received Received - Intake

HTML Injection in MailerUp Subscription Form

Vulnerability report for CVE-2026-75872, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-18

Last updated on: 2026-08-18

Assigner: Secur0

Description

HTML Injection in the public subscription form in maalfer MailerUp before 1.1.3 allows unauthenticated remote attackers to have the application send a message carrying arbitrary HTML, to an attacker-chosen address and from the form owner's configured sending identity, via the first_name field of the subscription request, which is interpolated unescaped into the double opt-in verification email.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-18
Last Modified
2026-08-18
Generated
2026-08-18
AI Q&A
2026-08-18
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
maalfer mailerup to 1.1.3 (exc)
maalfer mailerup 1.1.3

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-80 The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special characters such as "<", ">", and "&" that could be interpreted as web-scripting elements when they are sent to a downstream component that processes web pages.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an HTML injection flaw in the MailerUp newsletter platform before version 1.1.3. It allows unauthenticated attackers to inject malicious HTML code into double opt-in verification emails by exploiting the first_name field in a subscription request. The injected HTML is then sent to an attacker-chosen email address using the form owner's configured sending identity.

Detection Guidance

To detect this vulnerability, check if your MailerUp instance is running a version prior to 1.1.3. Inspect the /subscribe/{form_id}/ endpoint for improperly escaped user input in the first_name field. Review email templates for unescaped HTML interpolation. Use network monitoring tools to detect suspicious POST requests to subscription endpoints.

Impact Analysis

An attacker could use this to send phishing emails that appear legitimate, track email opens via embedded images, or perform other actions when the email is opened. The emails would appear to come from a trusted domain with valid SPF/DKIM, increasing the chance of success.

Compliance Impact

This vulnerability could lead to unauthorized data collection through tracking pixels, potential exposure of user data via phishing, and failure to protect user information. This may violate GDPR's data protection requirements and HIPAA's security rules for email communications.

Mitigation Strategies

Immediately upgrade MailerUp to version 1.1.3 or higher. Apply HTML escaping to all user-controlled fields in email templates. Review and sanitize input fields like first_name, title, and color before interpolation. Monitor for any unauthorized email activity or suspicious HTML injection attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-75872. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart