Actions
BUG #4186
openDescription
Description¶
Module/Section: Agency Profile → Edit Agency Tagline
Profile: Agency
Issue Category: Functional
On the Edit Agency Tagline modal, the tagline input field does not sanitize user input and allows HTML or script tags to be entered and saved.
This behavior poses potential security, data integrity, and content rendering risks.
Steps to Reproduce¶
- Navigate to the Agency Profile page.
- Click on the Edit Agency Tagline icon.
- Enter HTML or script tags in the tagline input field
(e.g.,<script>alert(1)</script>or<b>test</b>). - Save the changes.
Expected Result¶
- The input field should sanitize or reject HTML/script tags.
- Only plain text should be accepted, with proper validation and encoding to prevent security issues.
Actual Result¶
The tagline input field accepts and saves HTML/script tags without sanitization.
Attachments¶
Impact Area:¶
Root Cause:¶
Additional Info¶
- Tested By: Aman
Actions