Início
Tendências
Vulnerabilidades
Notícias
Pesquisadores
Por que dbugs?

Qk121

#20753de 53,633
12.2CVSS total
Vulnerabilidades · 2
Média
2
PT-2026-28390
6.1
2026-03-26
Yzmcms · Yzmcms · CVE-2026-29933
**Name of the Vulnerable Software and Affected Versions** YZMCMS version 7.4 **Description** A reflected cross-site scripting (XSS) issue exists in the `/index/login.html` component. This allows attackers to execute arbitrary Javascript within the user's browser by modifying the `referrer` value in the request header. The affected API endpoint is `/index/login.html`. **Recommendations** Update YZMCMS to a version that addresses this issue. As a temporary workaround, sanitize the `referrer` header value before processing it in the `/index/login.html` component.
PT-2026-28391
6.1
2026-03-26
Lightcms · Lightcms · CVE-2026-29934
**Name of the Vulnerable Software and Affected Versions** Lightcms version 2.0 **Description** A reflected cross-site scripting (XSS) issue exists in the `/admin/menus` component. This allows attackers to execute arbitrary Javascript within a user's browser by altering the `referer` value in the request header. The vulnerable component is accessible via the ''/admin/menus'' API endpoint. The `referer` variable is susceptible to manipulation. **Recommendations** Modify the application to properly sanitize the `referer` variable before using it in the ''/admin/menus'' component.