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 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,710 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jacen Wang 960 Reputation points Microsoft Vendor
    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 Answers by the question author, which helps users to know the answer solved the author's problem.