Mom Has Zero Vulnerabilities!!! Remediating the Last Four Vulnerabilities on My Mother's Computer

Subscribers:
52,800
Published on ● Video Link: https://www.youtube.com/watch?v=T8ybxEC8DbA



Duration: 27:38
208 views
5


In ths video we'll be remediating the Critical Google Chrome less than 124.0.6367.60 Multiple Vulnerabilities, Microsoft Windows Web Media Extensions Library RCE (May 2021), Microsoft Windows Update Reboot Required and Microsoft OneNote Spoofing(June 2023) vulnerabilities on my mother's machine, but there is a catch. She is 70 years old and the one with hands on keyboard. This video illiustrates the need to be able to communicate instructions clearly to the end user because not all vulnerabilites can be remediated remotely. Good communication skills are a must in Cybersecurity.

Microsoft Windows Web Media Extensions Library RCE (May 2021)
1a. Checking to see if the vulnerabile application is present on the device.

Get-AppxProvisionedPackage -online | Where-Object {$_.PackageName -eq "Microsoft.WebMediaExtensions_1.0.20875.0_neutral_~_8wekyb3d8bbwe"}

OR you can use a wildcard search.

Get-AppxProvisionedPackage -online | Where-Object {$_.PackageName -like "Microsoft.WebMediaExtensions*"}

1b. Uninstalling the application.

Get-AppxProvisionedPackage -online | Where-Object {$_.PackageName -eq "Microsoft.WebMediaExtensions_1.0.20875.0_neutral_~_8wekyb3d8bbwe"} | Remove-AppxProvisionedPackage -Online

OR using a wildcard

Get-AppxProvisionedPackage -online | Where-Object {$_.PackageName -like "Microsoft.WebMediaExtensions*"}| Remove-AppxProvisionedPackage -Online

Microsoft OneNote Spoofing(June 2023)
2a. Checking to see if the vulnerabile application is present on the device.

Get-AppxProvisionedPackage -online | Where-Object {$_.PackageName -like "Microsoft.Office.OneNote*"}

2b. Uninstalling the application.

Get-AppxProvisionedPackage -online | Where-Object {$_.PackageName -like "Microsoft.Office.OneNote*"} | Remove-AppxProvisionedPackage -Online


Join the Cybersecurity Mentorship Program Official Launch!
https://technologyinterpreters.myshopify.com/

Join this channel to get access to perks:
https://www.youtube.com/channel/UC8kz_mvNxikOvChY51C7rQQ/join

Subscribe: https://www.youtube.com/user/TechInterpreterInc?sub_confirmation=1

Social Media:
- Discord: https://discord.gg/fJUnQZSjYh
- Twitter: https://twitter.com/TechTranslators
- Twitch: https://www.twitch.tv/technologyinterpreters
- Instagram: https://www.instagram.com/TechnologyInterpreters
- Facebook: https://www.facebook.com/TechnologyInterpreters




Other Videos By Technology Interpreters


2024-06-23Tenable Vulnerability Management | Asset Tagging
2024-06-01Update your routers, firewalls, modems and switches!#cybersecurity
2024-05-22Tenable Vulnerability Management | Microsoft Internet Explorer Unsupported Version Detection Part 3
2024-05-15Tenable Vulnerability Management | Microsoft Internet Explorer Unsupported Version Detection
2024-05-05Threat and Vulnerability Management Live | Technology Interpreters
2024-05-05Tenable Vulnerability Management | Microsoft Internet Explorer Unsupported Version Detection
2024-04-25Cybersecurity Music | Check That Code
2024-04-23Threat and Vulnerability Management Live | Technology Interpreters
2024-04-22MITRE BREACHED by Nation State actor using Ivanti Connect Zero Day vulnerabilities #cybersecurity
2024-04-21Creating a Remediation Project in Tenable Vulnerability Management
2024-04-19Mom Has Zero Vulnerabilities!!! Remediating the Last Four Vulnerabilities on My Mother's Computer
2024-04-17Threat and Vulnerability Management Live | Technology Interpreters
2024-04-14Threat and Vulnerability Management Live | Technology Interpreters
2024-04-13Remediating Intel Chipset Device Software Vulnerability with Tenable, SentinelOne and PowerShell
2024-04-10Critical Microsoft Edge vulnerability that is being actively exploited it in the wild! Update now!
2024-04-09Threat and Vulnerability Management Live | Technology Interpreters
2024-04-09Remediating Microsoft 3D Builder 3D Viewer Vulnerabilities Using PowerShell w/ My 70 Year Old Mother
2024-04-07Instead of paying to recycle ♻️ an old laptop 💻, I decided to give it away. #cybersecurity
2024-04-05FREE Google Career Training! Hurry!!!! #cybersecuritytraining @GoogleCareerCertificates
2024-04-05Cybersecurity for Beginners #cybersecuritytips #cybersecurityanalyst #cybersecurity
2024-04-03Cybersecurity Mentorship Program | Tenable Vulnerability Management



Tags:
cybersecurity
threat and vulnerability management
Microsoft Windows Web Media Extensions Library RCE
Microsoft OneNote Spoofing
Microsoft Windows Update Reboot Required
Google Chrome 124.0.6367.60 Multiple Vulnerabilities
Tenable
Nessus
Nessus Agent
Microsoft