CVE-2022-3602 and System.Security.Cryptography.OpenSsl #77864
-
There's a security advisory of an important OpenSSL vulnerability between version 3.0 and fixed in 3.7. Is there a way to determine if the System.Security.Cryptography.OpenSsl.dll file included in most of my .NET6 applications after doing a publish is affected? The versioning is using a different number. |
Beta Was this translation helpful? Give feedback.
Answered by
huoyaoyuan
Nov 4, 2022
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Dunge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System.Security.Cryptography.OpenSsl
is a managed assembly that invokes openssl.I don't believe .NET runtime ships a copy of OpenSSL, since it's listed as a dependency.