Anonymous access to Remote API
Description:
Testing:
POST /rpc/xmlrpc HTTP/1.1
Host: confluence.example.com
Content-Type: text/xml
...
<?xml version="1.0" encoding="UTF-8"?>
<methodCall>
<methodName>confluence2.getPage</methodName>
<params>
<param>
<value>
<string>{SPACE_KEY}</string>
</value>
</param>
<param>
<value>
<string>{PAGE_TITLE}</string>
</value>
</param>
</params>
</methodCall>SOAP:
Remediation:

Potential Impact:
References:
Last updated