This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
Permalink
Cannot retrieve contributors at this time
19 lines (16 sloc)
406 Bytes
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
elixir-security-advisories/packages/xain/2018-09-03.yml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains 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
| --- | |
| id: 0469cde7-c10e-43fd-83f6-11aef00cc8d9 | |
| package: xain | |
| disclosure_date: 2018-09-03 | |
| cve: 2018-20302 | |
| link: https://github.com/smpallen99/xain/issues/18 | |
| title: | | |
| XSS Vulnerability | |
| description: | | |
| XSS is possible via the use of the order query parameter. An example request | |
| would look like: | |
| ``` | |
| http://host/ressources?order=%27><script>alert(1);</script> | |
| ``` | |
| patched_versions: | |
| - ">= 0.6.2" |