Lucene search
K

156 matches found

seebug.org
seebug.org
added 2007/11/17 12:0 a.m.37 views

PHP 5.2.4及之前版本存在多个漏洞

PHP是一款流行的网络编程语言。 PHP存在多个安全问题,远程攻击者可以利用漏洞进行缓冲区溢出,拒绝服务,和安全绕过攻击。 -dl处理文件名存在问题,可导致跨站脚本攻击。 -dl处理MAXPATHLEN参数大小存在问题,可导致拒绝服务攻击。 -tmlentities/htmlspecialchars处理部分多字节序列存在问题。 -fnmatch, setlocale和glob函数的glibc实现存在缓冲区溢出。 Slackware Linux 10.2 Slackware Linux 10.1 Slackware Linux 12.0 Slackware Linux 11.0...

6.8AI score
Exploits0
seebug.org
seebug.org
added 2007/10/23 12:0 a.m.33 views

Linux Kernel eHCA驱动物理地址空间信息泄露漏洞

Linux是一款开放源代码的操作系统。 Linux包含的eHCA驱动在映射用户空间资源时存在问题,本地攻击者可以利用漏洞获得物理地址等敏感信息。 部分驱动包含的资源映射到用户空间的大小为4K,如果内核配置使用64K的页,那么在映射过程中会超过60K大小的物理地址空间映射到用户空间,导致敏感信息泄露。 RedHat Enterprise Linux Desktop v.5 client RedHat Enterprise Linux v. 5 server Linux kernel 2.6.18 .4 Linux kernel 2.6.18 .3 Linux kernel 2.6.18 ....

6.9AI score
Exploits0
seebug.org
seebug.org
added 2007/06/04 12:0 a.m.56 views

PHP EXT/Session HTTP应答头注入漏洞

PHP是一款广泛使用的WEB开发脚本语言。 PHP的ext/session在置于会话COOKIE前没有URL编码会话ID,远程攻击者可以利用漏洞可以对会话COOKIE进行注入攻击。 当PHP' ext/session调用sessionstart,会在部分情况下发送新会话COOKIE,这些情况如下: - session id嵌入到PATHINFO - session id重生成 - session id通过sessionid设置 - sessionstart多次调用...

6.8AI score
Exploits0
seebug.org
seebug.org
added 2007/05/18 12:0 a.m.33 views

Linux Kernel 8250串口驱动本地拒绝服务漏洞

Linux是一款开放源代码的操作系统。 Linux 8250.c中的checkmodemstatus函数存在NULL指针访问问题,本地攻击者可以利用漏洞对系统进行拒绝服务攻击。 目前没有详细漏洞细节提供。 Linux kernel 2.6.20 .9 Linux kernel 2.6.20 .8 Linux kernel 2.6.20 .5 Linux kernel 2.6.20 .4 Linux kernel 2.6.20 Linux kernel 2.6.20 Linux kernel 2.6.19 1 Linux kernel 2.6.19 .2 Linux kernel 2.6....

6.9AI score
Exploits0
seebug.org
seebug.org
added 2007/04/17 12:0 a.m.49 views

Linux Kernel DCCP Proto.C缓冲区溢出漏洞

Linux是一款开放源代码的操作系统。 Linux处理DCCP套接字选项存在问题,远程攻击者可以利用漏洞进行缓冲区溢出攻击,可导致拒绝服务或任意代码执行攻击。 系统只检查是否有足够的空间存放int,但是len是由用户指定,可导致传递超大数据而导致溢出,精心构建提交数据可能以系统权限执行任意指令。 Linux kernel 2.6.20 .4 Linux kernel 2.6.20 Linux kernel 2.6.20 Linux kernel 2.6.19 1 Linux kernel 2.6.19 .2 Linux kernel 2.6.19 .1 Linux kernel 2.6....

6.9AI score
Exploits0
seebug.org
seebug.org
added 2007/04/03 12:0 a.m.32 views

PHP Imap_Mail_Compose()函数缓冲区溢出漏洞

BUGTRAQ ID: 23234 PHP是广泛使用的通用目的脚本语言,特别适合于Web开发,可嵌入到HTML中。 PHP的imapmailcompose函数实现上存在缓冲区溢出漏洞,本地攻击者可能利用此漏洞提升权限。 imapmailcompose函数在名为tmp的栈缓冲区中创建固定大小的多部邮件: PHPFUNCTIONimapmailcompose ... char tmp8 MAILTMPLEN, mystring=NULL, t=NULL, tempstring=NULL;...

6.7AI score
Exploits0
seebug.org
seebug.org
added 2007/03/28 12:0 a.m.85 views

PHP会话数据反序列化代码执行漏洞

PHP是一款广泛使用的WEB开发脚本语言。 PHP会话数据反序列化存在问题,远程攻击者可利用此漏洞以应用程序权限执行任意指令。 当registerglobals激活时,会话数据反序列化可以覆盖任意全局变量,包括SESSION数组。特殊的实现可导致任意代码执行。 PHP PHP 5.1.6 PHP PHP 5.1.5 PHP PHP 5.1.4 PHP PHP 5.1.3 PHP PHP 5.1.3 PHP PHP 5.1.2 PHP PHP 5.1.1 PHP PHP 5.1 PHP PHP 5.0.5 PHP PHP 5.0.4 PHP PHP 5.0.3 + Trustix Secu...

6.8AI score
Exploits0
seebug.org
seebug.org
added 2007/02/01 12:0 a.m.12 views

GD图形库JIS编码字体缓冲区溢出漏洞

GD Graphics Library是一款流行的图形库,用于动态图象建立。 GD图形库处理JIS编码字体存在缓冲区溢出,远程攻击者可以利用漏洞以应用程序进程权限执行任意指令。 当处理特殊畸形的字符串时如果使用了JIS编码字体,由于NULL终止符的增加,会导致不可预料的结果,可能导致以应用程序进程权限任意指令执行。 RedHat Enterprise Linux WS 5 RedHat Enterprise Linux WS 4 RedHat Enterprise Linux ES 5 RedHat Enterprise Linux ES 4 RedHat Enterprise Linu...

7AI score
Exploits0
seebug.org
seebug.org
added 2007/01/28 12:0 a.m.21 views

Linux Kernel AIO_Setup_Ring本地拒绝服务漏洞

Linux是一款开放源代码的操作系统。 Linux内核包含的AIOSetupRing函数存在设计错误,本地攻击者可以利用漏洞对系统进行拒绝服务攻击。 目前没有详细漏洞细节提供。 MandrakeSoft Multi Network Firewall 2.0 MandrakeSoft Corporate Server 3.0 x8664 MandrakeSoft Corporate Server 3.0 Linux kernel 2.6.19 1 Linux kernel 2.6.19 .2 Linux kernel 2.6.19 .1 Linux kernel 2.6.19 -rc4 +...

6.9AI score
Exploits0
seebug.org
seebug.org
added 2006/12/11 12:0 a.m.22 views

GNU BinUtils GAS缓冲区溢出漏洞

GNU BinUtils GAS是GNU的汇编器。 GNU BinUtils GAS存在缓冲区溢出,本地攻击者可以利用漏洞以用户进程权限执行任意指令。 通过诱使用户或自动系统使用gcc或gas构建恶意源文件,可导致触发漏洞,可能以用户进程权限执行任意指令。 Ubuntu Ubuntu Linux 5.10 sparc Ubuntu Ubuntu Linux 5.10 powerpc Ubuntu Ubuntu Linux 5.10 i386 Ubuntu Ubuntu Linux 5.10 amd64 Ubuntu Ubuntu Linux 5.0 4 powerpc Ubuntu...

7AI score
Exploits0
seebug.org
seebug.org
added 2006/12/11 12:0 a.m.15 views

Linux Kernel IBMTR.C远程远程拒绝服务漏洞

Linux Kernel是一款开放源代码的操作系统。 Linux Kernel IBMTR.C存在内存破坏问题,远程攻击者可以利用漏洞对系统进行拒绝服务攻击,存在执行任意指令可能。 问题存在于'drivers/net/tokenring/ibmtr.c'文件中,由于对-csum缺少正确处理,可能导致内存破坏而造成拒绝服务攻击。 Linux kernel 2.6.19 -rc4 + Trustix Secure Enterprise Linux 2.0 + Trustix Secure Linux 2.2 + Trustix Secure Linux 2.1 + Trustix Secur...

6.9AI score
Exploits0
seebug.org
seebug.org
added 2006/12/11 12:0 a.m.49 views

MySQL特权提升和安全绕过漏洞

MySQL是一款开放源代码的数据库程序。 MySQL存在特权提升和安全绕过问题,远程攻击者可以利用漏洞以高特权执行任意命令并绕过限制建立新的数据库。 验证用户可以通过如下方法建立新的数据: $ mysql -u root -p -S /path/to/socket Enter password: mysql create database 'sample'; mysql grant all on sample. to 'sample'@'%' identified by 'password'; mysql \q $ mysql -h my.mysql.server -u sample -...

6.9AI score
Exploits0
seebug.org
seebug.org
added 2006/12/11 12:0 a.m.10 views

Linux Kernel UDF拒绝服务漏洞

Linux kernel是一款开放源代码操作系统。 Linux kernel UDF处理存在问题,本地攻击者可以利用漏洞对系统进行拒绝服务攻击。 Linux kernel 2.6.17 .8 Linux kernel 2.6.17 .7 Linux kernel 2.6.17 .6 Linux kernel 2.6.17 .5 Linux kernel 2.6.17 .3 Linux kernel 2.6.17 .1 Linux kernel 2.6.17 -rc5 Linux kernel 2.6.17 Linux kernel 2.6.17 Linux kernel 2.6.17...

6.9AI score
Exploits0
seebug.org
seebug.org
added 2006/12/06 12:0 a.m.164 views

Apache Mod_Rewrite单字节缓冲区溢出漏洞

Apache是一款流行的开放源代码的HTTPD服务程序。 Apache modrewrite模块中LDAP机制处理存在单字节溢出错误,远程攻击者可以利用漏洞以WEB进程权限执行任意指令。 Apache modrewrite模块提供了一个基于规则的使用正则表达式分析器的实时转向URL请求的引擎。modrewrite模块在转义绝对URI机制时存在单字节错误,当分离LDAP URL的数据时escapeabsoluteuri 函数中会触发此漏洞。触发此漏洞可导致指向用户提供数据的指针写入字符指针数组边界之外,可用于控制程序,以WEB权限执行任意指令。...

6.9AI score
Exploits0
seebug.org
seebug.org
added 2006/11/08 12:0 a.m.19 views

Linux Kernel PPC970 本地拒绝服务系统漏洞

Linux Kernel PPC970 本地拒绝服务系统漏洞. 攻击者可以利用这个漏洞来了坠毁的内核,进一步否定合法用户的服务. Trustix Secure Linux 3.0 Trustix Secure Linux 2.2 Trustix Secure Enterprise Linux 2.0 S.u.S.E. UnitedLinux 1.0 S.u.S.E. SuSE Linux Standard Server 8.0 S.u.S.E. SuSE Linux School Server for i386 S.u.S.E. SUSE LINUX Retail Solution 8....

6.8AI score
Exploits0
seebug.org
seebug.org
added 2006/11/07 12:0 a.m.16 views

Linux Kernel ATM SkBuff Dereference Remote Denial of Service Vulnerability

这个问题是在Kernel处理输入ATM(异步传输模式)数据时被触发。 利用这个漏洞,攻击者可以目标Kernel死机,导致拒绝服务的发生。 本问题只影响那些具有ATM硬件并且配置成支持ATM的Kernel的系统。 Kernel版本从2.6.0到2.6.17(包括2.6.17)都受到该漏洞影响。 PHP 5 受此漏洞影响。 Trustix Secure Linux 3.0 Trustix Secure Linux 2.2 Trustix Operating System Enterprise Server 2.0 RedHat Enterprise Linux WS 4 RedHat...

6.9AI score
Exploits0
seebug.org
seebug.org
added 2006/11/04 12:0 a.m.10 views

Linux Kernel ATM SkBuff Dereference 远程拒绝服务漏洞

利用这种脆弱性可能允许远程攻击者以受影响的内核拒绝服务,造成拒绝服务条件. 只能影响到系统硬件和配置有自动柜员机提款为内核的支持.从2.6.0版本内核直至并包括2.6.17对这个问题是多么漏洞 Trustix Secure Linux 3.0 Trustix Secure Linux 2.2 Trustix Operating System Enterprise Server 2.0 RedHat Enterprise Linux WS 4 RedHat Enterprise Linux WS 3 RedHat Enterprise Linux ES 4 RedHat Enterpris...

6.9AI score
Exploits0
seebug.org
seebug.org
added 2006/11/03 12:0 a.m.32 views

PHP Apache 2 本地拒绝服务漏洞

'sapiapache2.c', 这个问题最终会影响PHP的5.1.0和4.4.1之前版本 Ubuntu Ubuntu Linux 5.10 powerpc Ubuntu Ubuntu Linux 5.10 i386 Ubuntu Ubuntu Linux 5.10 amd64 Ubuntu Ubuntu Linux 5.0 4 powerpc Ubuntu Ubuntu Linux 5.0 4 i386 Ubuntu Ubuntu Linux 5.0 4 amd64 Trustix Secure Linux 3.0 Trustix Secure Linux 2.2 Trustix...

6.8AI score
Exploits0
securityvulns
securityvulns
added 2006/10/30 12:0 a.m.43 views

TSLSA-2006-0059 - postgresql

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - -------------------------------------------------------------------------- Trustix Secure Linux Security Advisory 2006-0059 Package names: postgresql Summary: Multiple vulnerabilities Date: 2006-10-27 Affected versions: Trustix Secure Linux 2.2...

7.9AI score
Exploits0
CERT
CERT
added 2006/06/09 12:0 a.m.41 views

Linux Kernel may fail to properly handle SNMP packets

Overview A memory freeing vulnerability in the Linux kernel module ipnatsnmpbasic can be exploited to create a denial-of-service condition. Description ipnatsnmpbasic The ipnatsnmpbasic IP NAT module is intended for use with SNMP network discovery and monitoring applications where target networks...

7.8CVSS7AI score0.20561EPSS
Exploits5References3
Rows per page
Query Builder