strapi 3.0.0 beta 17.4 password reset (CVE-2019-18818) #19654
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
msfconsole
use auxiliary/scanner/http/strapi_3_password_reset
set new_password testtesttest
set rport 1337
set rhosts 127.0.0.1
run