-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: None
-
Component/s: None
-
Environment:
Windows
Deleting a user with an apostraphy (') in their name causes a SQL error. This actually exposes a potential SQL injection exploit since the username is passed directly to the SQL statement and is not parsed for apostraphies.
Example:
1. Create a user with an apostraphy in their name.
2. Try to delete the user.