thank you for the info.... I'm wondering... for example a VM that I run in AZURE and shows the below:c:\packages\plugins\microsoft.azure.security.monitoring.azuresecuritywindowsagent\1.8.0.76\libcrypto-1_1-x64.dllc:\packages\plugins\microsoft.azure.security.monitoring.azuresecuritywindowsagent\1.8.0.76\libssl-1_1-x64.dllc:\packages\plugins\microsoft.guestconfiguration.configurationforwindows\1.29.44.0\dsc\gc\libcrypto-1_1-x64.dllc:\packages\plugins\microsoft.guestconfiguration.configurationforwindows\1.29.44.0\dsc\gc\libssl-1_1-x64.dllWill manual upgrading of openssl to newer version help with those references? Or do I somehow update them? Answer from sumo83 on techcommunity.microsoft.com
🌐
Serverpronto
serverpronto.com › kb › page.php
Update OpenSSL
... and upload it to your server. or you may command wget http://www.openssl.org/source/openssl-1.0.1g.tar.gz (This was the latest version at the moment we wrote this article) ... Go to openssl-1.0.1g directory # make clean # ./config shared –prefix=/usr –openssldir=/usr/local/openssl # make && make test # make install 4. Done 5. Check the if you you have the latest version. Thus the openssl is updated ...
Discussions

How do I update OpenSSL on Windows 10 from 1.1.1h to 1.1.1o - Stack Overflow
I have been researching how to update OpenSSL on windows 10 and can't seem to find a clear answer. I currently have 1.1.1h and am looking to upgrade to 1.1.1o because of CVE-2021-3711. If anyone kn... More on stackoverflow.com
🌐 stackoverflow.com
How to update openssl?
Our system indicates the necessity to patch OpenSSL to address vulnerabilities. However, there is no standalone installation of OpenSSL; it is integrated within the applications we utilize. Is there a solution to patch OpenSSL in this scenario? Kindly… More on learn.microsoft.com
🌐 learn.microsoft.com
1
8
November 29, 2023
updating openSSL throughout?
Are you asking how to remediate security vulnerabilities in the OpenSSL you have on your servers? Simple, keep everything updated - both clients and servers. There is no security workaround that will allow you to avoid keeping client machines updated. Maybe I missed your real question? Having done RCA level debugging in SSL connections in the enterprise environment, I'd love to help. However, "various issues" doesn't give me anything to go on to help you. Can you give us more details? More on reddit.com
🌐 r/WindowsServer
2
0
May 20, 2024
OpenSSL Updates for all of our devices but different versions of OpenSSL/Apps
There is no resolution that will make it go away from the vulnerability dashboard that someone undoubtedly is pestering you about. What you are looking at is some dynamically linked libraries that contain some cryptographic functions that the applications in question make use of in some way or another. Building upon open source like this makes sense, since the alternative would be for everyone to spend time and resource on doing their own likely error-prone cryptographic implementation. Can you just compile your own OpenSSL dll files and use them to swap the allegedly vulnerable ones? Depends on the app. Sometimes it goes OK, sometimes it breaks the app. Someone is not very likely to stage a man-in-the-middle attack on microsoft windows photos. If the DLL is not in your systems PATH variable, then other applications on the system cannot make use of the DLL unless they address the exact path it is in. A better approach is to open a conversation with whoever is pestering you about the vulnerability scores. Explain that MS Defender will report on components on harddrive with CVE's, but it will NOT be able to determine for you which of these are exploitable. Thus, spending resources chasing a clean sheet in a vulnerability dashboard is a rather large waste of time. In fact, if you have a security team on your throat about CVE's in a dashboard, then ask them to help you prioritize the ones that are exploitable. More on reddit.com
🌐 r/DefenderATP
7
3
August 19, 2024
People also ask

How do I install OpenSSL on Windows?
Download the Win64 installer, verify SHA256 with certutil, run the installer, add the bin folder to PATH, then run openssl version.
🌐
openssl-windows.github.io
openssl-windows.github.io
OpenSSL for Windows — Safe Win64 Download, Setup & Guides
Why is openssl not recognized after installing?
The bin folder is not on PATH or you have not opened a new terminal. Add C:\Program Files\OpenSSL-Win64\bin to PATH and open a new window.
🌐
openssl-windows.github.io
openssl-windows.github.io
OpenSSL for Windows — Safe Win64 Download, Setup & Guides
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 1656766 › openssl-upgrade-on-windows-servers
OpenSSL upgrade on windows servers - Microsoft Q&A
However, the version number in the OPs question is in line with the version numbers for OPENSSL. ... In that case the answer is fairly standard... download the newest version to a test server, run it, and see if it installs.
🌐
Shining Light Productions
slproweb.com › products › Win32OpenSSL.html
Win32/Win64 OpenSSL Installer for Windows - Shining Light Productions
Businesses Secure Cloud Load Balancing (See the Donations section on this page to get your business here)
🌐
Cloudzy
cloudzy.com › home › blog › security & networking › how to install openssl on windows 10 & 11
How to Install OpenSSL on Windows 10 & 11 · Cloudzy Blog
September 21, 2025 - For users managing multiple OpenSSL ... approach involves uninstalling the current version through Windows Add/Remove Programs, then downloading and installing the latest version from the official sources....
🌐
Openssl-windows
openssl-windows.github.io › install-openssl-windows-server.html
Install OpenSSL on Windows Server 2019 / 2022 — Step-by-Step
May 20, 2026 - Step-by-step guide to install OpenSSL on Windows Server 2019 and 2022. Download, verify, install, add to PATH, configure for all users and verify the installation.
Find elsewhere
🌐
Stack Overflow
stackoverflow.com › questions › 72266514 › how-do-i-update-openssl-on-windows-10-from-1-1-1h-to-1-1-1o
How do I update OpenSSL on Windows 10 from 1.1.1h to 1.1.1o - Stack Overflow
Since we're talking about Windows, I think each application that uses OpenSSL probably comes with its own copy, which could be in a DLL file or directly linked into an EXE. Which specific applications are you concerned about? How do you know you have 1.1.1h and how did you install that? ... @DavidGrayson: historically native Windows apps did that, but Win10 up has WSL where the library handling and update methods are the same as a selected Unix distro, and all versions of Win (at least NT up) have had other Unix-like schemes such as gnuwin32 and cygwin/mingw/mingw64 each with their own library scheme.
🌐
Hostnoc
hostnoc.com › home › guide › how to install openssl on windows? [complete 64-bit and 32-bit guide]
How To Install OpenSSL On Windows? 64-bit And 32-bit Guide
June 24, 2024 - Download the installer: Visit the official OpenSSL website at openssl.org, then navigate to a trusted third-party distributor like slproweb.com that provides pre-compiled Windows binaries.
Top answer
1 of 1
4

Hello

I’m Adeyemi and I’d be happy to help you with your question.

Updating OpenSSL when it's integrated within applications can be a bit tricky, but it's not impossible. Here are some general steps you can follow:

  1. Identify the Applications: Determine which applications on your system are using OpenSSL. This might require checking the documentation or contacting the software vendor.
  2. Check for Updates: Many applications bundle OpenSSL and will provide updates that include updated versions of OpenSSL when they become available. Check the software vendor's website or contact them directly to see if they have released an update.
  3. Recompile the Application: If the application's source code is available, and it's feasible, you could recompile the application with the updated OpenSSL library. This is a more technical approach and requires some knowledge of programming and compilation.
  4. Use a Package Manager: If you're using a package manager like vcpkg, you can update just OpenSSL and nothing else. This might not be applicable in all scenarios, especially if the application statically links OpenSSL.

If none of the above options are viable, your best bet would be to contact the vendor of the software and inquire about their plans for addressing the OpenSSL vulnerability.

Remember, it's crucial to test all changes in a safe and reversible manner, ideally in a non-production environment first. Always backup your data before making such updates.

I hope this helps.

Give back to the community. Help the next person who has this issue by indicating if this reply solved your problem. Click Yes or No below.

Kind regards, Adeyemi

🌐
OpenSSL for Windows
openssl-windows.github.io
OpenSSL for Windows — Safe Win64 Download, Setup & Guides
Update OpenSSL · Windows Server · Generate RSA key · Generate CSR · Self-signed cert · Check certificate · Convert PFX → PEM · Test SSL connection · Commands cheat sheet · PowerShell guide · Not recognized fix · Fix libcrypto.dll · FIPS notes ·
🌐
OpenSSL
openssl.org
OpenSSL
“We believe everyone should have access to security and privacy tools, whoever they are, wherever they are or whatever their personal beliefs are, as a fundamental human right.”
🌐
Reddit
reddit.com › r/defenderatp › openssl updates for all of our devices but different versions of openssl/apps
r/DefenderATP on Reddit: OpenSSL Updates for all of our devices but different versions of OpenSSL/Apps
August 19, 2024 -

Hi there,

Is there a way to update OpenSSL for all devices that updates all of the different versions of OpenSSL that specific apps use?

Defender gives me vulnerabilities to file paths and it would be something like:

microsoft.windows.photos_2024.11070.31001.0_x64\libcrypto-3-x64.dll

Then I go to the Microsoft store to update the Windows Photos App but there is no update for it? This is the same issue for multiple applications. A lot points to libssl-3 or libcrypto but from different apps like git or azure CLI or visual studio 2022 even tho git and visual studio 2022 is updated.

I have been banging my head against this for months now. Could someone please share some insight on how to resolve this?

I would appreciate it so much! Thanks in advance.

Top answer
1 of 4
6
There is no resolution that will make it go away from the vulnerability dashboard that someone undoubtedly is pestering you about. What you are looking at is some dynamically linked libraries that contain some cryptographic functions that the applications in question make use of in some way or another. Building upon open source like this makes sense, since the alternative would be for everyone to spend time and resource on doing their own likely error-prone cryptographic implementation. Can you just compile your own OpenSSL dll files and use them to swap the allegedly vulnerable ones? Depends on the app. Sometimes it goes OK, sometimes it breaks the app. Someone is not very likely to stage a man-in-the-middle attack on microsoft windows photos. If the DLL is not in your systems PATH variable, then other applications on the system cannot make use of the DLL unless they address the exact path it is in. A better approach is to open a conversation with whoever is pestering you about the vulnerability scores. Explain that MS Defender will report on components on harddrive with CVE's, but it will NOT be able to determine for you which of these are exploitable. Thus, spending resources chasing a clean sheet in a vulnerability dashboard is a rather large waste of time. In fact, if you have a security team on your throat about CVE's in a dashboard, then ask them to help you prioritize the ones that are exploitable.
2 of 4
2
We are seeing the same thing and I have not yet found a solution, i was hoping the windows updates would take care of things that are Microsoft published but we have not seen the vulnerabilities decrease.
🌐
Atlassian Community
community.atlassian.com › q&a › confluence › questions › how to upgrade openssl to 3.1.4
How to upgrade OpenSSL to 3.1.4
January 4, 2024 - Download the new version as a zip (instead of .exe) from https://kb.firedaemon.com/support/solutions/articles/4000121705-openssl-3-1-3-0-and-1-1-1-binary-distributions-for-microsoft-windows
Top answer
1 of 2
1

Hello Jane,

Your case is not related to Windows for Business or Windows 365 Enterprise. What you are dealing with is an application dependency issue around OpenSSL versions on Windows. Winget installs the latest OpenSSL binaries into a system path, but applications do not automatically switch to using them. Each program either links statically to its own bundled OpenSSL libraries or dynamically loads them from a specific path. That means even if you have the newest OpenSSL installed globally, older applications may still be calling their embedded or outdated DLLs.

To verify which version is actually being used, you need to inspect the binaries that the application loads. On Windows, the most reliable way is to use Process Explorer from Sysinternals. Launch the application, open Process Explorer, and check the loaded modules under the process. If you see libssl-1_1.dll or libcrypto-1_1.dll, note the file path. That path tells you whether the program is using the system-installed OpenSSL or its own copy. You can also run openssl version from the command line to confirm the version of the OpenSSL binary you installed via Winget, but that only confirms the global installation, not what each application is consuming.

There is no single command line that forces all applications to use the new OpenSSL. Each application must either be updated by its vendor to link against the newer libraries, or you must replace the older DLLs in the application’s directory with the updated ones though this is risky and not recommended unless the vendor explicitly supports it. The best practice is to update the applications themselves to versions that are compiled against the latest OpenSSL.

I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

Domic Vo.

2 of 2
0

To ensure that your applications are using the new version of OpenSSL after updating, you can follow these steps:

  1. Check OpenSSL Version: You can verify the installed version of OpenSSL by running the following command in your command line:
       openssl version
    
    This command will display the version of OpenSSL currently in use.
  2. Verify Application Dependencies: For applications that depend on OpenSSL, you may need to check their documentation or use specific commands to see which version of OpenSSL they are linked against. This can vary by application, but many applications will have a command-line option to display version information.
  3. Check for Multiple Versions: If you suspect that multiple versions of OpenSSL are installed, you can check the paths of the OpenSSL binaries in your system. Use the following command to find all instances of OpenSSL:
       where openssl
    
    This will show you the locations of the OpenSSL executables, and you can verify if the correct version is being used.
  4. Update Environment Variables: Ensure that your system's PATH environment variable points to the directory of the new OpenSSL installation. This can help ensure that applications use the correct version.
  5. Testing Applications: After updating, test your applications to ensure they function correctly. If they fail or report issues related to OpenSSL, they may still be referencing an older version.

By following these steps, you can confirm that your applications are using the updated version of OpenSSL and mitigate any vulnerabilities associated with older versions.

🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 1345660 › openssl-was-not-installed-separately-from-the-micr
OpenSSL was not installed separately from the Microsoft Windows 10 OS. Will Microsoft be incorporating an update to OpenSSL in September 2023's Cumulative Update? Patching separately is not the right answer. - Microsoft Q&A
If OpenSSL was not originally included as part of the Windows 10 installation and you require updates for it, you might need to obtain those updates separately from the OpenSSL project itself or from the vendor that provides the software utilizing OpenSSL.
🌐
MonoVM
monovm.com › blog › windows › install openssl on windows: complete step-by-step guide
Install OpenSSL on Windows: Complete Step-by-Step Guide
December 9, 2025 - You must update manually, but it’s easy. Perform a new OpenSSL Windows download from a trusted provider. ... Follow the same steps from the Windows OpenSSL setup guide. ... You now have everything you need to confidently install OpenSSL on ...
🌐
GitHub
github.com › actions › runner-images › issues › 12676
[Windows-2022] Openssl version will be updated to version 3.* on 2025-10-06 · Issue #12676 · actions/runner-images
July 30, 2025 - Breaking changes Openssl will be updated from version 1.1.1 to version 3.* on Windows 2022 image. Target date Image deployment will start on 2025-10-06 and will take 3-4 days. The motivation for the changes We'd like to keep images up-to...
Author   actions