๐Ÿ” CVE Alert

CVE-2026-50635

HIGH 8.8

LimeSurvey Password Reset Host Header Injection Discloses Reset Token

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

LimeSurvey constructs account password-reset links from the client-supplied HTTP Host header without validating it. The optional allowedHosts allowlist that would constrain this is undefined in the default (and documented) configuration, so LSHttpRequest::checkIsAllowedHost() results in no operation. A remote, unauthenticated attacker who submits a forgotten-password request for a known account (requiring only the target's username and email) with a spoofed Host header causes LimeSurvey to email that account a reset link whose hostname is attacker-controlled while embedding the genuine validation_key. When the recipient or an automated inbound mail-security link scanner dereferences the link, the valid reset token is disclosed to the attacker, who replays it against the legitimate host's newPassword endpoint to set a new password and take over the account.

CWE CWE-640
Vendor limesurvey
Product limesurvey
Published Jun 9, 2026
Last Updated Jun 10, 2026
Stay Ahead of the Next One

Get instant alerts for limesurvey limesurvey

Be the first to know when new high vulnerabilities affecting limesurvey limesurvey are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

LimeSurvey / LimeSurvey
0 โ‰ค 7.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/LimeSurvey/LimeSurvey/pull/5032 limesurvey.org: https://www.limesurvey.org/ vulncheck.com: https://www.vulncheck.com/advisories/limesurvey-password-reset-host-header-injection-discloses-reset-token

Credits

McCaulay Hudson (@_McCaulay) of watchTowr