CVE-2022-23383
CriticalCVSS 9.1Exploitation Probability (EPSS)
Elevated risk64th percentile - higher than 64% of all known CVEs
Summary
YzmCMS v6.3 is affected by a broken access control vulnerability that allows unauthorized access to users' personal home pages without login. The issue arises from missing authentication checks before accessing the home page, enabling attackers to view other users' pages while not logged in.
Risk Assessment
The risk involves potential exposure of personal user data and privacy breaches, as an attacker can access other users' profiles without authorization.
Recommendation
It is recommended to immediately update YzmCMS to the latest version that fixes this vulnerability and implement proper authentication mechanisms before accessing personal pages.
Other vulnerabilities in YzmCMS
See all- CVE-2026-75417High
A SQL injection vulnerability in YzmCMS 7.5 occurs in the get_arrchildid() function in category.class.php. The parentid parameter is directly concatenated into a FIND_IN_SET() SQL clause without proper sanitization, allowing an authenticated administrator to execute arbitrary SQL queries via boolean-based blind injection.
- CVE-2026-15202Medium
A security vulnerability has been detected in YzmCMS up to version 7.5. The function get_url in the file /yzmphp/yzmphp.php of the Header Handler component is affected. Manipulation of the HTTP_HOST argument leads to cross-site scripting (XSS), which can be exploited remotely. The exploit has been publicly disclosed and may be used.
- CVE-2026-13529Medium
A SQL injection vulnerability was found in YzmCMS up to version 7.5 in the file /application/install/index.php. The attack involves manipulating the siteurl argument and can be executed remotely, though it is considered difficult to exploit. The exploit has been publicly disclosed.
- CVE-2025-56304Medium
Cross-site scripting (XSS) vulnerability in YzmCMS through version 7.3, located in the referer header on the registration page. It allows an attacker to inject malicious script into the victim's browser.
- CVE-2021-36712Medium
Cross Site Scripting (XSS) vulnerability in yzmcms 6.1 allows attackers to steal user cookies via the image clipping function.
Original NVD description (English source)
YzmCMS v6.3 is affected by broken access control. Without login, unauthorized access to the user's personal home page can be realized. It is necessary to judge the user's login status before accessing the personal home page, but the vulnerability can access other users' home pages through the non login status because real authentication is not carried out.

