Lucene search
+L

9205 matches found

securityvulns
securityvulns
added 2008/07/18 12:0 a.m.108 views

Mozilla Foundation Security Advisory 2008-35

Mozilla Foundation Security Advisory 2008-35 Title: Command-line URLs launch multiple tabs when Firefox not running Impact: Critical Announced: July 15, 2008 Reporter: Billy Rios, Ben Turner, Dan Veditz Products: Firefox Fixed in: Firefox 3.0.1 Firefox 2.0.0.16 Description Security researcher Bil...

2.6CVSS0.3AI score0.02753EPSS
SaveExploits1
securityvulns
securityvulns
added 2008/07/18 12:0 a.m.73 views

Mozilla Foundation Security Advisory 2008-36

Mozilla Foundation Security Advisory 2008-36 Title: Crash with malformed GIF file on Mac OS X Impact: Critical Announced: July 16, 2008 Reporter: Drew Yao Products: Firefox 3 Fixed in: Firefox 3.0.1 Description Drew Yao of Apple Product Security reported a vulnerability in Mozilla graphics code...

6.8CVSS0.8AI score0.03592EPSS
SaveExploits2
securityvulns
securityvulns
added 2008/07/03 12:0 a.m.61 views

Mozilla Foundation Security Advisory 2008-28

Mozilla Foundation Security Advisory 2008-28 Title: Arbitrary socket connections with Java LiveConnect on Mac OS X Impact: High Announced: July 1, 2008 Reporter: Gregory Fleischer Products: Firefox, SeaMonkey Fixed in: Firefox 3.0 Firefox 2.0.0.15 SeaMonkey 1.1.10 Description Security researcher...

7.5CVSS6.1AI score0.02553EPSS
SaveExploits1
securityvulns
securityvulns
added 2008/07/03 12:0 a.m.68 views

Mozilla Foundation Security Advisory 2008-22

Mozilla Foundation Security Advisory 2008-22 Title: XSS through JavaScript same-origin violation Impact: High Announced: July 1, 2008 Reporter: mozbugra4 Products: Firefox, SeaMonkey Fixed in: Firefox 3.0 Firefox 2.0.0.15 SeaMonkey 1.1.10 Description Mozilla contributor mozbugra4 submitted a set ...

4.3CVSS0.8AI score0.02001EPSS
SaveExploits1
securityvulns
securityvulns
added 2008/07/03 12:0 a.m.59 views

Mozilla Foundation Security Advisory 2008-29

Mozilla Foundation Security Advisory 2008-29 Title: Faulty .properties file results in uninitialized memory being used Impact: Low Announced: July 1, 2008 Reporter: Daniel Glazman Products: Firefox, SeaMonkey Fixed in: Firefox 2.0.0.15 SeaMonkey 1.1.10 Description Mozilla developer Daniel Glazman...

5CVSS0.1AI score0.0156EPSS
SaveExploits1
securityvulns
securityvulns
added 2008/07/03 12:0 a.m.55 views

Mozilla Foundation Security Advisory 2008-23

Mozilla Foundation Security Advisory 2008-23 Title: Signed JAR tampering Impact: High Announced: July 1, 2008 Reporter: Collin Jackson, Adam Barth Products: Firefox, SeaMonkey Fixed in: Firefox 3.0 Firefox 2.0.0.15 SeaMonkey 1.1.10 Description Security researchers Collin Jackson and Adam Barth...

7.5CVSS0.5AI score0.0281EPSS
SaveExploits1
Japan Vulnerability Notes
Japan Vulnerability Notes
added 2008/06/10 12:0 a.m.36 views

JVN#88935101: X.Org Foundation X server buffer overflow vulnerability

The X.Org Foundation provides an open source implementation of the X Window System. The X server of this implementation contains a vulnerability in the handling of Portable Compiled Font PCF format fonts that can be exploited to cause a buffer overflow. Impact An attacker with an established,...

7.5CVSS7.3AI score0.05108EPSS
SaveExploits0
Packet Storm
Packet Storm
added 2008/06/03 12:0 a.m.68 views

CVE-2008-1947.txt

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 CVE-2008-1947: Tomcat host-manager XSS vulnerability Severity: Low Vendor: The Apache Software Foundation Versions Affected: Tomcat 5.5.9 to 5.5.26 Tomcat 6.0.0 to 6.0.16 This issue has been fixed in the source repositories for each version and will b...

4.3CVSS7.5AI score0.09776EPSS
SaveExploits2
FreeBSD
FreeBSD
added 2008/04/16 12:0 a.m.28 views

firefox -- javascript garbage collector vulnerability

Mozilla Foundation reports: Fixes for security problems in the JavaScript engine described in MFSA 2008-15 introduced a stability problem, where some users experienced crashes during JavaScript garbage collection. This is being fixed primarily to address stability concerns. We have no demonstrati...

6.7AI score
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2008/04/15 12:0 a.m.18 views

Veritas Storage Foundation Multiple Service Remote DoS (SYM08-004)

Veritas Storage Foundation, a storage management solution from Symantec is installed on the remote host. The installed version is reportedly affected by a denial of service vulnerability. By sending specially crafted IP packets to TCP port 4888, an unauthenticated attacker may be able to cause a...

9.3CVSS5.5AI score0.05957EPSS
SaveExploits6References7
Tenable Nessus
Tenable Nessus
added 2008/04/15 12:0 a.m.24 views

Symantec Storage Foundation Scheduler Service Detection

The remote host is running a Veritas Scheduler Service. Symantec Storage Foundation for Windows is a commercial storage and volume management solution from Symantec, and the Scheduler Service is used to schedule backup jobs. C Tenable Network Security, Inc. include"compat.inc"; if description...

