All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-44696
MEDIUMpublished 2026-06-26 20:17 UTC · 2 days ago · modified 2026-06-27 04:17 UTC
5.7
CVSS / 10
// description
OpenProject is open-source, web-based project management software. Prior to 17.4.0, OpenProject's rich text (markdown) rendering pipeline uses Sanitize::Config::RELAXED[:css] for inline style sanitization. This configuration permits essentially all CSS properties in style attributes on permitted HTML elements (figure, img, table, th, tr, td). This allows any authenticated user with write access to formattable text fields (work package descriptions, comments, project descriptions, news) to inject CSS This vulnerability is fixed in 17.4.0.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:N
// weaknesses (CWE)
- CWE-79