How to update Curl version to 8.4.0?

Anonymous
2023-11-05T04:38:45+00:00

From our security scan we have a higher vulnerability of curl version 7.68 on Windows server 2022 and the recommended to fix the vulnerability is to update curl to 8.4.0 or above version . Please have a look and advise.

Regard,

Hamimu.

Windows for business Windows Server Devices and deployment Set up, install, or upgrade

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

15 answers

Sort by: Most helpful
  1. Anonymous
    2023-11-20T14:46:22+00:00

    or install this months security rollup which include it!

    4 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-11-30T15:33:44+00:00

    HELP --- I did what you suggested and now my updates will not install. SFC is saying that the curl.exe files are corrupt!

    HELP Please

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2023-12-01T02:02:01+00:00

    After running the command "DISM /Online /Cleanup-Image /RestoreHealth" as an administrator, restart your computer. Then run the command "sfc /scannow" to see if the issue resolved.

    0 comments No comments
  4. Anonymous
    2024-03-20T11:36:14+00:00
    1. Download the latest version of Curl from the official website. - is this the official website? - https://curl.se/windows/ if so why not remove the mystery here, people are fearful of the results google ai offers them (including me)
    2. Extract the downloaded file to a folder on your Windows Server. - wait, I wanted this for the user computers, not the server - so now I am left wondering if this is the right set of directions for a local computer.
    0 comments No comments
  5. Anonymous
    2024-03-20T11:49:12+00:00

    You should avoid doing any of these workarounds as they generally have to be constantly undone and redone to avoid breaking Windows Updates. DISM is a method that can be used to undue such workarounds.

    The update to curl 8.4.0 was already provided in November 2023 cumulative updates on November 14, 2023. So as long as your servers and client devices have updates through November 2023 or newer, the updated curl will already be installed.

    C:\Users\Windows10>curl -V

    curl 8.4.0 (Windows) libcurl/8.4.0 Schannel WinIDN

    Release-Date: 2023-10-11

    Protocols: dict file ftp ftps http https imap imaps pop3 pop3s smtp smtps telnet tftp

    Features: AsynchDNS HSTS HTTPS-proxy IDN IPv6 Kerberos Largefile NTLM SPNEGO SSL SSPI threadsafe Unicode UnixSockets

    0 comments No comments