Files
validator/ctfcup2025-school-final/descriptions/grob.md

13 lines
614 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Grob
Игровой шахматный сервер (движок), с логгированием всех партий в формате PGN. Иммет уязвимость Out-of-bounds на куче при перемещении фигуры, позволяющей получить RCE.
Пример PGN'а одной из игровых партий:
![Пример лога игровой партии](./images/grob_game_example.png)
Так выглядит успешно отработанный эксплоит:
![Пример вывода эксплоита](./images/grob_exploit_output.png)