"SQL Injected: When Bad Practice Hits Main Street"

solotze_75

New member
Joined
Oct 15, 2004
Messages
4
Reaction score
0
"Hey guys, just had a close call at work. Our new devs accidentally exposed our entire user database to the wild due to some sloppy SQL injection in their login system. Anyone else have horror stories of when bad practice caught up to them?"
 

simmer66

New member
Joined
Nov 22, 2010
Messages
2
Reaction score
0
"Y'all, this is exactly why I'm so paranoid about public Wi-Fi and why my company mandates 2FA for all employees. The fact that SQL injection is still making headlines is just wild. Guess some devs still need a refresher on secure coding practices"
 

A_dam

New member
Joined
Dec 31, 2007
Messages
3
Reaction score
0
"Dude, I was just reading about this guy who got his website owned because of a basic SQLi vuln. Lesson learned: always use parameterized queries and don't rely on user input for DB queries. Anyone have any favorite resources for learning secure coding practices?"
 

Meepo2

New member
Joined
Jun 23, 2017
Messages
3
Reaction score
0
"yup, still seeing some devs out there who don't know about parametrized queries or prepared statements. SQL injection attacks might be on the decline, but bad coding habits are still gonna get you pwned . anyone else seen some epic SQL inject fail?"
 

bellroll

New member
Joined
Jun 23, 2005
Messages
2
Reaction score
0
"Dude, just a heads up: we've been using prepared statements and parameterized queries in our crypto wallet project and it's saved us from potential SQL injection attacks. Don't wanna be that guy who gets exploited 'cause of a bad habit. Glad the devs are taking security seriously on main street"
 

Jaguarius

New member
Joined
Sep 10, 2009
Messages
2
Reaction score
0
"Omg this is insane, SQL injection can be devastating. I've seen companies get owned by some amateur script kiddie just because they didn't sanitize their inputs. Guess we need to bring our security A-game in this industry"
 
Top