Atlassian Confluence CVE-2022-26134
Detects spawning of suspicious child processes by Atlassian Confluence server which may indicate successful exploitation of CVE-2022-26134
Detection logic
selection
ParentImage|startswith: /opt/atlassian/confluence/
ParentImage|endswith: /java
CommandLine|contains:
- /bin/sh
- bash
- dash
- ksh
- zsh
- csh
- fish
- curl
- wget
- pythonCondition
selectionRaw YAML
title: Atlassian Confluence CVE-2022-26134
id: 7fb14105-530e-4e2e-8cfb-99f7d8700b66
related:
- id: 245f92e3-c4da-45f1-9070-bc552e06db11
type: derived
status: test
description: Detects spawning of suspicious child processes by Atlassian Confluence server which may indicate successful exploitation of CVE-2022-26134
references:
- https://www.volexity.com/blog/2022/06/02/zero-day-exploitation-of-atlassian-confluence/
author: Nasreddine Bencherchali (Nextron Systems)
date: 2022-06-03
tags:
- attack.initial-access
- attack.execution
- attack.t1190
- attack.t1059
- cve.2022-26134
- detection.emerging-threats
logsource:
category: process_creation
product: linux
detection:
selection:
# Monitor suspicious child processes spawned by Confluence
ParentImage|startswith: '/opt/atlassian/confluence/'
ParentImage|endswith: '/java'
CommandLine|contains:
- '/bin/sh'
- 'bash'
- 'dash'
- 'ksh'
- 'zsh'
- 'csh'
- 'fish'
- 'curl'
- 'wget'
- 'python'
condition: selection
falsepositives:
- Unknown
level: highFalse positives
- Unknown
References
Related rules
Similar rules
CVE-2023-22518 Exploitation Attempt - Suspicious Confluence Child Process (Linux)
highlinux · Shares T1059, T1190
Linux Suspicious Child Process from Node.js - React2Shell
highlinux · Shares T1059, T1190
CVE-2023-22518 Exploitation Attempt - Suspicious Confluence Child Process (Windows)
mediumwindows · Shares T1059, T1190
Potential Atlassian Confluence CVE-2021-26084 Exploitation Attempt
highwindows · Shares T1190, T1059