Skip to content

Test 12) Weak XML Schema: Undefined Namespace

YalcinYolalan edited this page Feb 13, 2016 · 2 revisions

Weak XML Schema: Undefined Namespace Test

Vulnerability Type Static

Test Web Service URI http://www.wstest.com/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.