Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blind SQL Injection #128

Closed
solozly opened this issue May 29, 2019 · 1 comment
Closed

Blind SQL Injection #128

solozly opened this issue May 29, 2019 · 1 comment

Comments

@solozly
Copy link

solozly commented May 29, 2019

This script is possibly vulnerable to SQL Injection attacks
An attacker may execute arbitrary SQL statements on the vulnerable system. This may compromise the integrity of your database and/or expose sensitive information.

http://127.0.0.1:8081/user/list?query=1 vulnerability:'query'

Your script should filter metacharacters from user input.
Check detailed information for more information about fixing this vulnerability

eg:
1

@laiwei
Copy link
Member

laiwei commented May 29, 2019

@solozly Thank you for the report. This issue is fixed at open-falcon/falcon-plus#733

@laiwei laiwei closed this as completed Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants