An exploit is a method or piece of code that takes advantage of vulnerabilities in software, applications, networks, operating systems, or hardware, typically for malicious purposes.The term "exploit" derives from the English verb "to exploit," meaning "to use something to one’s own advantage."Exploits are designed to identify flaws, bypass security measures, gain unauthorized access to systems, take control of systems, install malware, or steal sensitive data.While an exploit by itself may not be a malware, it serves as a vehicle for delivering malicious software by breaching security controls.[1] [2] [3] [4]
Exploits target vulnerabilities, which are essentially flaws or weaknesses in a system's defenses.Common targets for exploits include operating systems, web browsers, and various applications, where hidden vulnerabilities can compromise the integrity and security of computer systems.Exploits can cause unintended or unanticipated behavior in systems, potentially leading to severe security breaches.[5] [6]
Many exploits are designed to provide superuser-level access to a computer system.Attackers may use multiple exploits in succession to first gain low-level access and then escalate privileges repeatedly until they reach the highest administrative level, often referred to as "root."This technique of chaining several exploits together to perform a single attack is known as an exploit chain.
Exploits that remain unknown to everyone except the individuals who discovered and developed them are referred to as zero-day or "0day" exploits.After an exploit is disclosed to the authors of the affected software, the associated vulnerability is often fixed through a patch, rendering the exploit unusable.This is why some black hat hackers, as well as military or intelligence agency hackers, do not publish their exploits but keep them private.One scheme that offers zero-day exploits is known as exploit as a service.[7]
Researchers estimate that malicious exploits cost the global economy over US$450 billion annually.In response to this threat, organizations are increasingly utilizing cyber threat intelligence to identify vulnerabilities and prevent hacks before they occur.[8]
There are several methods of classifying exploits. The most common is by how the exploit communicates to the vulnerable software.
A remote exploit works over a network and exploits the security vulnerability without any prior access to the vulnerable system.
A local exploit requires prior access or physical access to the vulnerable system, and usually increases the privileges of the person running the exploit past those granted by the system administrator. Exploits against client applications also exist, usually consisting of modified servers that send an exploit if accessed with a client application. A common form of exploits against client applications are browser exploits. Exploits against client applications may also require some interaction with the user and thus may be used in combination with the social engineering method.
Another classification is by the action against the vulnerable system; unauthorized data access, arbitrary code execution, and denial of service are examples.
Exploitations are commonly categorized and named[9] [10] by the type of vulnerability they exploit, whether they are local/remote and the result of running the exploit (e.g. EoP, DoS, spoofing).
A zero-click attack is an exploit that requires no user interaction to operate – that is to say, no key-presses or mouse clicks.[11] FORCEDENTRY, discovered in 2021, is an example of a zero-click attack.[12] [13]
These exploits are commonly the most sought after exploits (specifically on the underground exploit market) because the target typically has no way of knowing they have been compromised at the time of exploitation.
In 2022, NSO Group was reportedly selling zero-click exploits to governments for breaking into individuals' phones.[14]
Pivoting is a technique employed by both hackers and penetration testers to expand their access within a target network. By compromising a system, attackers can leverage it as a platform to target other systems that are typically shielded from direct external access by firewalls. Internal networks often contain a broader range of accessible machines compared to those exposed to the internet. For example, an attacker might compromise a web server on a corporate network and then utilize it to target other systems within the same network. This approach is often referred to as a multi-layered attack. Pivoting is also known as island hopping.
Pivoting can further be distinguished into proxy pivoting and VPN pivoting:
Typically, the proxy or VPN applications enabling pivoting are executed on the target computer as the payload of an exploit.
Pivoting is usually done by infiltrating a part of a network infrastructure (as an example, a vulnerable printer or thermostat) and using a scanner to find other devices connected to attack them. By attacking a vulnerable piece of networking, an attacker could infect most or all of a network and gain complete control.