Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

1371+ Articles
150+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-36748: High-Severity Stored XSS in RockRMS via Social Media Profile Links
CVE-2026-36748: High-Severity Stored XSS in RockRMS via Social Media Profile Links
SECURITYHIGHCVE-2026-36748

CVE-2026-36748: High-Severity Stored XSS in RockRMS via Social Media Profile Links

RockRMS versions up to v16.13 are vulnerable to a CVSS 9.0 stored cross-site scripting flaw that allows attackers to inject malicious scripts through social…

Dylan H.

Security Team

June 4, 2026
2 min read

Affected Products

  • RockRMS v16.13 and all versions before v17.7.0

Overview

A high-severity stored cross-site scripting (XSS) vulnerability tracked as CVE-2026-36748 has been disclosed in RockRMS, the open-source church management system widely deployed by religious organizations. The vulnerability exists in the social media links field of user profiles and carries a CVSS v3.1 base score of 9.0 (Critical).

The flaw affects RockRMS versions up to and including v16.13, with the fix available beginning in v17.7.0.

Technical Details

The vulnerability arises because RockRMS fails to adequately sanitize or encode user-supplied input in the social media link fields of user profiles before rendering that content to other authenticated users. An attacker with a valid (potentially low-privileged) account can store a malicious JavaScript payload in their profile's social media link field. When an administrator or other user views the profile, the script executes in the victim's browser context.

This stored XSS vector is particularly impactful in RockRMS deployments because:

  • Administrators with elevated privileges routinely review and manage user profiles
  • Successful exploitation in an admin context can lead to full application compromise, including credential harvesting, session token theft, and arbitrary administrative actions
  • The flaw requires no special configuration — any standard RockRMS installation running an affected version is vulnerable

CVSS v3.1 Vector: AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H

Affected Versions

VersionStatus
v16.13 and belowVulnerable
v17.0.x through v17.6.xVulnerable
v17.7.0 and abovePatched

Impact

A successful attack allows the injected script to run with the full privileges of the viewing user's browser session. Potential impacts include:

  • Session hijacking — theft of authentication cookies to impersonate administrators
  • Credential harvesting — overlay of fake login prompts
  • Privilege escalation — using admin sessions to create new admin accounts or modify system configuration
  • Data exfiltration — access to congregation member data, donation records, and personal information managed within RockRMS

Mitigation and Remediation

  1. Upgrade to RockRMS v17.7.0 or later immediately. This is the primary remediation.
  2. Audit user profiles in affected installations for suspicious content in social media link fields prior to upgrading.
  3. Restrict profile editing to trusted users until the upgrade can be applied.
  4. Review admin account activity logs for signs of unauthorized actions that may indicate the vulnerability was exploited prior to discovery.

References

  • NVD Entry: CVE-2026-36748
  • RockRMS GitHub
#CVE#XSS#RockRMS#Stored XSS#CMS

Related Articles

CVE-2015-20115: RealtyScript 4.0.2 Stored XSS via File

CVE-2015-20115 is a stored cross-site scripting vulnerability in RealtyScript 4.0.2 that allows authenticated attackers to upload malicious script files...

5 min read

CVE-2026-42457: vCluster Platform Stored XSS via templateRef Name Field

A stored cross-site scripting vulnerability in vCluster Platform allows attackers to inject and execute arbitrary JavaScript via the name field of a...

5 min read

CVE-2026-44212: PrestaShop Stored XSS in Customer Service

A stored Cross-Site Scripting vulnerability (CVSS 9.3) in PrestaShop's back-office Customer Service view allows unauthenticated attackers to inject...

5 min read
Back to all Security Alerts