Closed Bug 1540509 Opened 7 years ago Closed 7 years ago

xmlrpc.php FILE is enable it will used for bruteforce attack and denial of service in blog.mozilla.org

Categories

(Websites :: Other, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1365661

People

(Reporter: praveendivya2813, Unassigned)

References

()

Details

(Keywords: reporter-external, Whiteboard: [reporter-external] [web-bounty-form] [verif?])

When i look for wordpress site in google i found blog.mozilla.org in https://www.wpbeginner.com/showcase/40-most-notable-big-name-brands-that-are-using-wordpress/ this mentioned site.

Step 1 : as soon as i found blog.mozilla.org uses wordpress i went to find xmlrpc.php is available or not
Step 2: when i find xmlrpc.php i just capture the request https://blog.mozilla.org/xmlrpc.php and sent to repeater
Step 3: Then we should change the method to post and to test for xmlrpc.php i have to add some xml code
<methodCall>
<methodName>system.listMethods</methodName>
<params></params>
</methodCall>

step 4: when i add the above mentioned code via post method i can get all the available methods for xmlrpc.php
step 5: when it list all the method means we can bruteforce the admin login page
step 6: use pingback.ping method to capture the logs

remediation:

If the XMLRPC.php file is not being used, it should be disabled and removed completely to avoid any potential risks. Otherwise, it should at the very least be blocked from external access.

Flags: sec-bounty?

Hi reporter,

Thanks for your report, but this is known behavior and we consider it as public information. Our vendor also has protections against the abuse of xmlrpc.php.

Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Flags: sec-bounty? → sec-bounty-
Group: websites-security
You need to log in before you can comment on or make changes to this bug.