Skip to content

nathunandwani/shareit-cwe-789

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?
Code

Latest commit

 

Git stats

Files

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

shareit-cwe-789 - Uncontrolled Memory Allocation

CVE-2019-14941
SHAREit v4.0.6.177's unsecured channel for Windows does not check the body length from the received packet header. The body length is used to allocate memory for the expected data to be received. This could lead to resource exhaustion with the limitation of theoretically being able to allocate a maximum 2 GB of memory.

CVE-2019-15234
SHAREit v4.0.6.177's secured channel for Windows does not check the full message length from the received packet header. The full message length is used to allocate memory for the expected data to be received. This could lead to resource exhaustion with the limitation of theoretically being able to allocate a maximum 2 GB of memory.

About

Uncontrolled Memory Allocation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages