[GHSA-gv5r-9gxr-v74w] Bootstrap Multiselect Vulnerable to CSRF and Reflective XSS via Arbitrary POST Data#7039
Open
abrom wants to merge 1 commit intoabrom/advisory-improvement-7039from
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updates
Comments
The
post.phpfile in question was removed davidstutz/bootstrap-multiselect@4f17795 as included in the 2.0.0 release davidstutz/bootstrap-multiselect@v1.1.2...v2.0.0Although I think it's important to note that the file was removed from the 0.9.15 release (removed after the 0.9.13-1 release) albeit still present in the source repo. See:
https://www.npmjs.com/package/bootstrap-multiselect/v/0.9.15?activeTab=code
vs
https://www.npmjs.com/package/bootstrap-multiselect/v/0.9.13-1?activeTab=code
Thus pre 2.0.0 would require someone to have sourced the code (not package) from git directly AND have decided, against reason, to use what would be seen as a test fragment.
So in reality this advisory probably should be limited to <= 0.9.13-1 with 0.9.15 being the patched version. Happy to update if that is the consensus.