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 issues #32

Open
pwntester opened this issue Aug 9, 2018 · 9 comments
Open

Security issues #32

pwntester opened this issue Aug 9, 2018 · 9 comments
Assignees

Comments

@pwntester
Copy link

Hi,

Is this a real project meant to be used in production e-Commerce sites? or just an educational project? If the former, please let me know where could I submit a security issue in your project.

Cheers,
A

@ikismail
Copy link
Owner

ikismail commented Aug 9, 2018

Hi @pwntester , this project is for educational purpose, I don't recommend this project for production e-Commerce. can I know what security issue did you face ?

@pwntester
Copy link
Author

Similar to the one reported to the Spring webflow demo app

In your case, the binder is not configured on any states, so there is nothing preventing an attacker to send a cart.totalPrice=0 parameter to change the price of the cart, for example.

@ikismail ikismail self-assigned this Aug 9, 2018
@ikismail
Copy link
Owner

ikismail commented Aug 9, 2018

Nice @pwntester , I will go through it and try to fix.

@ChillBoss
Copy link

ChillBoss commented Nov 22, 2018

Hi, I want the tables in your project.i can't find the tables in your project how do I do it..??

@ikismail
Copy link
Owner

@ChillBoss Refer -> #22

@swapnil0
Copy link

Jan 24, 2019 10:32:29 AM org.springframework.web.servlet.PageNotFound noHandlerFound
WARNING: No mapping found for HTTP request with URI [/pages/j_spring_security_check] in DispatcherServlet with name 'dispatcher'
please help me for that..!!!!!!!!!!!
image

@iamrahulkohli
Copy link

@swapnil0 were you able to resolve this? I am also facing the same issue.

@taminhluan
Copy link

// applicationContext.xml
<security:form-login login-page="/login"
			login-processing-url="/j_spring_security_check"
			authentication-failure-url="/login?error" default-target-url="/index1" />
		<security:logout logout-success-url="/login?logout" />
		<security:csrf disabled="true"/>

@Abdul-Ghani-Firoze
Copy link

Hi @pwntester , this project is for educational purpose, I don't recommend this project for production e-Commerce. can I know what security issue did you face ?

May I ask why don't you recommend this for production?

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

7 participants