Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swfmill swf2xml denial of service (OOM) #41

Open
lcatro opened this issue Jun 12, 2017 · 2 comments
Open

swfmill swf2xml denial of service (OOM) #41

lcatro opened this issue Jun 12, 2017 · 2 comments
Labels

Comments

@lcatro
Copy link

lcatro commented Jun 12, 2017

Crash File : https://raw.githubusercontent.com/lcatro/My_PoC/master/swfmill/swf2xml_dead_loop

Trigger : ./swfmill swf2xml ./swf2xml_dead_loop

it will alloc a lot of memory until this process get kill

Crash Detail :

libfuzzer@libfuzzer-virtual-machine:~/fuzzing/swfmill/src$ ./swfmill swf2xml ./swf2xml_dead_loop 
WARNING: size specified in SWF (1751646321) != filesize (73), using filesize-8.
buf is nonzero in byteAlign() @8
WARNING: end of tag PlaceObject2 is @35, should be @40
kill
@djcsdy
Copy link
Owner

djcsdy commented Jun 16, 2017

Thanks!

I think if you’re going to fuzz swfmill you’re going to find a lot of issues like this :-). The code is not brilliant and it’s pretty much permanently stuck at alpha quality.

Anyway, I will look into it.

@djcsdy djcsdy added the bug label Jun 16, 2017
@lcatro
Copy link
Author

lcatro commented Jun 17, 2017

@djcsdy I see last issue is 2016 year before me at github and my issus will correct product crash .Recently I'm try to fuzzing some open source project until i found it .

Anyway ,you did a good job ..

@lcatro lcatro closed this as completed Jul 23, 2017
@djcsdy djcsdy reopened this Sep 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants