CVE-2022-30349
Description
siteserver SSCMS 6.15.51 is vulnerable to Cross Site Scripting (XSS).
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
SSCMS 6.15.51 is vulnerable to stored XSS via the modalRelatedFieldItemEdit.aspx page, enabling payload injection without proper sanitization.
Vulnerability
A stored Cross-Site Scripting (XSS) vulnerability exists in SSCMS (SiteServer CMS) version 6.15.51 [1][2]. The flaw resides in the modalRelatedFieldItemEdit.aspx endpoint, which fails to sanitize user-supplied input for the TbItemName parameter. A logged-in administrator or user with access to related field editing can inject arbitrary JavaScript or HTML content that is then stored and displayed in the application [3].
Exploitation
To exploit the vulnerability, an attacker must be authenticated and have permissions to access the related field item editor. The attacker sends a POST request to /SiteServer/cms/modalRelatedFieldItemEdit.aspx with a malicious payload in the TbItemName parameter. For example, the value `` triggers a JavaScript alert when the stored value is rendered in a browser [3]. No additional user interaction beyond the victim viewing the affected page is required.
Impact
Successful exploitation allows an attacker to execute arbitrary JavaScript in the context of the victim's session. This can lead to theft of authentication cookies, session impersonation, defacement, or redirection to malicious sites. The stored nature of the XSS means that any user browsing the related field item could be affected, amplifying the attack's reach [2][3].
Mitigation
As of the publication date (2022-05-27), no official patch was available for version 6.15.51. Users should monitor the SSCMS repository [1] for updates or apply input validation and output encoding controls at the application or WAF level. The vulnerability is not listed on CISA's known exploited vulnerabilities (KEV) catalog.
AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- siteserver/siteserver SSCMSdescription
- ghsa-coords
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/advisories/GHSA-4qf6-vpj8-p4r6ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2022-30349ghsaADVISORY
- github.com/siteserver/cms/issues/3238ghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.