denial of service attack

Nikita Popov's Blog: Supercolliding a PHP array

PHPDeveloper.org  Thu, 12/29/2011 - 12:15

In a new post to his blog Nikita Popov talks about a little trick with inserting values into arrays that can make it take a lot longer than it should (because of how PHP stores its array values in hashtables).


 

ACS:Law Pleads Poverty, Gets Tiny Fine For Data Breach

TorrentFreak  Tue, 05/10/2011 - 08:56

In an announcement today, the UK’s Information Commissioner’s Office (ICO) has revealed that Andrew Crossley, the former boss of ACS:Law, has been handed a penalty for his failure to ensure the security of sensitive data held on their computer systems.

As readers will be aware, last year the company succeeding in spilling the details of around 6,000 Internet subscribers onto an unprotected web page following a Denial of Service attack carried out by Anonymous.


 

Wordpress.com DDoS Attacks Primarily From China, Possibly Politi...

Digg / Tech Industry News  Fri, 03/04/2011 - 18:25

After recovering from the largest Distributed Denial of Service attack in the service's history (


 

Thumbnailers: configure with caution - Paul Reinheimer

Planet PHP  Mon, 01/03/2011 - 10:09

You’re indubitably familiar with various php scripts that accept an image, and bounding box as parameters, it then resizes the image to fit within the bounding box, returning the output. phpThumb seems to be a popular option.


 

slowdeath - a simple denial of service attack for most PHP-based...

Planet PHP  Sat, 10/30/2010 - 08:51

The problem with Apache's approach to dealing with multiple clients, is that there's only ever a limited amount of Client processes available.

This is usually is around a few hundred on common webservers.

Because of this, it becomes necessary to handle HTTP requests as quickly as possible.

As soon as a request is handled, it can go on serving the next. If a client happens to have a slow connection, this can have a direct effect on the scalability of your frontend server.