arrow_backUS Cyber Games 2026
Forensicsmedium

Photo Fraud

by Pavel Knespl (capyplivl)

A JPEG (challenge.jpg) edited to hide the flag, but the embedded EXIF thumbnail was never regenerated and still shows the original unedited shot.

Solve

  1. Confirm the image carries an embedded thumbnail:
exiftool -ThumbnailImage challenge.jpg
  1. Extract the thumbnail to a file:
exiftool -ThumbnailImage -b challenge.jpg > thumbnail.jpg
  1. Open thumbnail.jpg. It shows the original storefront photo with a sign in the window reading the flag.

Flag: SVIUSCG{meridian_thumbnail_reveal_garret}