Lucene search
K

3715 matches found

Mozilla
Mozilla
added 2007/11/26 12:0 a.m.29 views

Referer-spoofing via window.location race condition — Mozilla

Gregory Fleischer demonstrated that it was possible to generate a fake HTTP Referer header by exploiting a timing condition when setting the window.location property. This could be used to conduct a Cross-site Request Forgery CSRF attack against websites that rely only on the Referer header as...

4.3CVSS1.5AI score0.01469EPSS
Exploits1References2Affected Software2
Prion
Prion
added 2007/11/22 12:46 a.m.13 views

Sql injection

SQL injection vulnerability in admin/index.php in IceBB 1.0-rc6 allows remote attackers to execute arbitrary SQL commands via the X-Forwarded-For HTTP header...

7.5CVSS9.1AI score0.01959EPSS
Exploits0References9Affected Software1
NVD
NVD
added 2007/11/22 12:46 a.m.14 views

CVE-2007-6083

SQL injection vulnerability in admin/index.php in IceBB 1.0-rc6 allows remote attackers to execute arbitrary SQL commands via the X-Forwarded-For HTTP header...

7.5CVSS8.4AI score0.01959EPSS
Exploits0References9
Cvelist
Cvelist
added 2007/11/22 12:0 a.m.19 views

CVE-2007-6083

SQL injection vulnerability in admin/index.php in IceBB 1.0-rc6 allows remote attackers to execute arbitrary SQL commands via the X-Forwarded-For HTTP header...

8.4AI score0.01959EPSS
Exploits0References9
seebug.org
seebug.org
added 2007/11/21 12:0 a.m.19 views

IceBB HTTP_X_FORWARDED_FOR变量远程SQL注入漏洞

BUGTRAQ ID: 26483 IceBB是一个基于PHP+MySQL的开源论坛系统。 IceBB处理畸形用户请求时存在输入验证漏洞,远程攻击者可能利用此漏洞执行SQL注入攻击,非授权操作数据库。 IceBB的index.php脚本没有正确地验证对X-Forwarded-For HTTP头的输入。在/includes/functions.php文件的73行: $ip = empty$SERVER'HTTPXFORWARDEDFOR' ? $SERVER'REMOTEADDR' : $SERVER'HTTPXFORWARDEDFOR'; $ip = $this-cleankey$ip;...

6.9AI score
Exploits0
Exploit DB
Exploit DB
added 2007/11/15 12:0 a.m.23 views

IBM Websphere Application Server 5.1.1 - WebContainer HTTP Request Header Security

source: https://www.securityfocus.com/bid/26457/info IBM WebSphere Application Server is prone to a security weakness regarding an HTTP request header. The software fails to sanitize a certain HTTP header when the data is redirected to an error message. An attacker may exploit this issue to steal...

7.4AI score
Exploits0
NVD
NVD
added 2007/11/14 1:46 a.m.32 views

CVE-2007-5944

Cross-site scripting XSS vulnerability in Servlet Engine / Web Container in IBM WebSphere Application Server WAS 5.1.1.4 through 5.1.1.16 allows remote attackers to inject arbitrary web script or HTML via the Expect HTTP header. NOTE: this might be the same issue as CVE-2006-3918, but there are...

4.3CVSS5.3AI score0.01786EPSS
Exploits0References7
Prion
Prion
added 2007/11/05 7:46 p.m.18 views

Format string

Format string vulnerability in the wsaddarg function in webserver.c in mt-dappd in Firefly Media Server 0.2.4 and earlier allows remote attackers to execute arbitrary code via a stats method action to /xml-rpc with format string specifiers in the 1 username or 2 password portion of base64-encoded...

7.5CVSS7.8AI score0.03723EPSS
Exploits0References10Affected Software1
Cvelist
Cvelist
added 2007/11/05 7:0 p.m.25 views

CVE-2007-5825

Format string vulnerability in the wsaddarg function in webserver.c in mt-dappd in Firefly Media Server 0.2.4 and earlier allows remote attackers to execute arbitrary code via a stats method action to /xml-rpc with format string specifiers in the 1 username or 2 password portion of base64-encoded...

7.4AI score0.03723EPSS
Exploits0References10
Tenable Nessus
Tenable Nessus
added 2007/10/17 12:0 a.m.25 views

openSUSE 10 Security Update : libsoup (libsoup-2503)

This update fixes a bug in the HTTP header parsing code. Applications using this library maybe vulnerable to a remote denial-of-service attack. CVE-2006-5876 %NASLMINLEVEL 70300 C Tenable Network Security, Inc. The descriptive text and package checks in this plugin were extracted from openSUSE...

7.8CVSS8.2AI score0.02602EPSS
Exploits0References1
RedHat Linux
RedHat Linux
added 2007/10/11 6:21 p.m.3 views

tomcat accept-language xss flaw

Cross-site scripting XSS vulnerability in certain applications using Apache Tomcat 4.0.0 through 4.0.6 and 4.1.0 through 4.1.34 allows remote attackers to inject arbitrary web script or HTML via crafted "Accept-Language headers that do not conform to RFC 2616"...

2.6CVSS5.9AI score0.19889EPSS
Exploits1References4
Prion
Prion
added 2007/10/05 12:17 a.m.16 views

Sql injection

SQL injection vulnerability in index.php in MAXdev MDPro MD-Pro 1.0.76 allows remote attackers to execute arbitrary SQL commands via a "Firefox ID=" substring in a Referer HTTP header...

7.5CVSS9AI score0.01651EPSS
Exploits1References7Affected Software1
NVD
NVD
added 2007/10/05 12:17 a.m.17 views

CVE-2007-5222

SQL injection vulnerability in index.php in MAXdev MDPro MD-Pro 1.0.76 allows remote attackers to execute arbitrary SQL commands via a "Firefox ID=" substring in a Referer HTTP header...

7.5CVSS8.3AI score0.01651EPSS
Exploits1References7
Cvelist
Cvelist
added 2007/10/05 12:0 a.m.22 views

CVE-2007-5222

SQL injection vulnerability in index.php in MAXdev MDPro MD-Pro 1.0.76 allows remote attackers to execute arbitrary SQL commands via a "Firefox ID=" substring in a Referer HTTP header...

8.3AI score0.01651EPSS
Exploits1References7
CVE
CVE
added 2007/09/19 6:0 p.m.41 views

CVE-2007-4980

CVE-2007-4980 affects GCALDaemon 1.0-beta13 where the readRequest method in org/gcaldaemon/core/http/HTTPListener.java is vulnerable. A remote attacker can trigger a denial of service by sending an HTTP request with a large Content-Length header, which leads to a fatal Java OutOfMemoryError. The ...

4.3CVSS6.6AI score0.04759EPSS
Exploits0References5Affected Software1
securityvulns
securityvulns
added 2007/08/16 12:0 a.m.34 views

Streamripper 1.62.1 - Buffer Overflows

Streamripper 1.62.1 Security Advisory | http://streamripper.sf.net Multiple Buffer Overflows 12 August 2007 Chris Rohlf http://em386.blogspot.com ----------- Description ----------- Streamripper is a program used to rip streaming media to mp3 format to your harddrive. Multiple buffer overflows th...

1.5AI score
Exploits0
Debian CVE
Debian CVE
added 2007/08/14 6:0 p.m.16 views

CVE-2007-4337

Multiple buffer overflows in the httplibparsescheader function in lib/http.c in Streamripper before 1.62.2 allow remote attackers to execute arbitrary code via long 1 Location and 2 Server HTTP headers, a different vulnerability than CVE-2006-3124...

5.8CVSS7.4AI score0.03506EPSS
Exploits0
NVD
NVD
added 2007/07/09 4:30 p.m.17 views

CVE-2007-3623

Cross-site scripting XSS vulnerability in the Hitachi JP1/HiCommand Device Manager, Tiered Storage Manager, Replication Monitor, and GlobalLink Availability Manager before 20070528 allows remote attackers to inject arbitrary web script or HTML via the Expect HTTP header...

4.3CVSS5.9AI score0.0192EPSS
Exploits0References7
Cvelist
Cvelist
added 2007/07/09 4:0 p.m.24 views

CVE-2007-3623

Cross-site scripting XSS vulnerability in the Hitachi JP1/HiCommand Device Manager, Tiered Storage Manager, Replication Monitor, and GlobalLink Availability Manager before 20070528 allows remote attackers to inject arbitrary web script or HTML via the Expect HTTP header...

5.9AI score0.0192EPSS
Exploits0References7
Prion
Prion
added 2007/07/05 7:30 p.m.15 views

Design/Logic Flaw

The Apache Web Server as used in Novell NetWare 6.5 and GroupWise allows remote attackers to obtain sensitive information via a certain directive to Apache that causes the HTTP-Header response to be modified, which may reveal the server's internal IP address...

4.3CVSS6.7AI score0.01196EPSS
Exploits0References4Affected Software1
Rows per page
Query Builder