{% extends "base.html" %} {% block title %}Gallery - CVE-2026-5026 Lab{% endblock %} {% block content %}

Image Gallery

Uploaded SVG files are rendered inline - no sanitization applied

⚠️ This application renders uploaded SVG files directly in the browser without content sanitization. JavaScript inside SVGs will execute in the viewer's session context.

Uploaded Files

No files uploaded yet. Use the Upload SVG button above or go to the Upload section.

{% endblock %} {% block scripts %} {% endblock %}