5.5AI score
SaveExploits0References1
seebug.org
seebug.org
added 2008/04/14 12:0 a.m.16 views

Python stringobject.c多个远程溢出漏洞

BUGTRAQ ID: 28749 Python是一种开放源代码的脚本编程语言。 Python的核心API提供了多个用于分配字符串对象的函数,其中一个API调用允许分配或重新分配PyStringObject,这个函数为PyStringFromStringAndSize,该函数获取了两个参数,分别为一个指针和一个有符整数。如果指针非空的话,就会将指向该指针的内存重新分配为第二个参数所指定的大小;如果指针为空,就会分配整数所指定的字节数并返回。 在这个操作期间,没有验证第二个参数是否为负数,而该值与PyStringObject的大小相加并用作了分配函数的长度,可能导致错误的内存分配。...

6.9AI score
SaveExploits0
seebug.org
seebug.org
added 2008/04/13 12:0 a.m.13 views

Python zlib模块远程溢出漏洞

BUGTRAQ ID: 28715 Python是一种开放源代码的脚本编程语言。 Python的zlib扩展模块中用于flush解压流的方式获取一个输入参数来确定应flush多少数据。这个参数是一个有符型整数,没有经过过滤检查,因此如果传送了负值的话就会导致错误的内存分配,然后有符型整数会被转换为无符整数,触发缓冲区溢出。 Python-2.5.2/Modules/zlibmodule.c: 761 PyDocSTRVARdecompflushdoc, 762 "flush length -- Return a string containing any remaining\n" 763...

6.8AI score
SaveExploits0
seebug.org
seebug.org
added 2008/03/29 12:0 a.m.52 views

Apache Tomcat 'allowLinking' URI中接收NULL字节信息泄漏漏洞

Tomcat是一款由Apache软件基金会下属的Jakarta项目开发的一个Servlet容器。 当配置'allowlingk'时Apache Tomcat HTTP/1.0 connector不正确处理URI中的NULL字节,远程攻击者可以利用漏洞获得JSP源代码敏感信息。 目前没有详细漏洞细节提供。 Apache Software Foundation Tomcat 4.1.37 Apache Software Foundation Tomcat 4.1.36 Apache Software Foundation Tomcat 4.1.36 Apache Software...

7AI score
SaveExploits0
securityvulns
securityvulns
added 2008/03/26 12:0 a.m.118 views

Mozilla Foundation Security Advisory 2008-15

Mozilla Foundation Security Advisory 2008-15 Title: Crashes with evidence of memory corruption rv:1.8.1.13 Impact: Critical Announced: March 25, 2008 Reporter: Mozilla developers and community Products: Firefox, Thunderbird, SeaMonkey Fixed in: Firefox 2.0.0.13 Thunderbird 2.0.0.13 SeaMonkey 1.1....

6.8CVSS1.5AI score0.03373EPSS
SaveExploits1
securityvulns
securityvulns
added 2008/03/26 12:0 a.m.121 views

Mozilla Foundation Security Advisory 2008-18

Mozilla Foundation Security Advisory 2008-18 Title: Java socket connection to any local port via LiveConnect Impact: High Announced: March 25, 2008 Reporter: Gregory Fleischer Products: Firefox, SeaMonkey Fixed in: Firefox 2.0.0.13 SeaMonkey 1.1.9 Description Security researcher Gregory Fleischer...

9.3CVSS2.2AI score0.05684EPSS
SaveExploits1
securityvulns
securityvulns
added 2008/03/26 12:0 a.m.108 views

Mozilla Foundation Security Advisory 2008-16

Mozilla Foundation Security Advisory 2008-16 Title: HTTP Referrer spoofing with malformed URLs Impact: Moderate Announced: March 25, 2008 Reporter: Gregory Fleischer, RSnake Products: Firefox, SeaMonkey Fixed in: Firefox 2.0.0.13 SeaMonkey 1.1.9 Description Security researcher Gregory Fleischer...

5CVSS0.1AI score0.02443EPSS
SaveExploits2
securityvulns
securityvulns
added 2008/03/26 12:0 a.m.124 views

Mozilla Foundation Security Advisory 2008-14

Mozilla Foundation Security Advisory 2008-14 Title: JavaScript privilege escalation and arbitrary code execution Impact: Critical Announced: March 25, 2008 Reporter: mozbugra4, Boris Zbarsky, Johnny Stenback Products: Firefox, Thunderbird, SeaMonkey Fixed in: Firefox 2.0.0.13 Thunderbird 2.0.0.13...

9.3CVSS3.3AI score0.06055EPSS
SaveExploits1
FreeBSD
FreeBSD
added 2008/03/26 12:0 a.m.58 views

mozilla -- multiple vulnerabilities

The Mozilla Foundation reports of multiple security issues in Firefox, Seamonkey, and Thunderbird. Several of these issues can probably be used to run arbitrary code with the privilege of the user running the program. MFSA 2008-19 XUL popup spoofing variant cross-tab popups MFSA 2008-18 Java sock...

9.3CVSS7.5AI score0.06055EPSS
SaveExploits2
Prion
Prion
added 2008/03/18 11:44 p.m.19 views

Code injection

Foundation in Apple Mac OS X 10.4.11 might allow context-dependent attackers to execute arbitrary code via a malformed selector name to the NSSelectorFromString API, which causes an "unexpected selector" to be used...

6.4CVSS7.5AI score0.0456EPSS
SaveExploits1References9Affected Software2
Rows per page
Query Builder