Home Blog Page 28

Researchers Uncover Vulnerabilities in Microsoft’s Azure App

Microsoft Azure App, Zero-Day Vulnerability

Security experts disclosed a critical vulnerability in Microsoft’s Azure App Service that could expose the source code of users’ applications written in Java, Node, PHP, Python, and Ruby programming languages. The vulnerability is now fixed after Wiz researchers reported the issue to Microsoft.  A report from Wiz states that, the vulnerability dubbed NotLegit has been active since September 2017 and has probably been exploited in the wild.

“The only applications that were not impacted by this security flaw are IIS-based applications. Microsoft emailed different notifications to all impacted users based on their configuration between December 7th-15th, 2021,” the report said.

Also Read: Microsoft Fixes 6 Zero-day Flaws in December 2021 Patch Tuesday Update

Microsoft stated that the vulnerability triggers when users unintentionally configure the .git folder to be created in the content root, putting them at risk for information disclosure. The technology giant said that the vulnerability could have affected a few users. “Customers who deployed code to App Service Linux via Local Git after files were already created in the application were the only impacted customers,” said Microsoft.

Mitigation

Microsoft took the following steps after the vulnerability was disclosed:

  • Updated all PHP images to disallow serving the .git folder as static content as a defense-in-depth measure.
  • Notified customers impacted due to the activation of in-place deployment with specific guidance on how to mitigate the issue. We also notified customers who had the .git folder uploaded to the content directory.
  • Updated our Security Recommendations documentwith an additional section on securing source code. We also updated the documentation for in-place deployments.

“All a malicious actor had to do was to fetch the ‘/.git’ directory from the target application and retrieve its source code. Malicious actors are continuously scanning the internet for exposed Git folders to collect secrets and intellectual property. Besides the possibility that the source contains secrets like passwords and access tokens, leaked source code is often used for further sophisticated attacks,” Wiz researcher Shir Tamari said.

Microsoft Warns of Active Directory Flaws

Microsoft recently asked organizations and users to immediately patch two Active Directory domain service privilege escalation security vulnerabilities. Tracked as CVE-2021-42287 and CVE-2021-42278, these vulnerabilities allow threat actors to takeover Windows domains. While the technology giant fixed these flaws during the November 2021 Patch Tuesday, a proof-of-concept tool exploiting the vulnerabilities was publicly disclosed. Read More Here

CISA Announces Scanner for Apache Log4j RCE Vulnerabilities

CISA, CISA Log4j scanner

In an attempt to assist organizations, The Cybersecurity and Infrastructure Security Agency (CISA) has announced the release of a scanner for identifying web services impacted by the Apache Log4j remote code execution (RCE) vulnerabilities.

Tracked as CVE-2021-44228 and CVE-2021-45046, the Apache Log4j vulnerabilities have had a cascading impact on the digital landscape. The ubiquitous presence of Java has resulted in the impact being felt in all things Internet.

As reiterated, several companies use the Log4j library worldwide to enable the logging and configuration of a wide set of applications. The Log4j flaw allows hackers to run any code on vulnerable machines or hack into any application directly using the Log4j framework.

“Log4j-scanner is a project derived from other members of the open-source community by CISA’s Rapid Action Force team to help organizations identify potentially vulnerable web services affected by the Log4j vulnerabilities,” said CISA.

Log4j has been touted as the most indiscriminate security flaw discovered to date. A simple code has resulted in the most complex attack ever witnessed in the last few decades.

Prakash Advani, CEO, picoNETS, explained how the lapse occurred. “Log4j is a modular, open-source logging library that is designed to add logging and log management functionality to any project that wants to build in this functionality without developing it from scratch. The Original Java Development Kit (JDK) didn’t have a logging API; hence Log4j and other similar libraries were created, and over time, Log4J became one of the most popular among them. The Log4j library is used by hundreds of thousands of projects, both commercial and open source, including major projects such as Elasticsearch, Kafka, Flink and other frameworks. It is especially popular as a foundational component of major Java-based enterprise applications as they embed this into their application.”

