You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: