Bitcoin Forum

Economy => Service Discussion => Topic started by: optimator on April 18, 2013, 04:56:11 PM



Title: Camp Bx Password
Post by: optimator on April 18, 2013, 04:56:11 PM
I just created a new account with Camp Bx. I just a random long password that happened to have a tick mark in the middle (')

When I tried to create the account it told me my passwords didn't match. I removed the tick and it worked.

Needless to say ticks in password fields creating problems doesn't leave me warm and fuzzy. Anyone else experience this? I didn't try a SQL injection test.


Title: Re: Camp Bx Password
Post by: Newscastix on April 18, 2013, 05:55:54 PM
Scary. I'd send a ticket to them and let them know if this might become an issue.


Title: Re: Camp Bx Password
Post by: epetroel on April 18, 2013, 06:09:35 PM
Probably something trying to prevent SQL injection by stripping out ticks rather than properly escaping them or using parameterized queries.  Sounds like something PHP programmers would do :)