Friday, March 29, 2024

Important Security practices for users to Open Microsoft Office Documents Securely

Microsoft office documents utilized in wide by attackers to send the malicious file and then convincing the user to open the file with social engineering methods.

With Microsoft, there are several methods to exchange data between applications and the most popular one is DDE know as Dynamic Data Exchange which sends messages between applications and uses shared memory to exchange data between applications. It can be used for onetime or for continuous exchange.

Here you can see the video Tutorial for DDE Exploit done by our Team.

Hackers using this method in wild to execute malicious scripts and to compromise victims. Microsoft released best security practices on how to safely open Office documents that contain Dynamic Data Exchange and strongly recommends to review the security feature.

In an email attack scenario, an attacker could leverage the DDE protocol by sending a specially crafted file to the user and then convincing the user to open the file, typically by way of an enticement in an email. Microsoft said.
The attacker would have to convince the user to disable Protected Mode and click through one or more additional prompts. As email attachments are a primary method an attacker could use to spread malware, Microsoft strongly recommends that customers exercise caution when opening suspicious file attachments.

Recent MS office Remote Code Execution Vulnerability allows an attacker to take complete control of infected Windows Operating System and this vulnerability has been affected with all version of Microsoft Office. It was addressed by Microsoft with security advisory CVE-2017-11826.

Also Read Exploiting Windows Using Microsoft Office DDE Exploit (MACROLESS)

Mitigations for DDE attack – Microsoft

Microsoft Excel

Excel heavily depends on DDE to open documents, Microsoft suggests disabling Disable automatic update of Workbook Links to prevent auto updates from Excel including DDE, OLE.

If you disable Auto update then data will not be up to date, so the user needs to feed data manually. Applies to Office 2007, 2010, 2013, 2014.

To disable the DDE feature via the user interface:

Set File->Options->Trust Center->Trust Center Settings…->External Content->Security settings for Workbook Links = Disable automatic update of Workbook Links.

To disable the DDE feature via the Registry Editor:

[HKEY_CURRENT_USER\Software\Microsoft\Office\<version>\Excel\Security]
WorkbookLinkWarnings(DWORD) = 2

Microsoft Word – Office documents

For Office 2010 and above

[HKEY_CURRENT_USER\Software\Microsoft\Office\<version>\Word\Options]
DontUpdateLinks(DWORD)=1

For Office 2007

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word\Options\vpref]
fNoCalclinksOnopen_90_1(DWORD)=1

Microsoft Outlook

For Office 2010 and above

[HKEY_CURRENT_USER\Software\Microsoft\Office\<version>\Word\Options\WordMail]
DontUpdateLinks(DWORD)=1

For Office 2007

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word\Options\vpref]
fNoCalclinksOnopen_90_1(DWORD)=1

With windows 10 after fall creator update Windows Defender Exploit Guard able to block DDE-based malware within Attack Surface Reduction according to Microsoft.
Website

Latest articles

Beware Of Weaponized Air Force invitation PDF Targeting Indian Defense And Energy Sectors

EclecticIQ cybersecurity researchers have uncovered a cyberespionage operation dubbed "Operation FlightNight" targeting Indian government...

WarzoneRAT Returns Post FBI Seizure: Utilizing LNK & HTA File

The notorious WarzoneRAT malware has made a comeback, despite the FBI's recent efforts to...

Google Revealed Kernel Address Sanitizer To Harden Android Firmware And Beyond

Android devices are popular among hackers due to the platform’s extensive acceptance and open-source...

Compromised SaaS Supply Chain Apps: 97% of Organizations at Risk of Cyber Attacks

Businesses increasingly rely on Software as a Service (SaaS) applications to drive efficiency, innovation,...

IT and security Leaders Feel Ill-Equipped to Handle Emerging Threats: New Survey

A comprehensive survey conducted by Keeper Security, in partnership with TrendCandy Research, has shed...

How to Analyse .NET Malware? – Reverse Engineering Snake Keylogger

Utilizing sandbox analysis for behavioral, network, and process examination provides a foundation for reverse...

GoPlus’s Latest Report Highlights How Blockchain Communities Are Leveraging Critical API Security Data To Mitigate Web3 Threats

GoPlus Labs, the leading Web3 security infrastructure provider, has unveiled a groundbreaking report highlighting...
Guru baran
Guru baranhttps://gbhackers.com
Gurubaran is a co-founder of Cyber Security News and GBHackers On Security. He has 10+ years of experience as a Security Consultant, Editor, and Analyst in cybersecurity, technology, and communications.

Mitigating Vulnerability Types & 0-day Threats

Mitigating Vulnerability & 0-day Threats

Alert Fatigue that helps no one as security teams need to triage 100s of vulnerabilities.

  • The problem of vulnerability fatigue today
  • Difference between CVSS-specific vulnerability vs risk-based vulnerability
  • Evaluating vulnerabilities based on the business impact/risk
  • Automation to reduce alert fatigue and enhance security posture significantly

Related Articles