Monday, December 4, 2023

Beware of New Campaign that Delivers Sophisticated Malware Through PDF Files

Recently, the security experts at HP Wolf Security have discovered a new way to use PDF attachments to distribute malware via the internet. In this case, malicious Word documents are delivered through PDF attachments.

It is rather uncommon to receive malicious email attachments in PDF format, as all most often malicious emails are delivered as docx or xls files with embedded malware-loading macros. 

Threat actors are turning to other methods to deploy malicious macros and evade detection as people become aware of the danger of opening Microsoft Office attachments containing malicious macros.

Implanting Malicious Word Docs in PDFs

It appears that the email body of the PDF document that arrived by email is filled with vague promises. While the PDF is named “Remittance Invoice,” and based on its title and contents, it appears that the recipient will receive payment. 

The DOCX file contains the same content as the PDF file, therefore Adobe Reader prompts the user to open the DOCX file, which might be confusing to the victim.

The Open File prompt below provides the following information because the threat actors named the embedded document “has been verified”:-

If you receive this message, you would probably feel comfortable opening the file as it has been legitimately validated by Adobe and can be opened safely.

Although malware analysts utilize tools like parsers and scripts to inspect embedded files in PDFs, the average user wouldn’t even know how to start looking at them or know where to start if they receive these tricky e-mails.

A DOCX file is usually opened in Microsoft Word by users in most cases rather than a different program. So, if macros are enabled, DOCX files in Microsoft Word will be downloaded into RTF format from a remote resource.

In the Word file, there is a command embedded with the URL for where the payload is located, which will result in the download of the RTF.

Old RCE Exploitation

It is found that an OLE object has been malformed in the RTF file titled “f_document_shp.doc”, which makes it difficult to analyze. 

HP’s analysts were able to determine that it attempts to exploit a vulnerability in Microsoft Equation Editor in order to run arbitrary code after some targeted reconstruction is done.

In this case, the shellcode is exploiting the following vulnerability:-

  • CVE-2017-11882

Despite being fixed in November 2017, Equation Editor still exhibits a remote code execution vulnerability that must be dealt with immediately if not removed.

You can follow us on LinkedinTwitterFacebook for daily Cybersecurity and hacking news updates.

Website

Latest articles

Active Attacks Targeting Google Chrome & ownCloud Flaws: CISA Warns

The CISA announced two known exploited vulnerabilities active attacks targeting Google Chrome & own...

Cactus Ransomware Exploiting Qlik Sense code execution Vulnerability

A new Cactus Ransomware was exploited in the code execution vulnerability to Qlik Sense...

Hackers Bypass Antivirus with ScrubCrypt Tool to Install RedLine Malware

The ScrubCrypt obfuscation tool has been discovered to be utilized in attacks to disseminate the RedLine Stealer...

Hotel’s Booking.com Hacked Logins Let Attacker Steal Guest Credit Cards

According to a recent report by Secureworks, a well-planned and advanced phishing attack was...

Critical Zoom Vulnerability Let Attackers Take Over Meetings

Zoom, the most widely used video conferencing platform has been discovered with a critical...

Hackers Using Weaponized Invoice to Deliver LUMMA Malware

Hackers use weaponized invoices to exploit trust in financial transactions, embedding malware or malicious...

US-Seized Crypto Currency Mixer Used by North Korean Lazarus Hackers

The U.S. Treasury Department sanctioned the famous cryptocurrency mixer Sinbad after it was claimed...

API Attack Simulation Webinar

Live API Attack Simulation

In the upcoming webinar, Karthik Krishnamoorthy, CTO and Vivek Gopalan, VP of Products at Indusface demonstrate how APIs could be hacked.The session will cover:an exploit of OWASP API Top 10 vulnerability, a brute force account take-over (ATO) attack on API, a DDoS attack on an API, how a WAAP could bolster security over an API gateway

Related Articles