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

cannot repro #2

Open
bwolmarans opened this issue Mar 17, 2022 · 3 comments
Open

cannot repro #2

bwolmarans opened this issue Mar 17, 2022 · 3 comments

Comments

@bwolmarans
Copy link

Screen Shot 2022-03-16 at 7 47 47 PM

@huolong1992
Copy link

image
me too ! My openssl version is 1.1.1d
But after I upgrade to version 1.1.1n, it will trigger an infinite loop

@frakman1
Copy link

@huolong1992 huolong1992

That's strange because I am using openssl 1.1.1d on my Pi as well and it hangs forever when I run it:

pi@bridge:~/git/CVE-2022-0778 $ openssl version
OpenSSL 1.1.1d  10 Sep 2019
pi@bridge:~/git/CVE-2022-0778 $ ./my_bad_sqrt
p = 697
a = 696
^C

@drago-96
Copy link
Owner

It really depends on the distribution's package manager...

For example, on Ubuntu 20 the OpenSSL version is named "1.1.1f", but has several minor revisions by mantainers, and in particular the latest one patches this vulnerability.

@bwolmarans you can try to downgrade the OpenSSL package with apt install openssl=1.1.1f-1ubuntu2.11 if you want to reproduce this.

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

4 participants