Skip to content

UnionTech-Software/libtheora-CVE-2024-56431-PoC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

# Compile application source code
CFLAGS="-fsanitize=address -fsanitize=undefined -g -O1"  CXXFLAGS="-fsanitize=address -fsanitize=undefined -g -O1" LDFLAGS="-fsanitize=address" ./configure

make 

# Compile PoC source code
g++ fuzzer.cpp -o poc -I include/ lib/.libs/libtheora.a -fsanitize=address -fsanitize=undefined

# Executing the PoC
UBSAN_OPTIONS=print_stacktrace=1 ./poc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages