You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
What's affected?
SQL databases can be injection attacked.
Where's the source of the leak or weak point?
It is possible to execute a SQL injection attack by ending the first statement, then immediately beginning another statement in the same field, such as here:
';SELECT * FROM ConsumptionHistory
Is this a known issue?
Maybe.
The text was updated successfully, but these errors were encountered:
What's affected?
SQL databases can be injection attacked.
Where's the source of the leak or weak point?
It is possible to execute a SQL injection attack by ending the first statement, then immediately beginning another statement in the same field, such as here:
Is this a known issue?
Maybe.
The text was updated successfully, but these errors were encountered: