mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
19 lines
980 B
Markdown
19 lines
980 B
Markdown
### [CVE-2015-0253](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0253)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The read_request_line function in server/protocol.c in the Apache HTTP Server 2.4.12 does not initialize the protocol structure member, which allows remote attackers to cause a denial of service (NULL pointer dereference and process crash) by sending a request that lacks a method to an installation that enables the INCLUDES filter and has an ErrorDocument 400 directive specifying a local URI.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.oracle.com/technetwork/topics/security/bulletinoct2015-2511968.html
|
|
- http://www.oracle.com/technetwork/topics/security/linuxbulletinjan2016-2867209.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|