Tagged Questions

1
vote
2answers
27 views

coercive parsing attack

when studying about xml vulnerabilities , i came accross coercive parsing attack. can anybody say what exactly is Coercive parsing attack(in SOA applications). How does the attack …
0
votes
2answers
26 views

xml vulnerabilities and threats in Internet

can anybody give the list of xml vulnerabilities and threats that are possible in Internet?
16
votes
30answers
1k views

Surprising software vulnerabilities or exploits?

What are the most strange/sophisticated/surprising/deeply hidden software vulnerabilities or exploits you have ever seen? Places in code where you thought that there is no danger h …
0
votes
5answers
59 views

PHP: is this validity check vulnerable?

I have this code in a page that includes other files via GET request: $page = strtolower($_GET['page']); if(!$page or !$allow[$page] or $page == 'home') { header("Location: h …
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 …
3
votes
5answers
117 views

The R in CRUD - where’s the line between feature and disclosure vulnerability?

We all know how hip it is to make our Ajax calls using address routing and HTTP-Get with parameters in the URL because the client side can cache those calls and thus server load is …
6
votes
2answers
429 views

Understanding the Wordpress vulnerability

A vulnerability has recently been disclosed that affects WordPress 2.8.3 and allows the admin user to be locked out of their account by changing the password. This post on Full Di …
4
votes
4answers
233 views

Common Website Attack Methods, Detection, and Recovery

I've seen a lot of questions here about specific types of attacks against websites, including SQL injection, denial-of-service, and cross-site scripting. I would like to get a l …
0
votes
4answers
230 views

prevent direct access to a php include

I have a php script PayPal eStores/dl_paycart but it has PayPal eStores "settings.php" Security Bypass Vulnerability I would like to know if I can prevent direct access to a php …
0
votes
2answers
75 views

What is your favorite way of doing a MITM?

Hi Guys, Many of us must have done a Man-in-the-middle (MITM) attack on their internal networks- nothing serious, just for learning :) Now there are a number of protocol vulnerab …
5
votes
4answers
158 views

Security vulnerabilities of the .NET platform?

I am doing some research on .NET security. The most of sources just describe .NET security mechanisms but no even a word of possible vulnerabilities or things to be kept in mind. D …
0
votes
8answers
165 views

SSL to log in, regular http after that… how vulnerable is the data transferred from the database?

Hi all, I roamed the site for this question using the search engine, and I don't think it's out there. If it is, apologies in advance and feel free to point me to it. Here is my …
5
votes
9answers
234 views

Bugs versus vulnerabilities?

What, if any, is the difference between a software bug and a software vulnerability?
3
votes
3answers
97 views

What advice are you giving your Web user community about the IE security issue?

Perhaps not directly programming related, but definitely product / commercially related. And I can't find a dupe, so I thought I would ask. I have had a bit of trouble trying to …
3
votes
4answers
137 views

Is there a good service for checking website/server vulnerability

I have been asked to provide information on available techniques for assessing our current, and any future websites for security problems. the request is in the form of Do you …