Skip to content

athuler/UChicago-Vulnerability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UChicago Vulnerability

Warning

As of November 11th, 2024, the vulnerability has been fixed so this code no longer works. Learn more

There is a vulnerability in the University of Chicago scheduling system which allows anyone to obtain any student's schedule just with their Student ID.

This repository contains the code for this website, which anonymously collects consenting students' schedules to analyze the severity of the breach. This information will be included in the vulnerability report to ITS.

Installation

Create secret.php and fill out the missing values:

<?php
$DB_HOST = ... ;
$DB_NAME = ... ;
$DB_USER = ... ;
$DB_PASS = ... ;
?>

About

Website analyzing the severity of a vulnerability in the UChicago scheduling system

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages