Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified http/cves/2023/CVE-2023-32243.yaml for better detection #7602

Merged
merged 6 commits into from
Jul 18, 2023

Conversation

bob-the-builder-v
Copy link
Contributor

Template / PR Information

The earlier version of the template had only one method for username detection, in case it didn't work the template said the endpoint is not vulnerable.

In reality, there are multiple methods like RSS feeds, Yoast Sitemap, etc to get usernames.

So, the proper approach here would be to find if the plugin "essential-addons-for-elementor-lite" is installed and then check if: "5.4.0" <= version <= "5.7.1":

Template Validation

I've validated this template locally?

  • YES
  • NO

Additional Details (leave it blank if not applicable)

Additional References:

@DhiyaneshGeek
Copy link
Member

Hi @bob-the-builder-v i have added the possible username enumeration endpoints

such as /wp-json/wp/v2/users/, /?rest_route=/wp/v2/users, /feed/, /author-sitemap.xml

i observed that sometimes nonce are not generated in the first request, found wp-login.php mostly contained nonce value by default

Thank you so much for pointing out the missing endpoint, appreciate it 😄

You can join our discord server. It’s a great place to connect with fellow contributors and stay updated with the latest developments. Thank you once again

@DhiyaneshGeek DhiyaneshGeek added the Done Ready to merge label Jul 13, 2023
@princechaddha princechaddha merged commit 3e4f912 into projectdiscovery:main Jul 18, 2023
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Done Ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants