Pentathon 2025 Quals

Last updated on

Description

Web challenge Writeup

Challenge Description

Overview

This challenge is a note taking app

alt text

if i give a html input

alt text

iam getting h2 if we take a look at

alt text

<main>
    <h1>Note Details</h1>
    <p><b>ID:</b> 54e559a3-1849-4c15-83e0-013607821265</p>
    <p><b>Content:</b> h1HI</h1><h2>H2</h2></p>
    <a href="/">Back to Home</a>
</main>

As u can see <, > are removed once so HTML injection confirmed.