The scanner will to make the systems administrator teams’ tasks less challenging while scouting for the vulnerability. As Log4j may be in multiple places, it may be embedded into other third-party applications or components, so knowing what to patch may not be very straightforward for a server administrator.

Since its disclosure, CISA has actively notified and guided organizations about the Log4j vulnerability. Some initiatives and resources are:

How PYSA and Lockbit are Dominating the Ransomware Landscape

Ransomware attacks, LockBit Ransomware

The cybercriminal landscape increases quickly with various kinds of ransomware variants and attacks. The NCC group’s report states, the number of ransomware attacks reported in November 2021 has been increased by 1.9% compared to October 2021.

The Emergence of New Ransomware Groups

NCC Group found a 50% increase in organizations targeted by a new ransomware PYSA, with a 400% rise in government sector victims. In November, the report identified PYSA and Lockbit ransomware groups dominating the cyberthreat landscape. Since August this year, Conti and Lockbit have been the top threat groups, but PYSA overtook Conti with an increase of 50% in November. Meanwhile, the prevalence of Conti decreased by 9.1%.

The Rise of PYSA and Lockbit  

The FBI’s Cyber Division issued an alert warning about an uptick in cyberattacks against higher education institutions and K-12 schools, delivering the PYSA ransomware. Active since March 2020, the PYSA ransomware is a malware that exfiltrates users’ data and encrypts critical files on their systems. Also known as Mespinoza, the PYSA group leverages double-extortion techniques to target victims. The group reportedly targeted educational institutions in 12 U.S. states and the U.K., compromising sensitive information before encrypting the victims’ systems to blackmail them for ransom.

The LockBit gang operates as a ransomware-as-a-service (RaaS) model appointing affiliates and malicious insiders to carry out intrusion activities. The group has been working on Russian-language cybercrime forums since January 2020.

Regions Affected

According to the analysis, the most targeted regions in November by ransomware operators are North America and Europe, with 154 and 96 victims, respectively. In North America, organizations in the U.S. suffered 140 of these attacks, while Canada sustained 14. In Europe, the top targeted countries included the U.K. and France, with Italy and Germany sharing third place. Each of these countries experienced 32, 14, and 11 attacks in November. Also, the most targeted sector in November includes automotive, housing, entertainment, and retail businesses.

Expert Opinion: Key Questions About Log4j Answered

log4j

Sysadmins and DevOps had a demanding 2020 due to the pandemic. They are always on the alert for new things cropping up, however, Log4j is not something that a simple patch can solve. To make things more complicated, it’s the holiday season, and IT teams are usually short-staffed during this time of the year. Right from Apple to Google, this bug has kept everyone awake.

By Prakash Advani, CEO, picoNETS, and Rajeev RK, CTO, picoNETS

How did it happen?

Log4j is a modular, open-source logging library that is designed to add logging and log management functionality to any project that wants to build in this functionality without developing it from scratch. The Original Java Development Kit (JDK) didn’t have a logging API hence Log4j and other similar libraries were created, and over time, Log4J became one of the most popular among them. The Log4j library is used by hundreds of thousands of projects, both commercial and open-source, including major projects such as Elasticsearch, Kafka, Flink and other frameworks. It is especially popular as a foundational component of major Java-based enterprise applications as they embed this into their application.

Read CISO MAG’s coverage of Log4j flaw here.

How are hackers exploiting this zero-day vulnerability?

The vulnerability works in ways very similar to an SQL injection attack. Basically, when data needs to be written into log files, it is passed through various portions of the Log4J framework, before finding its way into the final log destination. Some of these components have the ability to process special strings in the log data and trigger certain actions based on them. One such action is misused in this attack, which may force the server running Log4J to connect to a malicious data source (like an LDAP server under the attacker’s control) and use it pass executable code (Java Classes) back to the server, which then executes them as if they were local. This malicious class then can potentially install a backdoor or allow the attacker to compromise the server and steal the data or misuse server resources for his own ends.

