mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-06 10:41:43 +00:00
20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
![]() |
### [CVE-2023-1767](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1767)
|
||
|

|
||
|

|
||
|
&color=brighgreen)
|
||
|
|
||
|
### Description
|
||
|
|
||
|
The Snyk Advisor website (https://snyk.io/advisor/) was vulnerable to a stored XSS prior to 28th March 2023. A feature of Snyk Advisor is to display the contents of a scanned package's Readme on its package health page. An attacker could create a package in NPM with an associated markdown README file containing XSS-able HTML tags. Upon Snyk Advisor importing the package, the XSS would run each time an end user browsed to the package's page on Snyk Advisor.
|
||
|
|
||
|
### POC
|
||
|
|
||
|
#### Reference
|
||
|
- https://weizman.github.io/2023/04/10/snyk-xss/
|
||
|
|
||
|
#### Github
|
||
|
- https://github.com/karimhabush/cyberowl
|
||
|
- https://github.com/nomi-sec/PoC-in-GitHub
|
||
|
- https://github.com/weizman/CVE-2023-1767
|
||
|
|