Vulnerability in BouncyCastle
See original GitHub issueHello,
recently we saw this: https://github.com/bcgit/bc-csharp/wiki/CVE-2020-15522
Looks like packages before BC C# .NET 1.8.6 or earlier are affected.
Can you update the code to use the latest? https://github.com/vivet/GoogleApi/blob/a0b4dab987df546bc58b815382f85c7c4b7dd722/GoogleApi/GoogleApi.csproj#L105-L108
Thank you
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (7 by maintainers)
Top Results From Across the Web
Bouncycastle : Security Vulnerabilities
The vulnerability only affects applications that use an LDAP CertStore from Bouncy Castle to validate X.509 certificates. During the certificate validation ...
Read more >Bouncy Castle crypto authentication bypass vulnerability ...
A severe authentication bypass vulnerability has been reported in Bouncy Castle, a popular open-source cryptography library.
Read more >bouncycastle vulnerabilities
Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Read more >Bouncycastle - Security Vulnerabilities in 2023 - stack.watch
In 2023 there have been 1 vulnerability in Bouncycastle with an average score of 5.3 out of ten. Bouncycastle did not have any...
Read more >Bouncy Castle and the Impact of Cryptographic Vulnerabilities
The Bouncy Castle vulnerability was a flaw in the implementation of the OpenBSDBcrypt.doCheckPassword() function.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I have fixed the issue and published an updated NuGet. It turned out that it was the continuous integration, that doesn’t create the NuGet package correctly. So, I manually published a version where the dependencies are correct.
Let me know if you have further issues.
Thanks. The package seems correct. 😃