CVE-2026-50636: LimeSurvey RemoteControl invite_participants/remind_participants SQL Injection

Published Jun 9, 2026
·
Updated

The RemoteControl API methods inviteparticipants and remindparticipants pass a caller-supplied token-ID array into TokenDynamic::findUninvited(), which concatenates the values directly into a tid IN ('...') SQL clause without parameterization or input validation. A remote, authenticated attacker holding the tokens/update permission on a survey can inject a crafted array element to perform SQL injection. Because LimeSurvey configures its PDO connection with emulated prepared statements (emulatePrepare = true) and does not disable MySQL multi-statements, the injection supports stacked queries: the attacker can append arbitrary additional statements (INSERT/UPDATE/DELETE/DROP/CREATE) after the original SELECT. This permits both arbitrary read of any data in the database, such as administrator bcrypt password hashes (limeusers), survey response PII, session records, and global settings, all recoverable via a SLEEP() time-based blind oracle, and arbitrary write/destruction of that data, including directly overwriting the administrator password hash for immediate account takeover or dropping/truncating tables. Reads and writes extend to any schema the application's database user can access. The RemoteControl interface (RPCInterface = json/xml) must be enabled, which is not the default.

Affected Software

1 affected component
Limesurvey LimeSurvey

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Disable the RemoteControl RPC interface: ensure RPCInterface is not set to 'json' or 'xml' (i.e., do not enable RPCInterface = json or RPCInterface = xml).

    LimeSurvey (RemoteControl interface) RPCInterface = not json/xml
  2. Configuration

    Change the PDO configuration to disable emulated prepared statements (emulatePrepare = false) instead of emulatePrepare = true.

    LimeSurvey PDO configuration emulatePrepare = false
  3. Configuration

    Disable MySQL multi-statements for the application's DB connection so stacked queries are not permitted (do not allow multi-statement execution).

    LimeSurvey PDO / MySQL connection MySQL multi-statements = disabled
  4. Compensating control

    Restrict network access to the RemoteControl (RPC) endpoints to trusted administrative IPs via firewall/ACLs or otherwise isolate the RPC interface from untrusted networks.

  5. Operational

    If exploitation is suspected, rotate administrative account passwords, invalidate active sessions, and restore/verify database integrity from known-good backups (review for any unauthorized INSERT/UPDATE/DELETE/DROP/CREATE statements).

Event History

Jun 9, 2026
CVE Published
via MITRE·05:34 PM
Data Sourced
via MITRE·05:34 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·06:17 PM
DescriptionSeverityWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-50636?

CVE-2026-50636 has a severity rating of high, with a base score of 8.7.

2

How can I fix CVE-2026-50636?

To fix CVE-2026-50636, ensure that the LimeSurvey software is updated to the latest version where this vulnerability has been patched.

3

What types of systems are affected by CVE-2026-50636?

CVE-2026-50636 affects the LimeSurvey systems that utilize the RemoteControl API methods invite_participants and remind_participants.

4

What kind of attack does CVE-2026-50636 enable?

CVE-2026-50636 allows remote, authenticated attackers to exploit SQL injection vulnerabilities.

5

What is the main cause of CVE-2026-50636?

The main cause of CVE-2026-50636 is the inadequate parameterization and input validation of user-supplied token-ID arrays in SQL queries.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203