Skip to content

Test 12) Weak XML Schema: Undefined Namespace

Yalçın YOLALAN edited this page Mar 28, 2018 · 2 revisions

Weak XML Schema: Undefined Namespace Test

Vulnerability Type Static

Test Web Service URI http://[yourhostName]/NamespaceAny.wsdl

Vulnerable Code Block The following line specifies a namespace of ##any in the element:

<xs:any namespace="##any" xmlns:xs="http://www.w3.org/2001/XMLSchema" />

Indications of Vulnerability

Static analysis reveals that the wsdl file contains namespace=”##any” element.