The Apache Software Foundation has already said the severity is now critical. If it isn’t fixed, it could lead to a data breach. Many bots are now searching websites for vulnerabilities, so enterprises are strongly advised to fix them.

A new ransomware family called Khonsari is taking advantage of this vulnerability and attaching systems that are not patched. Also, this vulnerability can be used to force the system to mine cryptocurrencies. So just patching the servers may not be enough, as some backdoors may have already been deployed in the duration that the vulnerability was active.

What mitigation strategies can be applied?

Customers using an Application Firewall (like a WAF integrated with a CDN) would usually be protected from this. CDN’s are typically the first line of defense against public data coming into servers (ingress data). However, many times, app developers consider logging data streams as low bandwidth/value streams and don’t route it through CDNs. In this case, the developers will need to fix this both by patching Log4J and by disabling the remote data pathways everywhere except for in the specific parts of the application where they are legitimately used.

The challenge is that Log4j may be in multiple places; it may be embedded into other third-party applications or components, so knowing what to patch may not be very straightforward for a server administrator. Especially if it is integrated into third-party components, you are dependent on the component or module author to release a patched version before you can update the same on your servers.

How is the open-source community reacting?

The open-source community takes security very seriously. Whenever there are vulnerabilities found, they are able to fix it quickly. A typical zero-day bug like this usually has a patch or mitigation ready in a matter of hours or days, and downstream users can start applying the patches/mitigations without waiting for the typical bug-fix/patch release cycles typically followed by most commercial software vendors. The big advantage of open source is that many more organizations and independent developers and security experts can review the code, find bugs faster and help fix them.

For example, Jfrog has already released an open-source tool to scan for this vulnerability.


About the Authors

Prakash AdvaniPrakash Advani is the CEO and Rajeev RK is the CTO at picoNETS, a deep edge CDN.  picoNETS is happy to help customers with Log4j concerns. Prakash is a serial entrepreneur, advisor, mentor, and jury member. He has been a Jury member with INSEAD Venture Competition, NASSCOM Product Conclave, IIT E-Summit, and Dewang Mehta IT Awards. He has mentored startups through Reliance GenNext Hub, Conquest BITS Pilani, and as an Entrepreneur-in-Residence with INSEAD.

Rajeev RKRajeev RK is an Opensource evangelist with over 25 years of experience in free and open source technologies and platforms. An Alumnus of Troy University, Rajeev is a Red Hat Certified Engineer. He has worked extensively as OpenSource Consultant and Trainer. He is also the creator of the Bihar Public Grievance Redressal System, winner of the Web Ratna Silver Icon Award, 2012. As our  Chief Technology Officer, he brings with his particular expertise in solution architecture and the integration of diverse technologies across various verticals.

Disclaimer

Views expressed in this article are personal. The facts, opinions, and language in the article do not reflect the views of CISO MAG and CISO MAG does not assume any responsibility or liability for the same.

New Phishing Campaign Luring Users With Fake Surveys and Giveaways

phishing campaign, Smishing attacks

Security experts from Group-IB disclosed a new global cyberespionage phishing campaign targeting users in over 90 countries, including the U.S.,  Canada, South Korea, and Italy. It stated that that the campaign mimicked more than 120 global organizations.

The scammers leveraged various tactics like fake surveys and brand impersonation to harvest users’ personal and financial information.

Fake Surveys for Lead Generation

Attackers tricked victims by sending fake invitations to participate in a survey, citing that the user would get a prize. The survey link diverted the victim to a hacker-controlled phishing page that captured users’ sensitive data such as full name, email, postal address, phone number, bank card data, expiration date, and CVV.

Also Read: U.S. Consumers Lost $148 million to Gift Card Scams in 2021

Group-IB found that fraudsters leveraged various digital marketing tools like contextual advertising, legal and completely rogue sites, SMS, mailouts, and pop-up notifications to lure the victims. “To attract users to the final scam websites, scammers register look-alike domain names to the official ones. They were also seen adding links to the calendar and posts on social networks less frequently. After clicking the targeted link, a user gets in the so-called traffic cloaking, which enables cybercriminals to display different content to different users, based on certain user parameters,” Group-IB said.

Over 10 million people were reportedly affected by this scam, with estimated damage totaling about $80 million per month.

Countries Affected

According to Group-IB’s analysis, the most affected countries in this campaign include Europe (36.3%), Africa (24.2%), and Asia (23.1%). The majority of brands targeted in the campaign belong to the U.S.(20), Canada (9), South Korea (7), Italy (5), Serbia (5), and Singapore (5). Besides, Group-IB detected over 60 different scam networks that operate targeted links containing around 70 domain names.

“Just a couple of years ago, online scams were focused on the scale: by indiscriminately targeting users, fraudsters tried to ensure that at least someone would take the bite. Over time, as scam awareness was growing, fewer and fewer people fell prey to such schemes, which made it much more difficult for cybercriminals to make money. They started to explore new ways that would meet their financial ambitions. This triggered the scamdemic and the diversity of various fraudulent schemes that we observe today,” said Dmitriy Tiunkin, Group-IB Head of Digital Risk Protection, Europe.

Iranian Nation-State Adversaries Exploit Log4j Flaw Against Israeli Firms

Log4j, Iranian Ransomware Actors, SpoofedSccholars, second-tier targets, NIOPDC

Ever since the Apache Log4j flaw (CVE-2021-44228) was disclosed, cybercriminals looked for opportunities to exploit it and bypass security protections. Security experts from Check Point recently revealed that an Iranian threat actor group, dubbed Charming Kitten, targeted multiple Israeli firms by exploiting the Log4Shell bugs. Check Point researchers claimed that they identified communications between a server used by the Charming Kitten group and their targets in Israel.

“The Iranian hacking group (commonly associated with the local regime), named Charming Kitten or APT 35, is behind an attempt to exploit the Log4j vulnerability against seven targets in Israel (from the government and business sector) in the last 24 hours. The scope of this attack was between 6 am -4 pm PST (1600-0200 TLV time). There’s no evidence for the group’s related activity on targets outside of Israel. Our reports of the last 48 hours prove that both criminal hacking groups and nation-state actors are engaged in the exploration of this vulnerability, and we should all assume more such actors’ operations are to be revealed in the coming days,” Check Point said.

Also Read: Log4j Explained: How It Is Exploited and How to Fix It

Conti ransomware operators also abused the Log4j flaw to access the internal VMware vCenter Server and encrypt vulnerable devices. The researchers stated that Conti ransomware became the first sophisticated ransomware group weaponizing Log4j vulnerability.

Earlier, a similar Iranian hacker group Siamesekitten targeted IT and telecom companies in Israel with supply-chain attacks. The group reportedly imitated HR personnel to lure unwitting users with fake job offers. Security researchers also uncovered a cyberespionage campaign linked to an Iranian hacker group Rampant Kitten targeting expats and dissidents in Iran for almost six years. The campaign targeted government dissidents, including resistance group Mujahedin-e Khalq, the Azerbaijan National Resistance Organization, Iranian minorities, and other anti-regime organizations to exfiltrate sensitive information from their Windows systems, Telegram apps, and SMSes.

“Melding IT and OT Systems Can Create New Attack Vectors and Surfaces”

IT and OT

The world is more connected than ever. Rapid digitalization has created enormous potential for enterprises, given the connectedness of billions of IoT devices. The priorities of the cybersecurity C-suite have also seen a shift, with CISOs and CIOs strategizing separate security programs for information technology (IT) and operational technology (OT). The IT and OT integration trend is not new; it streamlines the processes and increases efficiency. However, the IT-OT confluence also widens risk and leaves systems vulnerable to cyberattacks.

In an exclusive interview with Pooja Tikekar, Sub Editor, CISO MAG, Richard Bussiere, Technical Director for APAC at Tenable, discusses the fundamentals of IT and OT and the security challenges posed by the IT-OT convergence.

Bussiere is the Technical Director for APAC at Tenable. Based in Singapore, he is responsible for evangelizing the criticality of cyber hygiene and vulnerability management as a continuous process to enhance an organization’s security posture.

Bussiere is also responsible for Tenable’s operational technology offering in the region, consulting with operators of critical infrastructure to bolster their defensive position.

Bussiere holds five patents related to networking and network security. He is also an active participant in the Institute of Electrical and Electronics Engineers and Internet Engineering Task Force working groups.

Edited excerpts of the interview follow:

In the last couple of years, disruptive technologies in the realm of information technology have seen rapid growth. IoT is among the most-hyped technologies that could reshape the way companies operate, especially after COVID-19 and with the increased adoption of 5G networks. What is the layer of complexity that active IoT adoption adds to cybersecurity threats? How does it broaden the attack surface for organizations?

Every single added device increases the threat surface as it provides an additional vector for attack. Couple this with the fact that many IoT devices are designed to a low-cost point, meaning that the processing power and level of testing from a security perspective is frequently not up to the mark. Finally, the internal components of IoT devices often are derived as “white box” solutions from a single vendor; hence they will have the same security vulnerabilities. We saw exactly this with the Mirai botnet in 2016.

The second issue is 5G, which brings “more and faster” – more things connected at higher bandwidths. So, we have the fact that we are increasing the value of the networks by making them faster and adding more things to it, which increases the “value” of the network to an attacker. The confluence of 5G and wide use of IoT naturally leads to a large population of vulnerable devices.  Managing this enhanced risk will become a challenge.

Intelligent devices are now being indirectly connected to critical infrastructure and controlled/monitored through secure remote access. These intelligent devices serve as the eyes and glue by which future smart city initiatives will be linked together. Information from these intelligent devices will be fed to the cloud for processing and analysis, or fed to entities such as utilities directly for real-time decision-making. This means that malicious manipulation of vulnerable IoT devices may lead to incorrect information being fed to users and decision-makers of critical infrastructure, creating an indirect attack vector. Furthermore, this introduces new portals for an attack due to the convergence of IT and OT operations.

While IT manages data or the flow of digital information, operation technology (OT) is responsible for managing the operation of machines or physical processes. Could you explain the IT-OT concept in detail?

Let’s first establish a differentiating fact between IT and OT. In IT, the data is the product. In OT, the data itself is of little value – it is a means to control a physical process, the end result of the physical process being the product.

The convergence of the data side of the business with the operational technology side has revolutionized our critical infrastructure. This connectivity can remove the need for a physical person to be on-site to manually make changes, and instead use remote access to adjust settings whenever and wherever necessary. Beyond this, when we consider initiatives such as Industry 4.0, we introduce more real-time interaction between the machinery of production (OT) and external entities such as suppliers, customers, logistics, etc. Supporting such initiatives requires real-time information from the OT environment. Essentially IT-OT convergence improves efficiency, enables predictive maintenance, and reduces downtime. Unfortunately, the downside of this penetration of IT into OT environments exposes the OT world to more risks than in the past by introducing additional attack vectors.

In IT, data must be protected at all costs, whereas, for OT, the most critical aspect is to protect the operations of the business. Do you think incident detection and response in an OT environment is different from an IT environment?

The primary objective of IT security is to ensure that the confidentiality, integrity, and availability of data are preserved. Whereas in OT, the primary focus is the safety of life, limb and property, the availability of the process, and the quality of the output of the process. That said, the concepts of cybersecurity practiced within IT can have great value within the OT world. Consider the fact that OT environments are not only composed of programmable logic controllers (PLCs), but up to 50% of these environments consist of IT devices such as Windows and Linux computers that host Digital Control Systems (DCS) and an ever-growing inventory of Internet of Things. When deployed inside the plant, these devices can expose operations to the same threats and vulnerabilities that would be seen outside the plant. The reality in today’s converged IT-OT environment is that OT operators must learn and apply fundamental cybersecurity practices to improve and maintain their KPIs of Safety, Availability, and Quality.

Industry 4.0 is revolutionizing the global manufacturing landscape. However, the pandemic is telling of the fact that the manufacturing sector faces supply chain disruptions. How can the IT-OT merger counter supply chain attacks?

Maintain visibility across the board but understand how an attack against a partner or supplier could impact your organization. The solution to gaining this understanding is to have continuous monitoring and threat intelligence relating to the full supply chain and risk-based vulnerability management.

Prioritize inventory management by knowing whether suppliers maintain optimal cyber hygiene. This plays a vital role in identifying the threat landscape but given the huge number of suppliers, starting early on in a relationship is key.

Having an environmental baseline that includes accurate asset inventory, and an understanding of business processes, traffic flows and dependency mappings is essential to establishing where trust relationships exist and where a zero-trust model should be implemented. In doing so, business leaders can use zero-trust to ensure communications within supply chains are secure and from approved and trusted users.

It is important to identify who has access to privileged accounts and ensure the appropriate level of privilege is decided for each role within the organization. Implementing identity access management and encrypting all internal data can make it difficult for cybercriminals to establish backdoors to infiltrate during a supply-chain attack.

The manufacturing sector in India grew by 49.6% in Q1 2021, compared to a 36% drop in Q1 2020, indicating that it is one of the most attractive sectors for cybercriminals. How can manufacturers in India bridge the knowledge gaps arising out of IT-OT convergence? And how can the C-suite ensure the successful implementation of industrial cybersecurity?

The most significant thing that would help IT and OT teams work together effectively is education and mutual understanding. IT personnel must understand some fundamentals of operational technology, and similarly, OT personnel need to learn IT security essentials. These enablement exercises, in conjunction with cohesive and comprehensive business-driven security policies, will go a long way towards facilitating the necessary level of protection for business-critical production-oriented assets.

Business-level oversight and C-suite leadership enable both sides to collaborate effectively. Increasingly, organizations are taking senior, experienced engineers from OT business units and assigning them to support incident response within the security teams. This creates an environment where both IT and OT teams can collaborate effectively.

What are some of the security challenges posed due to the integration of IT-OT?

Melding IT and OT systems can create new attack vectors and surfaces. Since IT and OT environments are often interconnected, an attack originating from an IT network can move laterally to the OT environment and vice versa.

One of the biggest challenges that arise from convergence is that OT environments frequently have relatively obsolete and unpatched software present. This is an artifact of how OT needs to work. If a given system is functioning properly, then the tendency would be to leave it alone rather than take the risk that implementing the patch will cause an unanticipated malfunction. So, as IT and OT continue to converge, the legacy OT devices are exposed to risks that they were not exposed to in the past.

Apart from IT-OT, tell us your top three cybersecurity predictions for 2022.

  • 5G will increase our dependence on digital infrastructure

5G rollouts in APAC will bring with them an exponential increase in our ability to interconnect intelligent devices reliably and at high speed. This will lead to a rapid acceleration of e-commerce and the emergence of intelligent cities and infrastructures. We also see intelligent devices being connected to utilities – for example, solar cells reporting to the operator how much power they are injecting into the grid. The benefits are very tangible, as are the enhanced risks. 5G increases our dependence on our digital infrastructures, amplifying the negative impact on society when this infrastructure malfunctions or is the victim of a cyberattack. As we embrace 5G, we must also carefully consider the resilience and security of the systems that will utilize this game-changing technology.

  • The future of shift-left security is infrastructure-as-code

