Vulnerabilities (CVE)

Filtered by vendor Tianti Project Subscribe
Total 9 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2025-9795 1 Tianti Project 1 Tianti 2025-09-04 6.5 MEDIUM 6.3 MEDIUM
A vulnerability has been found in xujeff tianti 天梯 up to 2.3. The impacted element is the function ajaxUploadFile of the file src/main/java/com/jeff/tianti/controller/UploadController.java. The manipulation of the argument upfile leads to unrestricted upload. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.
CVE-2025-25908 1 Tianti Project 1 Tianti 2025-06-23 N/A 5.4 MEDIUM
A stored cross-site scripting (XSS) vulnerability in tianti v2.3 allows attackers to execute arbitrary web scripts or HTML via injecting a crafted payload into the coverImageURL parameter at /article/ajax/save.
CVE-2025-27910 1 Tianti Project 1 Tianti 2025-05-21 N/A 8.0 HIGH
tianti v2.3 was discovered to contain a Cross-Site Request Forgery (CSRF) via the component /user/ajax/upd/status. This vulnerability allows attackers to execute arbitrary operations via a crafted GET or POST request.
CVE-2025-25907 1 Tianti Project 1 Tianti 2025-05-21 N/A 8.8 HIGH
tianti v2.3 was discovered to contain a Cross-Site Request Forgery (CSRF) via the component /user/ajax/save. This vulnerability allows attackers to execute arbitrary operations via a crafted GET or POST request.
CVE-2018-19110 1 Tianti Project 1 Tianti 2024-11-21 4.0 MEDIUM 6.5 MEDIUM
The skin-management feature in tianti 2.3 allows remote authenticated users to bypass intended permission restrictions by visiting tianti-module-admin/user/skin/list directly because controller\usercontroller.java maps a /skin/list request to the function skinList, and lacks an authorization check.
CVE-2018-19109 1 Tianti Project 1 Tianti 2024-11-21 6.5 MEDIUM 8.8 HIGH
tianti 2.3 allows remote authenticated users to bypass intended permission restrictions by visiting tianti-module-admin/cms/column/list directly to read the column list page or edit a column.
CVE-2018-19091 1 Tianti Project 1 Tianti 2024-11-21 3.5 LOW 5.4 MEDIUM
tianti 2.3 has reflected XSS in the user management module via the tianti-module-admin/user/list userName parameter.
CVE-2018-19090 1 Tianti Project 1 Tianti 2024-11-21 3.5 LOW 5.4 MEDIUM
tianti 2.3 has stored XSS in the article management module via an article title.
CVE-2018-19089 1 Tianti Project 1 Tianti 2024-11-21 3.5 LOW 5.4 MEDIUM
tianti 2.3 has stored XSS in the userlist module via the tianti-module-admin/user/ajax/save_role name parameter, which is mishandled in tianti-module-admin\src\main\webapp\WEB-INF\views\user\user_list.jsp.