200-201 · Question #531
Refer to the exhibit. A security analyst examines Apache web server logs and notices the entries. Which security concern is occurring?
The correct answer is A. Someone is attempting to exploit a vulnerability in XMLRPC functionality. The Apache web server logs show entries indicative of attempts to exploit a vulnerability specifically targeting the XML-RPC functionality.
Question
Refer to the exhibit. A security analyst examines Apache web server logs and notices the entries. Which security concern is occurring?
Exhibit
Options
- ASomeone is attempting to exploit a vulnerability in XMLRPC functionality
- BAn attacker potentially gained shell access to the web server
- CThe web server is experiencing a denial-of-service attack
- DA brute-force attack is being attempted against common administrative login pages
How the community answered
(37 responses)- A78% (29)
- B3% (1)
- C14% (5)
- D5% (2)
Why each option
The Apache web server logs show entries indicative of attempts to exploit a vulnerability specifically targeting the XML-RPC functionality.
Log entries displaying repeated or suspicious requests, particularly POST requests directed at `/xmlrpc.php` or similar XML-RPC endpoints with malformed or unusual XML payloads, are common indicators of attempts to exploit vulnerabilities within that service.
While a successful exploit could lead to shell access, the log entries themselves would primarily show the exploit attempt against XML-RPC, not direct evidence of shell access unless specific command execution is logged.
A denial-of-service attack typically involves an overwhelming volume of requests aimed at resource exhaustion, not specific, targeted requests to a niche functionality like XML-RPC for exploitation.
Brute-force attacks against administrative login pages would show numerous failed login attempts against common login paths (e.g., `/admin`, `/wp-login.php`), not requests specifically targeting XML-RPC endpoints.
Concept tested: Identifying web server log anomalies for XML-RPC exploits
Topics
Community Discussion
No community discussion yet for this question.