Now that cloud adoption has rapidly increased and organizations embrace the flexibility that cloud-native provides, it is vital to find and fix every bug before deployment. By the time software reaches run-time, it is already too late. That is why detection will move from reactive to proactive in 2022, as CISOs increasingly recognize that security teams do not have to wait for infrastructure to be created to discover and mitigate vulnerabilities in code.

  • Colonial Pipeline set the table for improvement

Attacks like Colonial Pipeline made security tangible for non-security professionals. Every board of directors is now interested in knowing the cyber risk to their company. Stakeholders are more invested than ever, and Congress/policymakers are no exception. If the government and private sector acknowledge their shared priorities and work together toward a more secure world, 2022 will bring a promising climate for improvement.


About the Author

Pooja Tikekar is the Sub Editor at CISO MAG, primarily responsible for quality control. She also presents C-suite interviews and writes news features on cybersecurity trends.

More from the author.

New Zero Day in ManageEngine Desktop Central Servers Identified

ManageEngine Desktop Central, FBI

FBI issued an alert revealing that APT actors have been actively exploiting a zero-day vulnerability – CVE-2021-44515 – on ManageEngine Desktop Central servers.

The APT actors compromised the Desktop Central servers to drop a webshell that overrides a genuine function of Desktop Central. “The actor then downloads post-exploitation tools, enumerating domain users and groups conducting network reconnaissance, attempts lateral movement, and dumps credentials. The CVE-2021-44515 has been rated critical by Zoho. It addresses an authentication bypass vulnerability in the software that allows an adversary to bypass authentication and execute arbitrary code on Desktop Central servers,” the FBI said.

The Exploits

  • DLL sideloading
  • Executing “live off the land” tools, e.g. bitsadmin
  • Network scanning, e.g. nbtscan, nb.exe
  • Powershell for command execution
  • Persistence through Windows Service
  • Downloading staged post-exploitation tools from other victim infrastructure
  • Credential dumping, e.g. Mimikatz, comsvcs.dll, WDigest downgrade and pwdump

Mitigations

If organizations detect any activity related to these IOCs within their network, they are suggested to act immediately.

Zoho released a ManageEngine Desktop Central Security Advisory for the newly identified vulnerability CVE-2021-44515 on December 3, 2021.

In October 2021, the Cybersecurity and Infrastructure Security Agency (CISA) and FBI had warned about ongoing exploitation of the vulnerability in Zoho’s ManageEngine ServiceDesk Plus product. Tracked as CVE-2021-44077, the unauthenticated remote code execution vulnerability was known to affect all ServiceDesk Plus versions up to and including version 11305.

See also: FBI and CISA Warn About Actively Exploited Vulnerability in Zoho

Webshell Attack on a Rise

Per Microsoft, webshells are pervasive and popular with attackers due to their effectiveness and simple code. “A webshell is typically a small piece of malicious code written in typical web development programming languages (e.g., ASP, PHP, JSP) that attackers implant on web servers to provide remote access and code execution to server functions,” Microsoft said.

As a point of entry, the attackers install webshells on servers by exploiting security gaps, typically vulnerabilities in web applications and internet-facing servers. “These attackers scan the internet, often using public scanning interfaces like shodan.io, to locate servers to target. They may use previously fixed vulnerabilities that unfortunately remain unpatched in many servers, but they are also known to quickly take advantage of newly disclosed vulnerabilities,” explained Microsoft.

With these simple and hard-to-detect attack vectors, the security gaps continue to be exploited for months and are only discovered when they have more than made their presence felt.

Microsoft Warns of Active Directory Vulnerabilities

CISA vulnerabilities, Microsoft Vulnerabilities, HP Device Manager Susceptible to Dictionary Attacks

Microsoft has urged organizations and users to immediately patch two Active Directory domain service privilege escalation security vulnerabilities. Tracked as CVE-2021-42287 and CVE-2021-42278, these vulnerabilities allow threat actors to takeover Windows domains. While the technology giant fixed these flaws during the November 2021 Patch Tuesday, a proof-of-concept tool exploiting the vulnerabilities was publicly disclosed.

