detect-cve-2019-1053-sandboxescape-exploit


Description

This query was originally published in the threat analytics report, May 2019 0-day disclosures. In May and June of 2019, a security researcher with the online alias, SandboxEscaper, discovered and published several elevation-of-privilege vulnerabilities on Github. The researcher included proofs-of-concept demonstrating how to exploit these vulnerabilities. Patches and more information about each vulnerability are available below: 1. CVE-2019-0863 | Windows Error Reporting Elevation of Privilege Vulnerability 2. CVE-2019-1069 | Task Scheduler Elevation of Privilege Vulnerability 3. CVE-2019-1053 | Windows Shell Elevation of Privilege Vulnerability 4. CVE-2019-1064 | Windows Elevation of Privilege Vulnerability 5. CVE-2019-0973 | Windows Installer Elevation of Privilege Vulnerability 6. CVE-2019-1129 | Windows Elevation of Privilege Vulnerability This query locates possible activity that exploits CVE-2019-1053 (also known as SandboxEscape), the third vulnerability listed above. Reference - https://threatpost.com/sandboxescaper-more-exploits-ie-zero-day/145010/

Query · kql

//Find possible use of SandboxEscape (Internet Explorer 11 exploit)
DeviceFileEvents 
| where FolderPath contains @".{0afaced1-e828-11d1-9187-b532f1e9575d}\"
and FileName endswith ".lnk"
Raw source detect-cve-2019-1053-sandboxescape-exploit · KQL
Esc
Published by Azure/Azure-Sentinel ↗, licensed under MIT ↗. Reproduced here unmodified.
id: c176e100-03cc-4b02-873b-d9686f354330
name: detect-cve-2019-1053-sandboxescape-exploit
description: |
  This query was originally published in the threat analytics report, May 2019 0-day disclosures.
  In May and June of 2019, a security researcher with the online alias, SandboxEscaper, discovered and published several elevation-of-privilege vulnerabilities on Github. The researcher included proofs-of-concept demonstrating how to exploit these vulnerabilities.
  Patches and more information about each vulnerability are available below:
  1. CVE-2019-0863 | Windows Error Reporting Elevation of Privilege Vulnerability
  2. CVE-2019-1069 | Task Scheduler Elevation of Privilege Vulnerability
  3. CVE-2019-1053 | Windows Shell Elevation of Privilege Vulnerability
  4. CVE-2019-1064 | Windows Elevation of Privilege Vulnerability
  5. CVE-2019-0973 | Windows Installer Elevation of Privilege Vulnerability
  6. CVE-2019-1129 | Windows Elevation of Privilege Vulnerability
  This query locates possible activity that exploits CVE-2019-1053 (also known as SandboxEscape), the third vulnerability listed above.
  Reference - https://threatpost.com/sandboxescaper-more-exploits-ie-zero-day/145010/
requiredDataConnectors:
- connectorId: MicrosoftThreatProtection
  dataTypes:
  - DeviceFileEvents
tactics:
- Privilege escalation
query: |
  //Find possible use of SandboxEscape (Internet Explorer 11 exploit)
  DeviceFileEvents 
  | where FolderPath contains @".{0afaced1-e828-11d1-9187-b532f1e9575d}\"
  and FileName endswith ".lnk"

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.