nerdexam
EC-Council

312-50V13 · Question #412

Stella, a professional hacker, performs an attack on web services by exploiting a vulnerability that provides additional routing information in the SOAP header to support asynchronous communication…

The correct answer is B. WS-Address spoofing. WS-Address Spoofing Explained Option B is correct because WS-Addressing is a SOAP extension that embeds routing information (such as endpoint references and message IDs) directly in the SOAP header to enable asynchronous communication across different TCP connections - the…

Submitted by neha2k· Mar 6, 2026Hacking Web Applications

Question

Stella, a professional hacker, performs an attack on web services by exploiting a vulnerability that provides additional routing information in the SOAP header to support asynchronous communication. This further allows the transmission of web-service requests and response messages using different TCP connections. Which of the following attack techniques is used by Stella to compromise the web services?

Options

  • AXML injection
  • BWS-Address spoofing
  • CSOAPAction spoofing
  • DWeb services parsing attacks

How the community answered

(43 responses)
  • A
    5% (2)
  • B
    70% (30)
  • C
    16% (7)
  • D
    9% (4)

Explanation

WS-Address Spoofing Explained

Option B is correct because WS-Addressing is a SOAP extension that embeds routing information (such as endpoint references and message IDs) directly in the SOAP header to enable asynchronous communication across different TCP connections - the exact scenario described. Stella exploits this mechanism to spoof routing headers, redirecting web service messages to malicious endpoints.

Why the distractors are wrong:

  • A (XML Injection): Involves inserting malicious XML content into input fields to manipulate application logic - it doesn't target SOAP header routing information.
  • C (SOAPAction Spoofing): Involves manipulating the HTTP SOAPAction header to invoke unintended web service operations, not exploiting asynchronous routing headers.
  • D (Web Services Parsing Attacks): Target XML/SOAP parser vulnerabilities (e.g., oversized payloads) to crash services - unrelated to routing manipulation.

Memory Tip: Think WS-Address = "Where to send it" - if an attacker is faking where a message should go using header-based routing across multiple connections, that's WS-Address Spoofing. The keywords "routing information," "SOAP header," and "different TCP connections" are your dead giveaways on the exam.

Topics

#Web services attack#SOAP#WS-Addressing#Spoofing

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice