Giter Club home page Giter Club logo

Comments (2)

senzee1984 avatar senzee1984 commented on July 30, 2024

In UserDAO.java, multiple parameters such as user, pass, etc. are vulnerable to SQL injection vulnerability.
PoC: Set value of parameter 'user' as ' <SQL Query>--
In CustomerDAO.java, multiple parameters such as searchTxt, customercode, etc. are vulnerable to SQL injection vulnerability.
PoC: Set value of parameter 'searchTxt' as ' <SQL Query>--
In Stocks.java, parameter productcode is vulnerable to SQL injection vulnerability.
PoC: Set value of parameter 'prductcodet' as ' <SQL Query>--
In SupplierDAO.java, parameter searchTxt is vulnerable to SQL injection vulnerability.
PoC: Set value of parameter 'searchTxt' as ' <SQL Query>--
In ProductDAO.java, parameter searchTxt is vulnerable to SQL injection vulnerability.
PoC: Set value of parameter 'searchTxt' as ' <SQL Query>--
In ConnectionFactory.java, multiple parameters such as username, password, user, etc. are vulnerable to SQL injection vulnerability.
PoC: Set value of parameter 'username' as ' <SQL Query>--

from inventorymanagementsystem.

sazanrjb avatar sazanrjb commented on July 30, 2024

Hey, I find few parameters are vulnerable to SQL injection vulnerability.
A list of affected files:
UserDAO.java
Stocks.java
SupplierDAO.java
ProductDAO.java
CustomerDAO.java
ConnectionFactory.java

Hey, thanks for finding out time to read through and open the issue.

Since I do not maintain this project anymore, it would be great if you could open a pull request with necessary changes.

from inventorymanagementsystem.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.