mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-10 20:04:58 +02:00
20 lines
867 B
Markdown
20 lines
867 B
Markdown
### [CVE-2007-3304](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3304)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Apache httpd 1.3.37, 2.0.59, and 2.2.4 with the Prefork MPM module, allows local users to cause a denial of service by modifying the worker_score and process_score arrays to reference an arbitrary process ID, which is sent a SIGUSR1 signal from the master process, aka "SIGUSR1 killer."
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://marc.info/?l=apache-httpd-dev&m=118252946632447&w=2
|
|
- http://securityreason.com/securityalert/2814
|
|
|
|
#### Github
|
|
- https://github.com/Live-Hack-CVE/CVE-2007-3304
|
|
- https://github.com/kasem545/vulnsearch
|
|
|