Showing posts with label Updating. Show all posts
Showing posts with label Updating. Show all posts

Thursday, 16 March 2023

2 Zero day fixed in March 2023 (CVE-2023-23397 & CVE-2023-23401)

Microsoft has released an important security update for Outlook and Windows SmartScreen as part of its March 2023 Patch Tuesday. The update fixes two critical vulnerabilities that are being actively exploited by cybercriminals.

The first vulnerability (CVE-2023-23397) affects all supported versions of Microsoft Outlook for Windows. It allows attackers to use specially crafted email messages or calendar invitations to steal your login credentials without even knowing your password. The attack works by exploiting a flaw in how Outlook handles HTML content embedded in emails or invitations. By sending you a malicious email or invitation, an attacker can trick Outlook into sending your credentials to a remote server controlled by them.

The second vulnerability (CVE-2023-23401) affects Windows SmartScreen, a feature that helps protect you from malicious websites and downloads. It allows attackers to bypass SmartScreen's security checks and execute arbitrary code on your computer. The attack works by exploiting a flaw in how SmartScreen handles certain file types that can be downloaded from the internet. By convincing you to download and open a malicious file, an attacker can run any code they want on your computer.

Both vulnerabilities are rated as critical by Microsoft and have been exploited in the wild by unknown threat actors. Therefore, it is highly recommended that you update your Outlook and Windows SmartScreen as soon as possible to protect yourself from these attacks.

You need to update your Outlook and Windows SmartScreen as soon as possible but in the short term Consider blocking outbound network traffic to TCP port 445 if you can. If you don’t need to authenticate to external servers (or you can create a definitive allow list of servers that you need to access, and block all others), then preventing server connection traffic is a sensible precaution anyway. (Microsoft lists this as an official mitigation.)

Remember to always keep your software up to date and avoid opening suspicious emails or files from unknown sources. Stay safe online!

Friday, 30 July 2021

VM Application aware back up fails on a 2012 R2 DC Guest (Event Id: 8229 VSS seen on Guest) on a 2016 host

This one was odd and I don't have the full history but got passed a call were Altaro was warning that an application aware backup was not possible and it was falling back to crash consistent.  As it was a DC server ideally it should be application aware.

The DC was Windows 2012 R2 running on 2016 Hyper-V server.  All the settings looked good and running Windows backup within the guest was able to backup with no issues.

Every time Altaro tried to take a back up with application the guest logged an event with id 8229 and an error code of 0x800423f4.

This appears to be an issue with the integrated servers triggering the backup within the guest and has an update that resolves the issue.  Has to be installed on the guest.

KB5001088: "BackupComplete" event message is not received when backing up Windows Server 2012 or Server 2012 R2 VMs residing on Windows Server 2016 or Server 2019 host (microsoft.com)

Tuesday, 2 February 2021

Sophos AV Cloud Clear local update cache and force an update

  1. Disable Tamper Protection
  2. Press the keys Windows + R.
  3. Type services.msc then press Enter.
  4. Stop Sophos AutoUpdate Service.
  5. Rename the following folders:
    C:\ProgramData\Sophos\AutoUpdate\Cache\decoded
    C:\ProgramData\Sophos\AutoUpdate\data\Warehouse

    to

    C:\ProgramData\Sophos\AutoUpdate\Cache\decoded_old
    C:\ProgramData\Sophos\AutoUpdate\data\Warehouse_old 
  6. Delete the file SophosUpdateStatus.xml that is located at

    C:\ProgramData\Sophos\AutoUpdate\data\status.

  7. Start Sophos AutoUpdate Service.
  8. Open the Sophos Endpoint Agent user interface.
  9. Click About followed by the Update Now button.
  10. Once the update is completed, confirm the Last update time has changed and that it shows a green checkmark.
Note: These steps will trigger a pending reboot alert for Sophos once completed.