CVE-2026-35403 PUBLISHED

LORIS has potential cross-site scripting in survey_accounts module

Assigner: GitHub_M
Reserved: 02.04.2026 Published: 08.04.2026 Updated: 08.04.2026

LORIS (Longitudinal Online Research and Imaging System) is a self-hosted web application that provides data- and project-management for neuroimaging research. From 15.10 to before 27.0.3 and 28.0.1, there is a potential for a cross-site scripting attack in the survey_accounts module if a user provides an invalid visit label. While the data is properly JSON encoded, the Content-Type header is not set causing the web browser to interpret the payload as HTML, opening the possibility of a cross-site scripting if a user is tricked into following an invalid link. This vulnerability is fixed in 27.0.3 and 28.0.1.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:L/A:N
CVSS Score: 6.5

Product Status

Vendor aces
Product Loris
Versions
  • Version >= 15.10, < 27.0.3 is affected
  • Version >= 28.0.0, < 28.0.1 is affected

References

Problem Types

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE