-
Notifications
You must be signed in to change notification settings - Fork 520
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
Integer overflow vulnerability in pycryptodome module #198
Comments
Legrandin
added a commit
that referenced
this issue
Aug 17, 2018
Legrandin
added a commit
that referenced
this issue
Aug 17, 2018
Thank you! This is fixed in v3.6.6. |
teeparham
pushed a commit
to teeparham/ndkale
that referenced
this issue
Apr 16, 2020
We were pinned to 3.6.1 because of Legrandin/pycryptodome#198, which is fixed in 3.6.6
This was referenced Aug 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1.Install pycryptodome module in python
2.Run the following poc
python poc.py
3.python will crash(Segmentation fault)
4.Specific vulnerability analysis reference:
https://whitehatck01.blogspot.com/2018/08/integer-overflow-vulnerability-in.html
The text was updated successfully, but these errors were encountered: