7
votes
7answers
240 views
Best Security / Vulnerability Testing Firms?
I'm in charge of a web application that must be extremely secure. Users will be submitting highly sensitive information to each other using the site. Security must be world-class.
…
7
votes
9answers
768 views
Password Cracking Windows Accounts
At work we have laptops with encrypted harddrives. Most developers here (on occasion I have been guilty of it too) leave their laptops in hibernate mode when they take them home a …
6
votes
3answers
127 views
What should you do when coming across a publicly accessible security vulnerability?
I was browsing and came across a rather back-end state-government site that's vulnerable to SQL injection. (Searching for a ' yielded an error, and I toyed around with it until I …
5
votes
4answers
407 views
Vulnerability in the functional programming paradigm?
A few days ago, there were a couple questions on buffer overflow vulnerabilities (such as Does Java have buffer overflows?, Secure C and the universities - trained for buffer overf …
4
votes
5answers
141 views
How can I scan/fuzz my code for vulnerabilites?
I'm looking for an automated way to fuzz my app or scan it for vulnerabilities. Please assume that my hacking knowledge is 0. Also the source is on my localhost so I need a way to …
4
votes
5answers
161 views
How can I prevent bulk vulnerability scanning without using a CAPTCHA component?
How can I prevent that forms can be scanned with a sort of massive vulnerability scanners like XSSME, SQLinjectMe (those two are free Firefox add-ons), Accunetix Web Scanner and ot …
2
votes
2answers
138 views
Avoiding XSS vulnerabilities - whitelist?
What are the best practices to prevent XSS vulnerabilities?
A lot of people on here have mentioned whitelists which sounds like a good idea, but I see many people define the whit …
2
votes
6answers
210 views
Why shouldn’t we crypt with the private key in an asymmetrical cryptographic system?
In standard use of asymmetrical cryptographic system, encryption is done with public key, decryption with private key.
Inversing the process, "encryption with private key" is call …
2
votes
12answers
622 views
What is SQL injection? [closed]
Can someone explain SQL injection? How does it cause vulnerabilities? Where exactly is the point where SQL is injected?
Duplicate
http://stackoverflow.com/questions/332365/x …
1
vote
4answers
121 views
JavaScript Code injected into my website pages
I need to know if there is any way of writing additional code to JavaScript files already deployed on the server.
I am facing a problem with an ASP.NET 2.0 website and it is rela …
1
vote
1answer
14 views
Security of clearing down cookies in IE
Hi,
I've been asked to analyse an old web app which stores sensitive information in cookies rather than sessions/similar. (To be precise, it's classic ASP and uses cookie families …
1
vote
2answers
54 views
Patch for Wordpress Remote Admin Reset Password Vulnerability
The vulnerability is documented here. The patch is supposedly a 1-line replace as documented here in line 190 of branches/2.8/wp-login.php - the new patch should look this (check l …
1
vote
4answers
233 views
SQL Server vs MySQL - SQL Injection Vulnerabilities in Classic ASP
Recently one of our client's websites fell prey to a SQL Injection attack due to a failure to sanitize query string parameters provided to the page. The vulnerable code has since b …
1
vote
1answer
56 views
Vulnerability & Exploit Case Studies.
I understand the general idea of how vulnerabilities are exploited. Buffer overflows and stuff like that, but I guess I don't REALLY get it.
Are there useful sources of informati …
1
vote
4answers
523 views
What characters are unsafe in query strings?
I need to prevent the characters that cause vulnerablities in the url
My sample url http://localhost/add.aspx?id=4;req=4
Please give the list of characters that I need block.
I …
