Anyone Experienced C++ Vulnerabilities with Defender Recently?

0
19
Asked By TechGuru92 On

Hey fellow tech enthusiasts! I've noticed some C++ vulnerabilities popping up recently in Defender and Azure Defender for Cloud. Has anyone else experienced this during the past week?

2 Answers

Answered By CodeWhiz47 On

Yeah, I've seen those as well! I spent about an hour yesterday updating the vulnerable versions and cleaning up anything outdated.

Answered By DebuggingDynamo On

I've dealt with something like this before (using Qualys instead of Defender). Sometimes there are leftover files in the registry which can trigger detections. I found that running a command like this for each old version usually helps:

"C:ProgramDataPackage Cache{6c6356fe-cbfa-4944-9bed-a9e99f45cb7a}VC redist.x64.exe" /uninstall /quiet /norestart

Most users won't be affected, but I had one funny situation where a user kept reinstalling the VC redist because they used an old installer. It was amusing to see their frustration as I cleaned things up over several days.

SnipeHunter21 -

Awesome, good to know! I’ll definitely give that a try. Thanks for sharing!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.