Share via

CVE-2016-2183

John Parry 0 Reputation points
2024-08-29T09:12:24.45+00:00

How do I go about remediating CVE-2016-2183? Is there a Microsoft update that now fixes the issue?

Thanks

John

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jacen Wang 1,000 Reputation points Microsoft External Staff
    2024-08-29T17:42:45.92+00:00

    Hello,

    You can try running the following command in PowerShell as an administrator to fix CVE-2016-2183:

    Disable-TlsCipherSuite -Name 'TLS_RSA_WITH_3DES_EDE_CBC_SHA'
    

    This command disables the cipher suite named TLS_RSA_WITH_3DES_EDE_CBC_SHA. The command removes the cipher suite from the list of TLS protocol cipher suites.

    References:

    How do i fix CVE-2016-2183 - Microsoft Q&A

    Disable-TlsCipherSuite (TLS) | Microsoft Learn

    Best regards

    Jacen

    ——————————————————————————————————

    If the Answer is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.