Skip to content
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

RSS Link input is vulnerable to HTML injection #1

Open
tankeehock opened this issue May 1, 2024 · 0 comments
Open

RSS Link input is vulnerable to HTML injection #1

tankeehock opened this issue May 1, 2024 · 0 comments

Comments

@tankeehock
Copy link

When the reader ingests the RSS feed, it attempts to parse the XML content. However the use of CDATA within the Link element can be used to perform HTML injection. A simple payload will look like this: <![CDATA[ https://google.com"> <img src="1"> ]]>.

Recommend to escape the characters before displaying to the user.

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

1 participant