Skip to main content
Apache Path Traversal: CVE-2021-41773 to RCE operation cover
BeginnerSIEMFirewall

Apache Path Traversal: CVE-2021-41773 to RCE

An Apache 2.4.49 web server at Kestrel Analytics is targeted via CVE-2021-41773. An attacker uses percent-encoded path traversal to read /etc/passwd, confirms mod_cgi is enabled, and escalates to remote code execution. Walk the access logs and firewall traffic step by step to trace the traversal, the RCE, and the webshell that was left behind.

25m
6 tasks
25 points
Free

Start this operation

Investigation Tasks

Complete each task by investigating alerts and submitting your findings.

1

Brief: a dot that should not be there

0

A public web server running Apache started returning sensitive system files in its HTTP responses this morning. Before digging in, orient yourself on how this attack works.

2

Spot the traversal request

15

The attack started with a single HTTP request that walked out of the web root to read a sensitive file. Find that request in the access logs.

SOC{/cgi-bin/...}Hint available
3

Trace who escalated to command execution

15

Reading /etc/passwd is serious. Running commands on the server is worse. A different external address arrived and chained the same traversal through the CGI handler to execute shell commands. Identify it.

SOC{a.b.c.d}Hint available
4

Find the webshell that was planted

10

After confirming code execution, the attacker established persistence by writing a webshell into the cgi-bin directory. Identify the filename that was dropped.

SOC{filename.ext}Hint available
5

Identify the service account that ran the shell

10

The shell commands did not run as root. The CGI handler executed them under the web server service account. Confirm which account that was.

SOC{username}Hint available
6

Map the initial access to MITRE ATT&CK

10

Step back and label how the attacker first gained access. The vulnerability exploited here is a public-facing web server flaw, not a phish or a stolen credential.

SOC{Txxxx}Hint available

6 tasks · 60 points total

Training Tools

Skills You'll Build

Investigate realistic security alerts
SIEM log analysis
Firewall log analysis
MITRE ATT&CK® technique identification
Triage decisions: escalate, investigate, or close
Evidence collection and documentation
Job-ready incident response methodology
Beginner

Ideal for newcomers to SOC operations. Guided investigation with clear indicators.

Prerequisites

  • No prior experience required
  • Familiarity with SIEM concepts
  • Familiarity with Firewall concepts

Ready to investigate?

More Operations

View all