kevmap

TechniquesT1499 › T1499.004

T1499.004 Application or System Exploitation

impact — Windows, IaaS, Linux, macOS · attack.mitre.org · JSON

1
MITRE detection strategy
4
analytics
3
Sigma rules tagged attack.t1499.004
2
KEV CVEs mapped here
<p>Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users. Some systems may automatically restart critical applications and services when crashes occur, but they can likely be re-exploited to cause a persistent denial of service (DoS) condition.</p><p>Adversaries may exploit known or zero-day vulnerabilities to crash applications and/or systems, which may also lead to dependent applications and/or systems to be in a DoS condition. Crashed or restarted applications or systems may also have other effects such as Data Destruction, Firmware Corruption, Service Stop etc. which may further cause a DoS condition and deny availability to critical information, applications and/or systems.</p>

KEV CVEs mapped to this technique · CTID Mappings Explorer

CVEVendor / productMapping typeStateAdded
CVE-2025-27363FreeType FreeType secondary impact Mapped2025-05-06
CVE-2015-3043Adobe Flash Player primary impact Mapped2022-03-03

Detection strategy · ATT&CK Enterprise v19.2

Sigma rules · SigmaHQ da9bb07d64, tag attack.t1499.004

Author: Florian Roth (Nextron Systems) · 2017-02-28 (modified 2021-11-27) · logsource: service=apache · 1da8ce0b-855d-4004-8860-7d64d42063b1
Detects a segmentation fault error message caused by a crashing apache worker process
Techniques: T1499.004
Audit CVE Event criticaltest
Author: Florian Roth (Nextron Systems), Zach Mathis · 2020-01-15 (modified 2022-10-22) · logsource: product=windows service=application · 48d91a3a-2363-43ba-a456-ca71ac3da5c2
Detects events generated by user-mode applications when they call the CveEventWrite API when a known vulnerability is trying to be exploited. MS started using this log in Jan. 2020 with CVE-2020-0601 (a Windows CryptoAPI vulnerability. Unfortunately, that is about the only instance of CVEs being written to this log.
Author: Florian Roth (Nextron Systems) · 2021-05-31 (modified 2023-05-08) · logsource: service=nginx · 59ec40bb-322e-40ab-808d-84fa690d7e56
Detects a core dump of a crashing Nginx worker process, which could be a signal of a serious problem or exploitation attempts.
Techniques: T1499.004

Rules tagged at the parent level (attack.t1499) 3

These target the parent technique, not this sub-technique specifically. Listed for completeness, not counted as coverage.

Author: Samuel Monsempes · 2025-01-08 · logsource: product=windows service=application · 3f2c93c7-7b2a-4d58-bb8d-6f39422d8148
Detects exploitation attempt of CVE-2024-49113 known as LDAP Nightmare, based on "Application Error" log where the faulting application is "lsass.exe" and the faulting module is "WLDAP32.dll".
Techniques: T1499
CVE tags: CVE-2024-49113
Author: Milad Cheraghi · 2025-05-23 · logsource: product=linux service=auditd · ea61bb82-a5e0-42e6-8537-91d29500f1b9
Detects the potential abuse of the Linux Magic SysRq (System Request) key by adversaries with root or sufficient privileges to silently manipulate or destabilize a system. By writing to /proc/sysrq-trigger, they can crash the system, kill processes, or disrupt forensic analysis—all while bypassing standard logging. Though intended for recovery and debugging, SysRq can be misused as a stealthy post-exploitation tool. It is controlled via /proc/sys/kernel/sysrq or permanently through /etc/sysctl.conf.
Author: Swachchhanda Shrawan Poudel (Nextron Systems) · 2026-06-02 · logsource: product=windows service=application · f8a66a02-4a16-46e5-b7fd-a42c8a93d137
Detects a crash of the LSASS process where netlogon.dll is the faulting module and the exception code is STATUS_STACK_BUFFER_OVERRUN (0xc0000409). This crash, especially on Domain Controllers, might indicate the exploitation of CVE-2026-41089, a denial of service (DoS) vulnerability, which exists in the Netlogon component of Windows and can be triggered by sending specially crafted requests to the Netlogon service, leading to a stack-based buffer overflow and subsequent crash of the LSASS process.
Techniques: T1499
CVE tags: CVE-2026-41089