Master Code Review

Take on our daily security challenges and join a community of cybersecurity enthusiasts. Learn to identify and exploit vulnerabilities in a safe environment.

Challenge of the DayMedium
150 points

E-Boutique

Review code for a rapidly growing e-commerce platform built with Django. The platform allows customers to browse products, add items to cart, and complete purchases. Recently, there have been reports of unusual order patterns and potential inconsistencies in payment processing. The engineering team has asked for a security review of the order processing logic before their next release.

WEBPYTHONAUTHENTICATION

Vulnerable Code

python

Instructions:

  1. Browse through the files to understand the application structure
  2. Find and click on the line containing the XSS vulnerability
  3. Click "Check Line" to verify your answer