Should I be concerned about the WordPress REST API’s user enumeration vulnerability?
With the current WordPress API you can get a list of usernames and email addresses of all users in the system with almost no effort:
<url>/wp-json/wp/v2/users
Outputs something like:
[{
“id”:1,
“name”:”admin”,… Continue reading Should I be concerned about the WordPress REST API’s user enumeration vulnerability?