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

XS_SQL_Injection @ /src/sample.xsjs #1

Open
thtri opened this issue Aug 2, 2023 · 0 comments
Open

XS_SQL_Injection @ /src/sample.xsjs #1

thtri opened this issue Aug 2, 2023 · 0 comments

Comments

@thtri
Copy link
Owner

thtri commented Aug 2, 2023

XS_SQL_Injection issue exists @ sample.xsjs in branch main

The application's addProductInBasket method executes an SQL query with query, at line 29 of /src/sample.xsjs. The application constructs this SQL query by embedding an untrusted string into the query without proper sanitization. The concatenated string is submitted to the database, where it is parsed and executed accordingly.

An attacker would be able to inject arbitrary syntax and data into the SQL query, by crafting a malicious payload and providing it via the input get; this input is then read by the method at line 85 of /src/sample.xsjs. This input then flows through the code, into a query and to the database server - without sanitization.

This may enable an SQL Injection attack.

Namespace: thtri
Repository: cx1-test-feedback-app
Repository Url: https://github.com/thtri/cx1-test-feedback-app
CxAST-Project: thtri/cx1-test-feedback-app
CxAST platform scan: d9bb4146-322f-4d77-9ac6-7a858eaa2c1a
Branch: main
Application: cx1-test-feedback-app
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
CWE: 89
Lines: 85


References
Read more

@thtri thtri closed this as completed Sep 11, 2023
@thtri thtri reopened this Sep 11, 2023
@thtri thtri closed this as completed Sep 11, 2023
@thtri thtri reopened this Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant