# 0525: Confetti

| Name                                                                  | Authors                                | Category                                                                      |
| --------------------------------------------------------------------- | -------------------------------------- | ----------------------------------------------------------------------------- |
| [Intigriti May Challenge (2025)](https://challenge-0525.intigriti.io) | [joaxcar](https://twitter.com/joaxcar) | HTML Injection, ReDoS, DOM clobbering, URL sanitization bypass, Attacker Page |

## Challenge Description

> Find a way to execute arbitrary javascript on the iFramed page and win Intigriti swag.! 🏆

## Solution (official writeup from joaxcar)

See it [here](https://joaxcar.com/blog/2025/05/20/confetti-solution-to-my-intigriti-may-xss-challenge/)

## Community Writeups

1. [busf4ctor](https://blog.vitorfalcao.com/posts/intigriti-0525-writeup/)
2. [j0r1an](https://jorianwoltjer.com/blog/p/hacking/intigriti-xss-challenge/0525)
3. [romeokarki](https://blog.romeokarki.com/blog/Intigriti_may_chall)
4. [jorenverheyen](https://jorenverheyen.github.io/intigriti-may-2025.html)
5. [silverpoision](https://silverpoision.github.io/posts/intigriti-challenge-solution0525/)
6. [wa1m3im](https://gist.github.com/Wa1m3im/8066f33f9a7f00c4b5aadcc0343a4c8e)
7. [cybersecu](https://gist.github.com/Siss3l/d6caf94a4789be2ba729f8fbaeb21307)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bugology.intigriti.io/intigriti-monthly-challenges/0525.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
