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

Security vulnerability - SQL injection #147

Open
stefanofornari opened this issue Oct 8, 2023 · 0 comments
Open

Security vulnerability - SQL injection #147

stefanofornari opened this issue Oct 8, 2023 · 0 comments

Comments

@stefanofornari
Copy link

stefanofornari commented Oct 8, 2023

This issue is to collect the similar ones reported about ORM lite not properly escaping parameters in the produced SQL. This may lead to the well known SQL injection vulnerability[1], which is quite serious. I have found the following issues related to this:

  1. EXTERNAL DATA IN SQL QUERIES [SAST] [M7] [CWE-89] #146
  2. Exception when create object with string including single quote #137
  3. security issue -SQL Injection #81 (this should be reopened as it does not apply to table names only)
  4. log4j #138 - see this comment

@j256 , it would be great to have your comment, even if you do not have time to fix it; maybe somebody will be happy to contribute the fix.

many thanks in advance

[1] https://owasp.org/www-community/attacks/SQL_Injection

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

1 participant