Skip to content
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
cod-exploits/steam-auth/
cod-exploits/steam-auth/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Steam-Auth

In the function SV_SteamAuthClient, the length of the
user's authBlob is not checked to be smaller than the
allocated buffer on the stack before the call to MSG_ReadData.

Overflowing the buffer using a modified steamAuth packet
enables arbitrary code execution.

code