Microsoft stated that attackers could penetrate a Domain Admin user in an Active Directory environment by combining these two vulnerabilities. The flaws reportedly enable remote hackers to elevate their privilege to that of a Domain Admin once they compromise a regular user in the domain.

“As Defender for Identity’s mission is to secure Active Directory and your environment against advanced and sophisticated identity threat attacks, our research team reacted fast and published a query that can be used to identify suspicious behavior leveraging these vulnerabilities. This query can help detect abnormal device name changes (which should rarely happen to begin with) and compare them to a list of domain controllers in your environment,” Microsoft said in an advisory.

However, Microsoft recommended organizations and users fix the vulnerabilities by applying the updates as soon as possible to avoid any security risks.

Finding Compromised Devices

To identify whether your systems are affected due to these vulnerabilities, Microsoft recommended the following:

  • The sAMAccountName change is based on event 4662. Make sure to enable it on the domain controller to catch such activities.
  • Open Microsoft 365 Defender and navigate to Advanced Hunting.
  • Copy the following query (which is also available in the Microsoft 365 Defender GitHub Advanced Hunting query).
  • Replace the marked area with the naming convention of your domain controllers.
  • Run the query and analyze the results which contain the affected devices. You could use Windows Event 4741to find the creator of these machines if they were newly created.
  • We recommend investigating these compromised computers and determining that they haven’t been weaponized.

Microsoft Release December 2021 Patch

Microsoft recently issued security patches for 67 CVEs in its December 2021 Patch Tuesday update. Of 67 vulnerabilities, 60 were deemed important, and seven were critical. Six zero-day vulnerabilities have also been fixed, being exploited in the wild. The December 2021 Patch Tuesday update resolved vulnerabilities affecting Microsoft Office, Microsoft PowerShell, the Chromium-based Edge browser, the Windows Kernel, Print Spooler, and Remote Desktop Client.

Joker Malware Resurfaces; Over 500,000 Android Users Affected

joker malware, joker, malware, Android malware

Breaking into users’ devices via malicious applications is one of the common tactics used by malware authors. Recently, security experts from Pradeo uncovered a malicious mobile app available for download on Google Play, which was installed by more than 500,000 Android users. The malicious app, dubbed Color Message, reportedly infects the targeted devices with Joker malware. The application is suspected to be linked to  Russian servers.

“Our analysis of the Color Message application through the Pradeo Security engine shows that it accesses users’ contact list and exfiltrates it over the network. Simultaneously, the application automatically subscribes to unwanted paid services unbeknownst to users. To make it difficult to be removed, the application has the capability to hides it icon once installed,” Pradeo said.

Color Message Installs Joker

The Joker malware, which first surfaced in 2017, is categorized as fleeceware. It was one of the most commonly infected types of Android malware used in carrying-out billing frauds and spying. It was extensively used in stealing SMS messages, contact lists, and device information. Since then, the Joker malware has been prevalent in several cybercriminal activities under various names.

Also Read: How to Secure Your Mobile Apps

The main activity of Joker malware is to simulate clicks and intercept SMS to subscribe to unwanted paid premium services unrecognized to users. Pradeo researchers stated that Joker malware extends its reach discreetly, evading security scans.

“The application’s very concise terms and conditions are hosted on an unbranded one-page blog and do not disclose the extent of the actions the app can perform on users’ devices. One of the victims has even tried reaching out to the application’s developer through the comment section of the legal page, other users are directly complaining about the fraud in the comment section of the app on the store,” Pradeo added.

How to Spot Malicious Apps

Even with multiple security checks and scans in place, several counterfeit and malicious apps remain undetected and make their way to the Play Store. Here are a few security tips to spot fake and malicious mobile applications:

  • Check for Discrepancies in the App Icon
  • Observe App and its Developer’s Name
  • Watch the Download Count
  • Screenshots and Reviews
  • App Publish/Update Date and Permissions

Read our detailed report here