Tagged Questions
17
votes
3answers
492 views
How secure are CDNs for delivering jQuery?
We build sites that have a public (non-secured) area and secured (delivered over HTTPS) area and we use jQuery library.
Recently I suggested we use Google CDN for jQuery delivery. Some of my ...
14
votes
7answers
904 views
client's website was attacked, eeek!
Well, I guess this day had to come.
My client's website has been compromised and blacklisted by Google. When you load the main page this javascript gets automatically added to the bottom of the ...
8
votes
3answers
6k 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 list of the common ...
5
votes
2answers
273 views
Best practices for preventing Denial of Service Attack in Django
What are the best practices in Django to detect and prevent DoS attacks... Are there any ready to use apps or middleware available which prevents website access and scan through bots?
5
votes
1answer
308 views
How to write value into an address in format string attack
I'm taking a security course which needs us to do format string attack on an unix virtual machine. The vulnerability is a format string using command line argument.
My question is how can I write ...
3
votes
3answers
106 views
MITM attack against non-SSL form posting to SSL
I understand as per this post the theoretical possibility of an attacker manipulating non-SSL forms in transit to a victim; can anyone articulate how this manipulation might take place IRL? A step by ...
3
votes
2answers
220 views
How to demonstrate a CSRF attack
I'm doing an introduction to the web security to some other people in our enterprise, and I want to show some example to have more impact.
For this I've created a small website which is vulnerable to ...
3
votes
1answer
291 views
Wiener's attack on RSA
I have a challenge about RSA:
Using small keys improves performance.
However, it has been shown (Wiener, 1990) that if d<=0.25 log(N), the private exponent d can be reconstructed from the public ...
2
votes
2answers
57 views
Can $_SERVER be faked in PHP?
In PHP, Remote file inclusion can be conducted via input from $_GET, $_POST, $_COOKIE. I know it is improbable, but is it possible (by any chance) to fake the value come out of $_SERVER?
I mean, can ...
2
votes
2answers
119 views
Undetectable DoS attack with an invalid IP [closed]
in Security+ book, it has been told that DoS attack can be undetectable and an attacker can use an invalid IP address.
what did it mean by Invalid IP address? is it a zombie IP? how can we face with ...
2
votes
1answer
108 views
Is this a code/script injection attack? /script><script type=
Some tried to access this URL in my rails app
http://domain.com/apply/share/script%3E%3Cscript%20type=
Is this an attack?
1
vote
2answers
33 views
Is it possible to create attack vectors based on referers?
I had an idea while I was working on some PHP code. Usually, if a user is searching for a website on google and clicks on a link, the referer (in this case google, including search strings, etc.) the ...
1
vote
0answers
19 views
What does colluded truncation attack mean? [migrated]
I'm doing my final year engineering project. I went through some ieee papers and came across something called colluded truncation attack. Can someone explain what it is. I'm planning to do the project ...
1
vote
1answer
33 views
When writing a HTTP proxy, what security problems do I need to think about?
My company has written a HTTP proxy that takes the original website page and translates it. Think something along the lines of the web translation service provided by Google, Bing, etc.
I am in the ...
1
vote
1answer
117 views
Format String Attack in C
I'm studying a security unit and I'm attempting to understand format string attacks. Could somebody please attempt to explain this to me?
The following code is taken from: ...
1
vote
3answers
263 views
xss attack - regex or htmlspecialchars
To prevent an xss attack, if I use a php regex to block strange characters like '> or ; do I still need to use htmlspecialchars and htmlentities?
1
vote
0answers
99 views
lattice alg vs continued fraction algorithm
I am doing wiener's attack on RSA with short encryption exponent. And the d has a special format.
I was given the hint that: using lattice rather than continued fraction algorithm.
is this the ...
1
vote
1answer
87 views
vulnerabilities of an e-commerce based application
http://www.zignals.com/main/
The above website is a market place for stock brokers strategies,
would anybody be able to tell me the vulnerabilities associated with a website like this.
I would ...
1
vote
2answers
136 views
Is PHPIDS enough for securing my website?
I just found out about PHPIDS and I have a couple of questions:
Can PHPIDS protect from automated sql injection attacks ?
Can it protect from DOS attacks?
Is it enough to be used on its own or must ...
1
vote
2answers
110 views
database security
I've been reading about database security when it comes to websites. And it says an attacker could steal a database and then have as much time as he wants to get all the user's passwords.
If an ...
0
votes
0answers
19 views
Stack Buffer Overflow how to overwrite local variable with value containing null character
I am trying to figure out a way to overwrite return address of a function containing this code:
length = bigger than target size but smaller than return address offset from beginning of target array.
...
0
votes
3answers
349 views
php possible attack? [closed]
i would like to now if i am on any kind of attack and what security should be applied.
I got this in my server logs:
"GET /site.php?a={%24{passthru%28chr%28105%29.chr%28100%29%29}} HTTP/1.1" 404 ...
0
votes
1answer
29 views
Retrieving the key of an encryption if the data is known
Is there any possible way or attack to retrieve the key from encrypted data if a part of the original data is known? Also if a file is compressed and then encrypted, does the compression headers give ...
0
votes
1answer
440 views
How does heap-spray attack work?
I've read two articles about heap-spraying: Wikiepdia and this blog post.
I understand how the shell code is introduced in to the program's memory. But how the program is made to jump/call to the ...
0
votes
3answers
249 views
What are security issues in asp.net mvc?
What are security issues in asp.net mvc?! and does MVC solved XSS and the others?!
0
votes
3answers
157 views
how the code attack google works?
according to McAfee “Aurora” Exploit In Google Attack Now Public, and the exploit code referred should be here, any one can give a more detailed explanation how it works?