Giter Club home page Giter Club logo

Comments (4)

Enkelmann avatar Enkelmann commented on June 1, 2024

Thanks for finding all these cases for us! :-) I will add more comments as I go through the list.

tigerdeep

The Rust library goblin, that we use to parse ELF files is throwing an error, that it cannot parse the file. After updating the dependency to the newest version one gets a better error message as to why: Apparently, the ELF file contains some non-utf8 characters in section names where goblin expects utf8. This is either a bug in the goblin library or a malformed ELF file. One would probably have to read up what the ELF file standard says to find out which one of the two it is.

from cwe_checker.

Enkelmann avatar Enkelmann commented on June 1, 2024

xfwm4, tmux and btrfs-image

Here we also get an error when parsing the binary with goblin. Since I also get a lot of warnings when using readelf on the same binary, I am assuming that the ELF file is malformed and thus simply out-of-scope for the cwe_checker for now.

from cwe_checker.

Enkelmann avatar Enkelmann commented on June 1, 2024

Bash

Yes, the problem lies with Ghidra here. If this also happens with the newest Ghidra version, would you file an issue in the Ghidra repository for that? Thanks! :-)

cherrytree

This looks like a bug contained in the cwe_checker. I will edit this comment when I have pinpointed the root cause.
Edit: Found it. It is an error in the code that parses the Ghidra output into the cwe_checker. I should be able to fix this next week.

from cwe_checker.

Enkelmann avatar Enkelmann commented on June 1, 2024

The bug uncovered by the cherrytree binary was fixed in PR #251. For the other binaries the failures are either due to malformed ELF files (which at least for the near future are out-of-scope for the cwe_checker) or the bug in question is not contained in the cwe_checker itself (the bash binary), I am closing the issue. Feel free to reopen if I overlooked some cwe_checker-specific problem!

from cwe_checker.

Related Issues (20)

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.