Skip to content

OSS-Fuzz integration #17

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

Open
guidovranken opened this issue Jan 10, 2021 · 2 comments
Open

OSS-Fuzz integration #17

guidovranken opened this issue Jan 10, 2021 · 2 comments

Comments

@guidovranken
Copy link

My project (https://github.com/guidovranken/cryptofuzz) fuzzers cryptographic libraries and it has support for cifra.

We can run a cifra fuzzer on OSS-Fuzz (https://github.com/google/oss-fuzz) but this requires that the project is being maintained. Is this the case?

@ctz
Copy link
Owner

ctz commented Jan 10, 2021

This project is passively maintained: I don't have immediate plans to add new features, but will fix bugs.

@guidovranken
Copy link
Author

That's great to hear; new features are not necessary, only bugfixes. Are you interested in running cifra on OSS-Fuzz? You don't need to do anything, except address bugs.

The first bug I found is memory corruption when using a SHA3 family hash with HMAC (or PBKDF2). This is also what #14 seems to be reporting. I can provide a compilable proof of concept if you like. Are you willing to address this bug?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants