Forum Discussion
Update OpenSSL recommendation
Hi sumo83,
unfortunately, I’m not sure if manual upgrading of OpenSSL to a newer version will help with the references you mentioned.
You should use this article as an official guide:
New OpenSSL v3 vulnerability: prepare with Microsoft Defender for Cloud - Microsoft Community Hub
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)
Has anyone found any other solutions to this?
- AllisonHutchenceNov 22, 2023Copper Contributor
tophneal I am struggling with the same. I found several articles - and using the following powershell command (make sure to run powershell as an admin) - I was able to narrow in on where I have OpenSSL on our machines.
Get-childItem libssl* -Recurse -ErrorAction SilentlyContinue | select versioninfo -ExpandProperty versioninfo | sort ProductVersion,Filename | ft -auto
The culprits for us are:
Webex
Zoom
PowerBI Desktop
Salesforce ODBC drivers installed by default in Office
OneDrive
And 2 locations within c:\windows\system32\driverstore\filerepository which seem to be linked to the Intel Trusted Connect Service Client
I uninstalled Webex, Zoom, and PowerBI Desktop. I deleted the Salesforce ODBC drivers. OneDrive appears to updated itself overnight even though I have the same version this morning as I did last night - that is no longer showing up in my list. I am left with the two locations for the Intel Trusted Connect Service Client and I am still looking for how I can update that. I found this article - Surface Go update history - Microsoft Support - which seems to indicate the Nov 2022 update took care of updating the Intel Trusted Connect service client. I don't have a surface go - but I did just go through the steps in the article and it did find an update for the chipset. I'm going to reboot and see if that did anything - as of now - nothing changed.
- sumo83Nov 22, 2023Iron Contributorcool... great info... Will have a look at this... Thanks a lot for sharing this
- AllisonHutchenceNov 22, 2023Copper ContributorThe chipset update that was discovered via the Surface app still didn't update the Intel Trusted Connect client files. I found this article - https://support.microsoft.com/en-us/surface/download-drivers-and-firmware-for-surface-09bb2e09-2a4b-cb69-0951-078a7739e120 - that had where I could download the Surface Laptop 5 updates manually - and according to the Nov. 2023 update history - the Intel connect should have been updated - https://support.microsoft.com/en-us/surface/surface-laptop-5-update-history-9dc3d957-f661-454f-9a59-7db5ea52edac. Still showing those files are the old OpenSSL version. Beyond frustrating!