Skip to content
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
CVE-Disclosures/ChurchCRM/CVE-2023-25347/
CVE-Disclosures/ChurchCRM/CVE-2023-25347/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

CVE-2023-25347 - Cross-Site Scripting (Stored)

Researchers 10splayaSec
Severity 5.4 (CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N)
Published https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-25347
Software Link https://github.com/ChurchCRM/CRM

Description

A stored cross-site scripting (XSS) vulnerability in ChurchCRM 4.5.3, allows remote attackers to inject arbitrary web script or HTML via input fields. These input fields are located in the "Title" Input Field in EventEditor.php.

Proof of Concept

  1. On the left sidebar, navigate to the Events dropdown and click on Add Church Event. Select an Event Type.
  2. In the Event Title input field, submit the payload " onfocus=alert(document.cookie) autofocus=". Complete the form and submit.

  1. Click Save. Once the Event is successfully created, go back to edit the Event, and the Javascript will execute.