Summary
Stored XSS on REDAXO 5.18.1 - Article / "content/edit".
Details
On the latest version of Redaxo, v5.18.1, the article name field is susceptible to stored XSS.
PoC
If a user creates an article name (ie /redaxo/index.php?page=structure&category_id=1&article_id=1&clang=1&function=edit_art&artstart=0) using a xss payload such as "<BODY ONLOAD=alert('XSS!')>", the XSS executes:


Impact
A malicious actor can easily steal cookie using this stored XSS and perform a session hijacking attack.

First reported to info@redaxo.de yesterday.
Summary
Stored XSS on REDAXO 5.18.1 - Article / "content/edit".
Details
On the latest version of Redaxo, v5.18.1, the article name field is susceptible to stored XSS.
PoC
If a user creates an article name (ie /redaxo/index.php?page=structure&category_id=1&article_id=1&clang=1&function=edit_art&artstart=0) using a xss payload such as "<BODY ONLOAD=alert('XSS!')>", the XSS executes:


Impact
A malicious actor can easily steal cookie using this stored XSS and perform a session hijacking attack.

First reported to info@redaxo.de yesterday.