Skip to content

bug: sqli vulnerability #554

@Suhanataneja02

Description

@Suhanataneja02

Description

A possible SQL Injection vulnerability exists in the email input field of the application. During testing, specially crafted input was accepted without proper sanitization or validation, which may allow authentication bypass or unintended backend behavior.

The application does not appear to validate or parameterize user input correctly before processing it on the server side.

This issue could potentially lead to:

  • Authentication bypass
  • Unauthorized access
  • Backend/database manipulation attempts

The issue was identified during security testing and no destructive actions were performed.

Steps to Reproduce

  1. Open the application login/input page.
  2. Locate the email input field.
  3. Enter a crafted SQL injection payload in the email field.
  4. Submit the request.
  5. Observe that the application accepts the payload and bypasses expected validation/authentication behavior.

Expected Behavior

The application should properly validate and sanitize user input before processing it.

Any malicious or malformed SQL-related payloads should be rejected, escaped, or handled securely using parameterized queries/prepared statements.

Screenshots / Logs

No response

GitHub Username (If applicable)

No response

Environment

Chrome

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions