Joyplus CMS
by Joyplus
CVEs (19)
| CVE | Vendor / Product | Sev | Risk | CVSS | EPSS | KEV | Published | Description |
|---|---|---|---|---|---|---|---|---|
| CVE-2019-16656 | Cri | 0.64 | 9.8 | 0.01 | Sep 21, 2019 | joyplus-cms 1.6.0 allows remote attackers to execute arbitrary PHP code via /install by placing the code in the name of an object in the database. | ||
| CVE-2018-14501 | Cri | 0.64 | 9.8 | 0.01 | Jul 22, 2018 | manager/admin_ajax.php in joyplus-cms 1.6.0 has SQL Injection, as demonstrated by crafted POST data beginning with an "m_id=1 AND SLEEP(5)" substring. | ||
| CVE-2018-14389 | Cri | 0.64 | 9.8 | 0.01 | Jul 18, 2018 | joyplus-cms 1.6.0 has SQL Injection via the manager/admin_ajax.php val parameter. | ||
| CVE-2018-14334 | Cri | 0.64 | 9.8 | 0.02 | Jul 17, 2018 | manager/editor/upload.php in joyplus-cms 1.6.0 allows arbitrary file upload because detection of a prohibited file extension simply sets the $errm value, and does not otherwise alter the flow of control. Consequently, one can upload and execute a .php file, a similar issue to… | ||
| CVE-2018-12039 | Cri | 0.64 | 9.8 | 0.05 | Jun 7, 2018 | joyplus-cms 1.6.0 allows Remote Code Execution because of an Arbitrary SQL command execution issue in manager/index.php involving use of a "/!select/" substring in place of a select substring. | ||
| CVE-2018-8766 | Cri | 0.64 | 9.8 | 0.03 | Mar 18, 2018 | joyplus-cms 1.6.0 allows Remote Code Execution because of an Arbitrary File Upload issue in manager/editor/upload.php, related to manager/admin_vod.php?action=add. | ||
| CVE-2019-16660 | Hig | 0.57 | 8.8 | 0.01 | Sep 21, 2019 | joyplus-cms 1.6.0 has admin_ajax.php?action=savexml&tab=vodplay CSRF. | ||
| CVE-2018-8717 | Hig | 0.57 | 8.8 | 0.01 | Mar 15, 2018 | joyplus-cms 1.6.0 has CSRF, as demonstrated by adding an administrator account via a manager/admin_ajax.php?action=save&tab={pre}manager request. | ||
| CVE-2020-20636 | Hig | 0.49 | 7.5 | 0.01 | Jun 20, 2023 | SQL injection vulnerability found in Joyplus-cms v.1.6.0 allows a remote attacker to access sensitive information via the id parameter of the goodbad() function. | ||
| CVE-2020-22124 | Hig | 0.49 | 7.5 | 0.01 | Aug 18, 2021 | A vulnerability in the \inc\config.php component of joyplus-cms v1.6 allows attackers to access sensitive information. | ||
| CVE-2019-17175 | Hig | 0.49 | 7.5 | 0.02 | Oct 4, 2019 | joyplus-cms 1.6.0 allows manager/admin_pic.php?rootpath= absolute path traversal. | ||
| CVE-2019-16655 | Hig | 0.49 | 7.5 | 0.01 | Sep 21, 2019 | joyplus-cms 1.6.0 allows reinstallation if the install/ URI remains available. | ||
| CVE-2018-12905 | Med | 0.43 | 6.1 | 0.42 | Jun 27, 2018 | joyplus-cms 1.6.0 has XSS in admin_player.php, related to manager/index.php "system manage" and "add" actions. | ||
| CVE-2018-14500 | Med | 0.40 | 6.1 | 0.01 | Jul 22, 2018 | joyplus-cms 1.6.0 has XSS via the manager/collect/collect_vod_zhuiju.php keyword parameter. | ||
| CVE-2018-14388 | Med | 0.35 | 5.4 | 0.01 | Jul 18, 2018 | joyplus-cms 1.6.0 has XSS via the manager/admin_ajax.php can_search_device array parameter. | ||
| CVE-2018-10028 | Med | 0.35 | 5.3 | 0.02 | Apr 11, 2018 | joyplus-cms 1.6.0 allows remote attackers to obtain sensitive information via a direct request to the install/ or log/ URI. | ||
| CVE-2018-10096 | Med | 0.31 | 4.8 | 0.01 | Apr 13, 2018 | joyplus-cms 1.6.0 has XSS via the device_name parameter in a manager/admin_ajax.php?action=save flag=add request. | ||
| CVE-2018-10073 | Med | 0.31 | 4.8 | 0.01 | Apr 12, 2018 | joyplus-cms 1.6.0 has XSS in manager/admin_vod.php via the keyword parameter. | ||
| CVE-2018-8767 | Med | 0.31 | 4.8 | 0.01 | Mar 18, 2018 | joyplus-cms 1.6.0 has XSS in manager/admin_ajax.php?action=save&tab={pre}vod_type via the t_name parameter. |
- risk 0.64cvss 9.8epss 0.01
joyplus-cms 1.6.0 allows remote attackers to execute arbitrary PHP code via /install by placing the code in the name of an object in the database.
- risk 0.64cvss 9.8epss 0.01
manager/admin_ajax.php in joyplus-cms 1.6.0 has SQL Injection, as demonstrated by crafted POST data beginning with an "m_id=1 AND SLEEP(5)" substring.
- risk 0.64cvss 9.8epss 0.01
joyplus-cms 1.6.0 has SQL Injection via the manager/admin_ajax.php val parameter.
- risk 0.64cvss 9.8epss 0.02
manager/editor/upload.php in joyplus-cms 1.6.0 allows arbitrary file upload because detection of a prohibited file extension simply sets the $errm value, and does not otherwise alter the flow of control. Consequently, one can upload and execute a .php file, a similar issue to…
- risk 0.64cvss 9.8epss 0.05
joyplus-cms 1.6.0 allows Remote Code Execution because of an Arbitrary SQL command execution issue in manager/index.php involving use of a "/!select/" substring in place of a select substring.
- risk 0.64cvss 9.8epss 0.03
joyplus-cms 1.6.0 allows Remote Code Execution because of an Arbitrary File Upload issue in manager/editor/upload.php, related to manager/admin_vod.php?action=add.
- risk 0.57cvss 8.8epss 0.01
joyplus-cms 1.6.0 has admin_ajax.php?action=savexml&tab=vodplay CSRF.
- risk 0.57cvss 8.8epss 0.01
joyplus-cms 1.6.0 has CSRF, as demonstrated by adding an administrator account via a manager/admin_ajax.php?action=save&tab={pre}manager request.
- risk 0.49cvss 7.5epss 0.01
SQL injection vulnerability found in Joyplus-cms v.1.6.0 allows a remote attacker to access sensitive information via the id parameter of the goodbad() function.
- risk 0.49cvss 7.5epss 0.01
A vulnerability in the \inc\config.php component of joyplus-cms v1.6 allows attackers to access sensitive information.
- risk 0.49cvss 7.5epss 0.02
joyplus-cms 1.6.0 allows manager/admin_pic.php?rootpath= absolute path traversal.
- risk 0.49cvss 7.5epss 0.01
joyplus-cms 1.6.0 allows reinstallation if the install/ URI remains available.
- risk 0.43cvss 6.1epss 0.42
joyplus-cms 1.6.0 has XSS in admin_player.php, related to manager/index.php "system manage" and "add" actions.
- risk 0.40cvss 6.1epss 0.01
joyplus-cms 1.6.0 has XSS via the manager/collect/collect_vod_zhuiju.php keyword parameter.
- risk 0.35cvss 5.4epss 0.01
joyplus-cms 1.6.0 has XSS via the manager/admin_ajax.php can_search_device array parameter.
- risk 0.35cvss 5.3epss 0.02
joyplus-cms 1.6.0 allows remote attackers to obtain sensitive information via a direct request to the install/ or log/ URI.
- risk 0.31cvss 4.8epss 0.01
joyplus-cms 1.6.0 has XSS via the device_name parameter in a manager/admin_ajax.php?action=save flag=add request.
- risk 0.31cvss 4.8epss 0.01
joyplus-cms 1.6.0 has XSS in manager/admin_vod.php via the keyword parameter.
- risk 0.31cvss 4.8epss 0.01
joyplus-cms 1.6.0 has XSS in manager/admin_ajax.php?action=save&tab={pre}vod_type via the t_name parameter.