Challenge 12: XSS CSP bypass through remote payload

Learn how to bypass a misconfigured CSP policy and how it can lead to the successful exploitation of cross-site scripting vulnerability.

11 March 2023 · 5 min

Challenge 13: XSS in HTML Anchor Tag

Check out how a security risk can arise from an improperly configured dynamic link generation tag and which can result in XSS exploitation.

16 March 2023 · 4 min

Challenge 14: XSS bypass blacklisted JS function

This article goes into depth discussing an alternative JavaScript function, namely “confirm()”. It serves as an alternative for the JavaScript “alert()” function when the latter is unavailable.

21 March 2023 · 4 min

Mitigating XSS Vulnerability

Learn practical ways to reduce cross-site scripting risk with output encoding, validation, CSP, and safer development habits.

20 August 2022 · 5 min