mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 05:59:31 +02:00
18 lines
894 B
Markdown
18 lines
894 B
Markdown
### [CVE-2020-7356](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7356)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
CAYIN xPost suffers from an unauthenticated SQL Injection vulnerability. Input passed via the GET parameter 'wayfinder_seqid' in wayfinder_meeting_input.jsp is not properly sanitized before being returned to the user or used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code and execute SYSTEM commands.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.zeroscience.mk/en/vulnerabilities/ZSL-2020-5571.php
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
|