GithubHelp home page GithubHelp logo

Comments (4)

fdu-sec avatar fdu-sec commented on July 20, 2024

In my opinion, there are two possible reasons for the lack of crashes:

Firstly, I believe there may be an issue with the Input Processing Modeling procedure. Based on your screenshot, it appears that the fuzzer is solely utilizing the havoc mutation strategy, while other strategies, such as struct havoc, struct desc, and struct aware, are not functioning. This primarily occurs because NestFuzz cannot normally infer the input structure. To verify this hypothesis, please execute the following command:
/home/zt/libtiff-model/tools/tifsplit test.isi.tif
The test.isi.tif is a valid tiff file. Typically, this command should generate three files: test.isi.tif.json, test.isi.tif.track, and test.isi.tif.log. Please check if test.isi.tif.json and test.isi.tif.track are valid JSON files.

Secondly, to uncover vulnerabilities in the program under test, you might need to compile it with sanitizers, such as the address sanitizer. For the libtiff example, consider compiling the binary for fuzzing with ASAN.

If you wish to fuzz other programs, please follow the steps outlined in our README. Generally, you can substitute libtiff with other libraries and fuzz them using similar steps.

from nestfuzz.

zhangteng0526 avatar zhangteng0526 commented on July 20, 2024

Should it be tiffsplit instead of tifsplit?I executed the command and it showed that it was not found.But I recompiled the input processing logic program. As shown in the figure, this fuzz test should have implemented other strategies (struct havoc, struct desc and struct aware). At the same time, I used ASAN for make, But unfortunately, no crash was found using NestFuzz this time. I also used the latest version of AFL++ to fuzz test it, but after 24h, it did not find any crashes. What is the reason for this? What version of tiffsplit is in the paper? The tiffsplit I downloaded according to the readme is 4.6.0. Is it possible because of the version? I feel very strange. I will use NestFuzz to test other programs, and I hope you can help me answer my questions. Thank you for your help.
1111
22222
33333

from nestfuzz.

fdu-sec avatar fdu-sec commented on July 20, 2024

Indeed, you should use tiffsplit instead of tifsplit.
It appears that NestFuzz is working as expected now. If you wish to replicate our evaluation results, you can refer to the details in our paper regarding our benchmark programs and experiment setups.
As for the latest version of libtiff, it seems well-tested with fuzzing techniques. However, to uncover zero-day vulnerabilities, you might need to fuzz it for an extended period, such as several days, and try different fuzz drivers.

from nestfuzz.

zhangteng0526 avatar zhangteng0526 commented on July 20, 2024

Thank you for your reply. I read the article again last night and found out that it was a problem with the test version. I will remember this lesson in the future. Thank you again to the Fudan University team. I will continue to pay attention to your work!

from nestfuzz.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.