8000 HTML in error message is unintentionally encoded in the output · Issue #6228 · WoltLab/WCF · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

HTML in error message is unintentionally encoded in the output #6228

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
BurntimeX opened this issue Feb 13, 2025 · 1 comment
Open

HTML in error message is unintentionally encoded in the output #6228

BurntimeX opened this issue Feb 13, 2025 · 1 comment
Assignees

Comments

@BurntimeX
Copy link
Member

This affects, among other things:

  • wcf.user.error.isBanned
  • wcf.user.newPassword.error.invalidLink

The problem originates in the HtmlErrorRenderer, as this encodes the message. However, we cannot safely remove the encoding there, as this could possibly lead to XSS vulnerabilities.

@dtdesign
Copy link
Member

See #5982

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0