CSS Injection in Message Avatar vulnerability

Post Reply
Shane1145
Posts: 1854
Joined: Wed Sep 25, 2024 2:31 pm

CSS Injection in Message Avatar vulnerability

Post by Shane1145 »

Custom message avatars can contain inline CSS that influences the resulting HTML element rendering.

The Meteor.method sendMessage allows setting custom avatars. When escaping the input with none); further CSS is applied to the elements inline styles. The injected CSS may not contain certain characters, including whitespace.

https://hackerone.com/reports/1031613
Post Reply