Actions
BUG #4208
openStart date:
02/03/2026
Due date:
% Done:
100%
Estimated time:
Description
Description¶
Module/Section: Agency Profile → Edit Agency Legal Name
Profile: Agency
Issue Category: Functional
On the Edit Agency Legal Name modal, the Legal Name input field lacks proper input sanitization.
Entering malicious HTML or script tags results in an unexpected or abnormal popup, indicating unsafe input is not being handled correctly.
This behavior poses potential security and stability risks.
Steps to Reproduce¶
- Navigate to the Agency Profile page.
- Open the Edit Agency Legal Name option.
- Enter malicious input such as
<script>alert(1)</script>in the input field. - Attempt to save the changes.
- Observe the popup behavior.
Expected Result¶
The Agency Legal Name field should:
- Sanitize or reject unsafe input
- Prevent submission of HTML/script tags
- Avoid triggering abnormal popups
Actual Result¶
- The field accepts unsafe input
- An unexpected popup appears when saving, indicating improper input handling
Attachments¶
Impact Area:¶
Root Cause:¶
Additional Info¶
- Tested By: Aman
Updated by Ayat Rahman about 2 months ago
- Assignee changed from Ayat Rahman to Aman Bhuiyan
- % Done changed from 0 to 100
Actions