Tagged Questions
The attack tag has no wiki summary.
17
votes
3answers
493 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 ...
10
votes
3answers
345 views
Buffer Overflow Attack
I'm trying to execute a very simple buffer overflow attack. I'm pretty much a newbie to this. So, if this question is stupid, please excuse me :-)
The code:
#include<stdio.h>
...
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 ...
7
votes
4answers
3k views
Need help with this XSS attack [closed]
Did anybody know more information about this attack ?
I recently got this script injected in my web sites
By the way dont go on this web site since it's the source of the infection
...
6
votes
8answers
423 views
Is this query safe from sql injection?
The script is in PHP and as DB I use MySQL. Here is the script itself.
$unsafe_variable = $_GET["user-input"];
$sql=sprintf("INSERT INTO table (column) VALUES('%s')",$unsafe_variable);
...
6
votes
6answers
5k views
How to prevent code injection attacks in PHP?
I am abot confusing, there are so many functions in PHP, and some using this, some using that. Some people use: htmlspecialchars(), htmlentities(), strip_tags() etc
Which is the correct one and what ...
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
3answers
260 views
How to store server password in Java client for later reconnects?
I have a client application that connects to a server over a secure/SSL socket. The user is required to log in when the app starts. Right now I have a requirement that I need to send the actual ...
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 ...
5
votes
9answers
578 views
4
votes
1answer
191 views
Can someone explain last year's reddit exploit to me?
Last year a user managed to inject arbitrary javascript into reddit's markdown syntax. Can someone explain how this was done and how I can test whether my site is similarly vulnerable?
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
1answer
57 views
Best way to prevent denial of service attacks on a website
I have a web app and I would like to prevent DOS attacks by blocking an IP address if it make many request in a short period of time.
For example, if the same IP address makes 100 request in a ...
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
2answers
119 views
How do I protect against XSS in CSS?
I'm looking at allowing users of our online system to control their own .css files with us simply including them on a user by user basis.
What is the best way to avoid any potential XSS attacks in ...
3
votes
1answer
292 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 ...
3
votes
5answers
1k views
Generating every character combination up to a certain word length
I am doing a security presentation for my Computer and Information Security course in a few weeks time, and in this presentation I will be demonstrating the pros and cons of different attacks ...
3
votes
6answers
576 views
I'm being attacked - what can I do?
Someone is putting this code onto my aspx page.
What are they doing?
How are they doing it?
How do I stop them?
It's on a shared hosting server.
It's on an aspx content page which has a ...
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
120 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?
2
votes
2answers
371 views
Java input stream limit: protecting against DoS attacks
I'm coding a tool, that, given any URL, would periodically fetch its output. The problem is that an output could be not a simple and lightweight HTML page (expected in most cases), but some heavy data ...
2
votes
3answers
92 views
Does using the converting input from HTML forms into htmlentities protect attacks invoving JavaScript insertion?
I was wondering if converting POST input from an HTML form into html entities, (via the PHP function htmlentities() or using the FILTER_SANITIZE_SPECIAL_CHARS constant in tandem with the ...
2
votes
3answers
348 views
How do I avoid reflection injection attacks in PHP?
I'm writing a class that allows you to bridge HTTP requests with class instances using JSON for data, without any implementation in the class you're bridging to. Basically this is how it works:
// ...
1
vote
2answers
35 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
1answer
24 views
changing URl parameter values
What is the best practise to do when user change the values of URL parameter?
Redirect to login page.
show error page with page is no exist message.
still in the same page.
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
1answer
24 views
allowing users to add html formatted notes
We want to allow the users of our web application, to leave notes formatted with html.
On client side we are providing them with ckeditor [http://ckeditor.com/] which is a wisywig editor that ...
1
vote
1answer
239 views
JAVA RSAES-OAEP attack
I need to implement an RSAES-OAEP PKCS#1 V2.1 attack, using a unix executable oracle and a ASCII format challenge file. The format of challenge ASCII file is
{n}
{e}
{c}
where N (an integer) is a ...
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
399 views
Help with odd PHP javascript/hidden iframe hack
Some pages on my site are including an unintended hidden iframe with some javascript in their output. I have read about sites getting hacked and similar code being added to php and html files before, ...
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
3answers
513 views
1
vote
0answers
330 views
How to validate GET/POST parameter to avoid javascript injection
I'm building an AJAX enabled web application in which I'm accepting to inputs from user or sometimes building query string based on user action.
Using firebug or other tools anyone can inspect and ...
1
vote
1answer
296 views
Rails and ip-spoofing
I have small application on Rails 2.3.2, served with nginx+thin(127).
OS FreeBSD 7.1, DB - Posgresql.
Twise at this week my app has fall.
In log I get something like (~2-50 request per second):
/!\ ...
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 ...
1
vote
3answers
344 views
how to avoid bot attacks on form
i have these forms:
https://www.mychabad.org/templates/articlecco.asp?aid=1188756&jewish=General-Contributions.htm&lang=en&site=chabaduc.org
...
1
vote
1answer
201 views
Meet-in-the-Middle Atack on an NTRU Private key
I was wondering if anyone could tell me how to represent the enumeration of vectors of privite key f in a Meet-In-the-Middle Attack on an NTRU Private key. I can not understand the example, given here ...
0
votes
3answers
351 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
0answers
115 views
Javascript Mass Iframe Injection attack
Recently, one of our websites was comprised by a "Mass Iframe Injection Attack 3". Essentially, malicious obfuscated code was appended to all of our javascript files. I am trying to figure out, how ...
0
votes
0answers
61 views
DNS Attack using Pcap Library and C [closed]
I'm trying to perform DNS attacks using Pcap library and C code. Currently I can:
1. Read a DNS query
2. Based on the DNS query, create a DNS answer and inject the malicious IP.
3. Inject the fake ...
0
votes
2answers
115 views
Nhibenate - DOS Attack
One of the testers in my company found an error on my ASP.Net MVC 3 solution, that I believe is pretty common.
One post to the server it can handle. But if you send a lot of posts, like a ...
0
votes
1answer
28 views
What are attacks to execute code or modify webpages?
A friend of mine suffered an attack where all his index files (php or html) had an iframe injected. It got me thinking
I heard of sql injections and exploits on a site to do something it didnt intend ...
0
votes
0answers
116 views
How to recognize DoS/DDoS (Denial of Service) server attack? [closed]
We have ASP.NET MVC website which was attacked today (infinite automatic posts to one form)...
When we enabled IIS7 logging we have found out attacker's IP address and we blocked it.
What we would ...
0
votes
1answer
120 views
defend dos attack [closed]
my website is crippled due to simple request from many ranges of ips, tens of thousands or more request per second. Is there a way to defend this kind of attack? Is there a way to trace back to the ...