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

strapi 3.0.0 beta 17.4 password reset (CVE-2019-18818) #19654

Merged
merged 3 commits into from
Nov 21, 2024

Conversation

h00die
Copy link
Contributor

@h00die h00die commented Nov 15, 2024

fixes #16168

Adds a module that was in the issues for a while and just needed a cleanup/standardization/etc. Lets you reset the admin's password on Strapi CMS 3.0.0 Beta 17.4 and before

@smcintyre-r7 Not to push this to the top of the queue, but the npx install for 17.4 works, 17.3 failed because of a dependency being too out of date, and the docker image provided by the developers themselves fails due to a dependency out dated issue. This is a REALLY quick module to test, but I would suggest someone test it soon since its fairly old and who knows when the easy npx install route will start failing.

Verification

  • Start msfconsole
  • Install the application
  • Start msfconsole
  • Do: use auxiliary/scanner/http/strapi_3_password_reset
  • Do: set new_password testtesttest
  • Do: set rport 1337
  • Do: set rhosts 127.0.0.1
  • Do: run
  • You should be able to reset the admin users password

@adfoster-r7 adfoster-r7 self-assigned this Nov 15, 2024
h00die and others added 2 commits November 16, 2024 15:36
…_reset.md

Co-authored-by: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com>
@h00die
Copy link
Contributor Author

h00die commented Nov 16, 2024

Thanks for the quick review, everything looks good . tested and merged

@adfoster-r7 adfoster-r7 merged commit d9d7f1a into rapid7:master Nov 21, 2024
37 checks passed
@adfoster-r7 adfoster-r7 added the rn-modules release notes for new or majorly enhanced modules label Nov 21, 2024
@adfoster-r7
Copy link
Contributor

adfoster-r7 commented Nov 21, 2024

Release Noes

Adds a new auxiliary/scanner/http/strapi_3_password_reset which that lets you reset the admin's password on Strapi CMS 3.0.0 Beta 17.4 and before by leveraging CVE-2019-18818.

@h00die h00die deleted the strapi branch November 21, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs module rn-modules release notes for new or majorly enhanced modules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auxiliary module of CVE-2019-18818
2 participants