Article Details

Scrape Timestamp (UTC): 2024-08-05 13:05:29.420

Source: https://thehackernews.com/2024/08/researchers-uncover-flaws-in-windows.html

Original Article Text

Click to Toggle View

Researchers Uncover Flaws in Windows Smart App Control and SmartScreen. Cybersecurity researchers have uncovered design weaknesses in Microsoft's Windows Smart App Control and SmartScreen that could enable threat actors to gain initial access to target environments without raising any warnings. Smart App Control (SAC) is a cloud-powered security feature introduced by Microsoft in Windows 11 to block malicious, untrusted, and potentially unwanted apps from being run on the system. In cases where the service is unable to make a prediction about the app, it checks if it's signed or has a valid signature so as to be executed. SmartScreen, which was released alongside Windows 10, is a similar security feature that determines whether a site or a downloaded app is potentially malicious. It also leverages a reputation-based approach for URL and app protection. "Microsoft Defender SmartScreen evaluates a website's URLs to determine if they're known to distribute or host unsafe content," Redmond notes in its documentation. "It also provides reputation checks for apps, checking downloaded programs and the digital signature used to sign a file. If a URL, a file, an app, or a certificate has an established reputation, users don't see any warnings. If there's no reputation, the item is marked as a higher risk and presents a warning to the user." It's also worth mentioning that when SAC is enabled, it replaces and disables Defender SmartScreen. "Smart App Control and SmartScreen have a number of fundamental design weaknesses that can allow for initial access with no security warnings and minimal user interaction," Elastic Security Labs saidsaid in a report shared with The Hacker News. One of the easiest ways to bypass these protections is get the app signed with a legitimate Extended Validation (EV) certificate, a technique already exploited by malicious actors to distribute malware, as recently evidenced in the case of HotPage. Some of the other methods that can be used for detection evasion are listed below - "It involves crafting LNK files that have non-standard target paths or internal structures," the researchers said. "When clicked, these LNK files are modified by explorer.exe with the canonical formatting. This modification leads to removal of the MotW label before security checks are performed." "Reputation-based protection systems are a powerful layer for blocking commodity malware," the company said. "However, like any protection technique, they have weaknesses that can be bypassed with some care. Security teams should scrutinize downloads carefully in their detection stack and not rely solely on OS-native security features for protection in this area."

Daily Brief Summary

CYBERCRIME // Study Reveals Weaknesses in Windows Security Features

Cybersecurity researchers have identified significant vulnerabilities in Microsoft's Windows Smart App Control (SAC) and SmartScreen.

SAC, a feature of Windows 11, is designed to prevent the execution of malicious or untrusted applications by using cloud-based algorithms.

SmartScreen, introduced with Windows 10, assesses the safety of sites and downloaded applications using a reputation-based system.

The research indicates vulnerabilities that allow attackers to bypass these security measures through methods such as using legitimately signed applications with Extended Validation (EV) certificates.

Modified LNK files with unusual paths can also evade detection by altering their structure so that security features do not recognize them as threats.

While both systems provide foundational protection against common malware, their effectiveness can be diminished through specific evasion techniques recommended for increased scrutiny by security teams.

The investigation underscores the importance of not solely relying on native OS security tools to defend against advanced security threats.