kevmap

Techniques › T1189

T1189 Drive-by Compromise

initial access — Identity Provider, Linux, macOS, Windows · attack.mitre.org · JSON

1
MITRE detection strategy
4
analytics
3
Sigma rules tagged attack.t1189
21
KEV CVEs mapped here
<p>Adversaries may gain access to a system through a user visiting a website over the normal course of browsing. Multiple ways of delivering exploit code to a browser exist (i.e., Drive-by Target), including:</p>
    <li>A legitimate website is compromised, allowing adversaries to inject malicious code</li><li>Script files served to a legitimate website from a publicly writeable cloud storage bucket are modified by an adversary</li><li>Malicious ads are paid for and served through legitimate ad providers (i.e., Malvertising)</li><li>Built-in web application interfaces that allow user-controllable content are leveraged for the insertion of malicious scripts or iFrames (e.g., cross-site scripting)</li>
<p>Browser push notifications may also be abused by adversaries and leveraged for malicious code injection via User Execution. By clicking "allow" on browser push notifications, users may be granting a website permission to run JavaScript code on their browser.</p><p>Often the website used by an adversary is one visited by a specific community, such as government, a particular industry, or a particular region, where the goal is to compromise a specific user or set of users based on a shared interest. This kind of targeted campaign is often referred to a strategic web compromise or watering hole attack. There are several known examples of this occurring.</p><p>Typical drive-by compromise process:</p><p>1. A user visits a website that is used to host the adversary controlled content. 2. Scripts automatically execute, typically searching versions of the browser and plugins for a potentially vulnerable version. The user may be required to assist in this process by enabling scripting, notifications, or active website components and ignoring warning dialog boxes. 3. Upon finding a vulnerable version, exploit code is delivered to the browser. 4. If exploitation is successful, the adversary will gain code execution on the user's system unless other protections are in place. In some cases, a second visit to the website after the initial scan is required before exploit code is delivered.</p><p>Unlike Exploit Public-Facing Application, the focus of this technique is to exploit software on a client endpoint upon visiting a website. This will commonly give an adversary access to systems on the internal network instead of external systems that may be in a DMZ.</p>

KEV CVEs mapped to this technique · CTID Mappings Explorer

CVEVendor / productMapping typeStateAdded
CVE-2025-6558Google Chromium exploitation technique Mapped2025-07-22
CVE-2025-6554Google Chromium V8 exploitation technique Mapped2025-07-02
CVE-2025-5419Google Chromium V8 exploitation technique Mapped2025-06-05
CVE-2025-24201Apple Multiple Products exploitation technique Mapped2025-03-13
CVE-2024-38112Microsoft Windows exploitation technique Mapped2024-07-09
CVE-2024-5274Google Chromium V8 exploitation technique Mapped2024-05-28
CVE-2024-4947Google Chromium V8 exploitation technique Mapped2024-05-20
CVE-2024-4671Google Chromium exploitation technique Mapped2024-05-13
CVE-2023-43770Roundcube Webmail exploitation technique Mapped2024-02-12
CVE-2023-7024Google Chromium WebRTC exploitation technique Mapped2024-01-02
CVE-2012-5054Adobe Flash Player exploitation technique Mapped2022-06-08
CVE-2010-1297Adobe Flash Player exploitation technique Mapped2022-06-08
CVE-2015-0310Adobe Flash Player exploitation technique Mapped2022-05-25
CVE-2015-8651Adobe Flash Player exploitation technique Mapped2022-05-25
CVE-2014-8439Adobe Flash Player exploitation technique Mapped2022-05-25
CVE-2015-0313Adobe Flash Player exploitation technique Mapped2022-04-13
CVE-2012-2034Adobe Flash Player exploitation technique Mapped2022-03-28
CVE-2016-7855Adobe Flash Player exploitation technique Mapped2022-03-03
CVE-2016-1019Adobe Flash Player exploitation technique Mapped2022-03-03
CVE-2015-3043Adobe Flash Player exploitation technique Mapped2022-03-03
CVE-2010-0188Adobe Reader and Acrobat exploitation technique Mapped2022-03-03

Detection strategy · ATT&CK Enterprise v19.2

Sigma rules · SigmaHQ da9bb07d64, tag attack.t1189

Author: Sohan G (D4rkCiph3r) · 2023-04-05 · logsource: product=macos category=process_creation · 0250638a-2b28-4541-86fc-ea4c558fa0c6
Detects suspicious child processes spawned from browsers. This could be a result of a potential web browser exploitation.
Techniques: T1189T1203T1059
Author: Florian Roth (Nextron Systems) · 2017-10-25 (modified 2022-08-08) · logsource: category=proxy · 4922a5dd-6743-4fc2-8e81-144374280997
Detects a flashplayer update from an unofficial location
Author: Saw Win Naung, Nasreddine Bencherchali · 2021-08-15 (modified 2022-06-14) · logsource: category=webserver · 65354b83-a2ea-4ea6-8414-3ab38be0d409
Detects XSS attempts injected via GET requests in access logs
Techniques: T1189