Lucene search
+L

3161 matches found

UbuntuCve
UbuntuCve
added 2011/01/13 7:0 p.m.28 views

CVE-2010-4052

Stack consumption vulnerability in the regcomp implementation in the GNU C Library aka glibc or libc6 through 2.11.3, and 2.12.x through 2.12.2, allows context-dependent attackers to cause a denial of service resource exhaustion via a regular expression containing adjacent repetition operators, a...

5CVSS7.2AI score0.51298EPSS
SaveExploits12References3
seebug.org
seebug.org
added 2010/08/24 12:0 a.m.42 views

FreeBSD setusercontext()函数绕过安全限制漏洞

BUGTRAQ ID: 42533 FreeBSD就是一种运行在Intel平台上、可以自由使用的开放源码Unix类系统。 在以其他用户的权限运行时lib/libutil/loginclass.c文件中的setusercontext函数应用了特定的用户设置,这允许本地用户通过创建特制的/.loginconf文件并通过OpenSSH登录更改某些受限制的资源。 FreeBSD 8.0 FreeBSD 7.2 厂商补丁: FreeBSD ------- 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载:...

6.9AI score
SaveExploits0
Prion
Prion
added 2010/08/20 10:0 p.m.30 views

Buffer overflow

The varexport function in PHP 5.2 before 5.2.14 and 5.3 before 5.3.3 flushes the output buffer to the user when certain fatal errors occur, even if displayerrors is off, which allows remote attackers to obtain sensitive information by causing the application to exceed limits for memory, execution...

4.3CVSS7AI score0.04996EPSS
SaveExploits0References18Affected Software2
UbuntuCve
UbuntuCve
added 2010/08/20 12:0 a.m.37 views

CVE-2010-2531

The varexport function in PHP 5.2 before 5.2.14 and 5.3 before 5.3.3 flushes the output buffer to the user when certain fatal errors occur, even if displayerrors is off, which allows remote attackers to obtain sensitive information by causing the application to exceed limits for memory, execution...

4.3CVSS6.1AI score0.04996EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2010/05/11 12:0 a.m.54 views

RHEL 5 : openldap (RHSA-2010:0198)

Updated openldap packages that fix one security issue and several bugs are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having moderate security impact. A Common Vulnerability Scoring System CVSS base score, which gives a detailed...

4.3CVSS5.8AI score0.03094EPSS
SaveExploits1References3
OSV
OSV
added 2010/05/02 12:0 a.m.15 views

DSA-2040-1 squidguard - several vulnerabilities

Bulletin has no description...

5CVSS6.3AI score0.03829EPSS
SaveExploits0
OpenVAS
OpenVAS
added 2010/04/07 12:0 a.m.12 views

IT-Grundschutz M4.305: Einsatz von Speicherbeschränkungen (Quotas)

IT-Grundschutz M4.305: Einsatz von Speicherbeschränkungen Quotas. ACHTUNG: Dieser Test wird nicht mehr unterstützt. Er wurde ersetzt durch den entsprechenden Test der nun permanent and die aktuelle EL angepasst wird: OID 1.3.6.1.4.1.25623.1.0.94230 Diese Prüfung bezieht sich auf die 10...

7.4AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2010/04/06 12:0 a.m.34 views

RedHat Update for openldap RHSA-2010:0198-04

Check for the Version of openldap OpenVAS Vulnerability Test RedHat Update for openldap RHSA-2010:0198-04 Authors: System Generated Check Copyright: Copyright c 2010 Greenbone Networks GmbH, http://www.greenbone.net This program is free software; you can redistribute it and/or modify it under the...

6.8CVSS7.7AI score0.03094EPSS
SaveExploits1References2
CERT
CERT
added 2010/03/02 12:0 a.m.36 views

libpng stalls on highly compressed ancillary chunks

Overview Libpng stalls and consumes large quantities of memory while processing certain Portable Network Graphics PNG files. Description When processing PNG files containing highly compressed ancillary chunks, the pngdecompresschunk function in libpng can consume large amounts of CPU time and...

4.3CVSS9AI score0.04208EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2009/12/11 1:42 p.m.4 views

OpenJDK: DoS (disk consumption) via handling of temporary font files

Multiple unspecified vulnerabilities in Java SE Development Kit JDK and Java Runtime Environment JRE 5.0 Update 17 and earlier, and 6 Update 12 and earlier, allow remote attackers to cause a denial of service disk consumption via vectors related to temporary font files and 1 "limits on Font...

5CVSS6.2AI score0.03584EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2009/11/04 3:14 p.m.7 views

OpenJDK: DoS (disk consumption) via handling of temporary font files

Multiple unspecified vulnerabilities in Java SE Development Kit JDK and Java Runtime Environment JRE 5.0 Update 17 and earlier, and 6 Update 12 and earlier, allow remote attackers to cause a denial of service disk consumption via vectors related to temporary font files and 1 "limits on Font...

5CVSS6.2AI score0.03584EPSS
SaveExploits0References4
CVE
CVE
added 2009/09/11 8:0 p.m.50 views

CVE-2009-3168

CVE-2009-3168 affects Mevin Productions Basic PHP Events Lister 2.0. The vulnerability arises from improper access restriction to admin/reset.php and admin/user_add.php, allowing remote authenticated users to reset administrative passwords or add administrators via a direct request. Multiple conn...

7.2CVSS6.6AI score0.02609EPSS
SaveExploits1References5Affected Software1
seebug.org
seebug.org
added 2009/08/26 12:0 a.m.21 views

FreeBSD ftpd setusercontext()远程权限提升漏洞

BUGTRAQ ID: 36119 FreeBSD就是一种运行在Intel平台上、可以自由使用的开放源码Unix类系统。 FreeBSD及其他一些BSD系统有一个用于设置用户上下文的功能,如FreeBSD中的setusercontext函数: setusercontextlc, pw, uidt0, LOGINSETLOGIN|LOGINSETGROUP|LOGINSETPRIORITY| LOGINSETRESOURCES|LOGINSETUMASK; 其中的LOGINSETRESOURCES设置允许用户设置资源。根据用户手册所述: LOGINSETRESOURCES...

6.9AI score
SaveExploits0
seebug.org
seebug.org
added 2009/08/25 12:0 a.m.27 views

Multiple BSD Operating Systems setusercontext() Vulnerabilities

No description provided by source. BSD setusercontext vulnerabilites discovered by Kingcope, July 2009 lewls XD Let's go.. BSD derived operating systems have a special function to set a "user context". The function setusercontext is available on for example FreeBSD 5.0 and 7.0. An example from...

7.1AI score
SaveExploits0
zdt
zdt
added 2009/08/24 12:0 a.m.30 views

Multiple BSD Operating Systems setusercontext() Vulnerabilities

Exploit for multiple platform in category local exploits =============================================================== Multiple BSD Operating Systems setusercontext Vulnerabilities =============================================================== BSD setusercontext vulnerabilites discovered by...

6.9AI score
SaveExploits0
Exploit DB
Exploit DB
added 2009/08/24 12:0 a.m.33 views

BSD (Multiple Distributions) - 'setusercontext()' Multiple Vulnerabilities

BSD setusercontext vulnerabilites discovered by Kingcope, July 2009 lewls XD Let's go.. BSD derived operating systems have a special function to set a "user context". The function setusercontext is available on for example FreeBSD 5.0 and 7.0. An example from ftpd.c : setusercontextlc, pw, uidt0,...

5.8AI score
SaveExploits0
securityvulns
securityvulns
added 2009/08/24 12:0 a.m.44 views

[email protected]

BSD setusercontext vulnerabilites discovered by Kingcope, July 2009 lewls XD Let's go.. BSD derived operating systems have a special function to set a "user context". The function setusercontext is available on for example FreeBSD 5.0 and 7.0. An example from ftpd.c : setusercontextlc, pw, uidt0,...

0.4AI score
SaveExploits0
Packet Storm
Packet Storm
added 2009/08/23 12:0 a.m.29 views

BSD setusercontext Vulnerabilities

BSD setusercontext vulnerabilites discovered by Kingcope, July 2009 lewls XD Let's go.. BSD derived operating systems have a special function to set a "user context". The function setusercontext is available on for example FreeBSD 5.0 and 7.0. An example from ftpd.c : setusercontextlc, pw, uidt0,...

0.1AI score
SaveExploits0
OpenVAS
OpenVAS
added 2009/08/17 12:0 a.m.16 views

Mandrake Security Advisory MDVSA-2009:161-1 (squid)

The remote host is missing an update to squid announced via advisory MDVSA-2009:161-1. OpenVAS Vulnerability Test $Id: mdksa20091611.nasl 6573 2017-07-06 13:10:50Z cfischer $ Description: Auto-generated from advisory MDVSA-2009:161-1 squid Authors: Thomas Reinke Copyright: Copyright c 2009 E-Soft...

5CVSS0.1AI score0.56908EPSS
SaveExploits0
OpenVAS
OpenVAS
added 2009/08/17 12:0 a.m.32 views

Mandrake Security Advisory MDVSA-2009:178 (squid)

The remote host is missing an update to squid announced via advisory MDVSA-2009:178. OpenVAS Vulnerability Test $Id: mdksa2009178.nasl 6587 2017-07-07 06:35:35Z cfischer $ Description: Auto-generated from advisory MDVSA-2009:178 squid Authors: Thomas Reinke Copyright: Copyright c 2009 E-Soft Inc...

5CVSS0.3AI score0.56908EPSS
SaveExploits0
Rows per page
Query Builder