8846 matches found
Lynx '.mailcap'和'.mime.type'文件本地代码执行漏洞
BUGTRAQ ID: 31917 CVE ID:CVE-2006-7234 CNCVE ID:CNCVE-20087234 Lynx是一款基于文本的浏览器。 Lynx处理'.mailcap'和'.mime.type'文件存在问题,本地攻击者可以利用漏洞以应用程序权限执行任意指令。 Lynx从当前目录中打开mailcap和mime类型定义文件,如果用户可以在特殊构建的目录中诱使用户运行lynx,攻击者可以控制目录以运行lynx用户权限执行任意代码。 University of Kansas Lynx 2.8.6 dev9 University of Kansas Lynx 2.8.6...
Apache Tomcat 'RemoteFilterValve'安全绕过漏洞
BUGTRAQ ID: 31698 CVE ID:CVE-2008-3271 CNCVE ID:CNCVE-20083271 Apache Tomcat是一款流行的开放源码的JSP应用服务器程序。 Apache Tomcat处理'RemoteFilterValve'扩展存在安全绕过问题,远程攻击者可以利用漏洞绕过访问限制,获得敏感信息。 在使用RemoteAddrValve允许部分地址访问引擎时: Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="a.b.c.d"/...
Linux kernel 'fs/direct-io.c'本地拒绝服务漏洞
BUGTRAQ ID:31515 CVE ID:CVE-2007-6716 CNCVE ID:CNCVE-20086716 Linux是一款开放源代码的操作系统。 Linux内核Direct-IO实现存在一个缺陷,本地攻击者可以利用漏洞进行拒绝服务攻击。 dio-mapbh.bbdev没有通过directioworker初始化,在dodirectIO处理中,diogetpage会返回EFAULT,引起之后的代码不能初始化dio-mapbh,并直接返回错误。但是在directioworker中没有处理这个错误。 S.u.S.E. SLE SDK 9 S.u.S.E...
Linux Kernel UBIFS Orphan Inode Local Denial of Service Vulnerability
CVE: CVE-2008-3275 The Linux kernel is prone to a local denial-of-service vulnerability affecting the VFS behavior in UBIFS UBI File System. Attackers can exploit this issue to cause the kernel to crash, denying service to legitimate users. Ubuntu Ubuntu Linux 8.04 LTS sparc Ubuntu Ubuntu Linux...
Linux Kernel 'snd_seq_oss_synth_make_info()' Information Disclosure Vulnerability
CVE: CVE-2008-3272 The Linux kernel is prone to an information-disclosure vulnerability. Successful exploits will allow attackers to obtain sensitive information that may aid in further attacks. Versions prior to Linux kernel 2.6.27-rc2 are vulnerable. Ubuntu Ubuntu Linux 8.04 LTS sparc Ubuntu...
Fedora 8/9 Linux Kernel 'utrace_control' NULL Pointer Dereference Denial of Service Vulnerability
CVE: CVE-2008-3832 Fedora 8 and 9 Linux kernel is prone to a local denial-of-service vulnerability. Attackers can exploit this issue to crash the affected kernel, denying service to legitimate users. Given the nature of this issue, attackers may also be able to execute arbitrary code, but this ha...
Linux Kernel 'generic_file_splice_write()' Local Privilege Escalation Vulnerabil
The Linux kernel is prone to a local privilege-escalation vulnerability related to the 'genericfilesplicewrite' function. Local attackers can exploit this issue to gain superuser privileges. Successful exploits will result in the complete compromise of the computer. Versions prior to Linux kernel...
Linux Kernel 'do_change_type()' Local Security Bypass Vulnerability
The Linux kernel is prone to a local security-bypass vulnerability because the 'dochangetype' routine fails to adequately verify user permissions before performing mountpoint type changes. Attackers can exploit this issue to bypass security restrictions and change mountpoint types. Attackers coul...
Fedora initscripts任意文件删除漏洞
BUGTRAQ ID: 31385 CVE ID:CVE-2008-3524 CNCVE ID:CNCVE-20083524 Fedora是一款基于Linux的发行版本。 Fedora initscripts存在问题,本地攻击者可以利用漏洞删除任意文件。 /etc/rc.sysinit包含如下脚本: | find -L /var/lock /var/run ! -type d -exec rm -f ; 在每次启动过程中,在/var/run或/var/lock目录下会有守护程序可写子目录如/var/run/openldap,当守护程序被破坏时,攻击者可以建立 |...
Mozilla Firefox/SeaMonkey UTF-8基于栈的缓冲区溢出漏洞
BUGTRAQ ID: 31397 CVE ID:CVE-2008-0016 CNCVE ID:CNCVE-20080016 Mozilla Firefox/SeaMonkey是一款开放源代码的WEB浏览器和WEB应用套件。 Mozilla Firefox/SeaMonkey处理UTF-8 URL存在缓冲区溢出,远程攻击者可以利用漏洞以应用程序权限执行任意指令。 Mozilla...
Mozilla Firefox/SeaMonkey/Thunderbird多个远程漏洞
BUGTRAQ ID: 31346 CVE ID: CVE-2008-3837 CVE-2008-4058 CVE-2008-4059 CVE-2008-4060 CVE-2008-4061 CVE-2008-4062 CVE-2008-4063 CVE-2008-4064 CVE-2008-4065 CVE-2008-4066 CVE-2008-4067 CVE-2008-4068 CVE-2008-4069 CVE-2008-3836 CVE-2008-3835 CVE-2008-0016 CNCVE ID:CNCVE-20083837 CNCVE-20084058...
JBoss Enterprise Application Platform类文件信息泄漏漏洞
BUGTRAQ ID: 31300 CVE ID:CVE-2008-3519 CNCVE ID:CNCVE-20083519 JBoss Enterprise Application Platform是一款企业级应用程序平台,用于基于JBoss的应用开发。 JBoss企业级应用平台存在配置错误,远程攻击者可以利用漏洞获得敏感信息。 EAP的JBossAs组件在'production'中设置DownloadServerClasses属性为'true',而一个产品环境必须默认设置为'false'来防止非EJB类的下载,这可导致信息泄漏。 RedHat JBoss Enterprise...
libxml XML实体名堆溢出漏洞
BUGTRAQ ID: 31126 CVECAN ID: CVE-2008-3529 libxml软件包提供允许用户操控XML文件的函数库,包含有读、修改和写XML和HTML文件支持。 libxml2库的parser.c文件中的xmlParseAttValueComplex函数中存在堆溢出漏洞,如果用户受骗打开的XML文件中包含有超长的实体名称的话,就可以触发这个溢出,导致拒绝服务或执行任意指令。 XMLSoft Libxml2 2.7.0 RedHat ------ RedHat已经为此发布了一个安全公告(RHSA-2008:0886-01)以及相应补丁:...
Python 'move-faqwiz.sh'不安全临时文件建立漏洞
BUGTRAQ ID: 31184 CNCAN ID:CNCAN-2008091609 Python是一款开放源代码的脚本编程语言。 Python以不安全方式建立临时文件,本地攻击者可以利用漏洞对设备进行拒绝服务攻击。 "Tools/faqwiz/move-faqwiz.sh"使用$RANDOM建立临时文件,攻击者可以通过建立符号链接指向tmpXXXXX.tmpX由$RANDOM生成5位数,在运行Python通用FAQ知道删除工具时可导致覆盖或截断目标文件,造成拒绝服务攻击或可能造成特权提升。 RedHat Fedora 9 0 RedHat Fedora 8 0 RedHat...
Red Hat Fedora目录服务器HTTP非转义函数缓冲区溢出漏洞
BUGTRAQ ID: 31106 CVE ID:CVE-2008-2932 CNCVE ID:CNCVE-20082932 Red Hat Fedora Directory Server是一款目录服务程序。 Red Hat Fedora Directory Server adminutil不正确处理用户输入,远程攻击者可以利用漏洞进行缓冲区溢出,以应用程序权限执行任意指令。 adminutil是一款Red Hat / Fedora Directory Server附带的多个CGI脚本使用的通用函数库。 adminutil...
GNU Emacs 'python.el'代码执行漏洞
BUGTRAQ ID: 31052 CNCAN ID:CNCAN-2008091008 Emacs是一款可扩展的实时显示编辑器。 GNU Emacs不正确处理Python脚本,本地攻击者可以利用漏洞以应用程序权限执行任意代码。 GNU Emacs命令run-python'启动交互的Python解析器,在Python启动后,Emacs自动发送: import emacs 用于导入Emacs分发的emacs.py脚本,这个脚本一般位于包含其他Emacs程序文件的写保护的安装目录中,定义各种函数帮助Python与Emacs通信处理。...
FreeBSD Ports: linux-png
The remote host is missing an update to the system as announced in the referenced advisory. SPDX-FileCopyrightText: 2008 E-Soft Inc. Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only...
Netscape / RedHat Directory Server multiple security vulnerabilities
DoS, Crossite scripting...
Red Hat Directory Server LDAP内存泄漏拒绝服务漏洞
BUGTRAQ ID: 30872 CVE ID: CVE-2008-3283 CNCVE ID:CNCVE-20083283 Red Hat Directory Server是一款LDAPv3兼容的目录服务程序。 Red Hat Directory Server存在多个内存泄漏问题,远程攻击者可以利用漏洞使目录服务器消耗大量内存,可能导致应用程序崩溃或不可期的终止。 目前没有详细漏洞细节提供。 RedHat Directory Server 8 EL 5 RedHat Directory Server 8 EL 4 RedHat Directory Server 7.1 SP6...
OpenOffice 'rtl_allocateMemory()'远程代码执行漏洞
BUGTRAQ ID: 30866 CVE ID: CVE-2008-3282 CNCVE ID:CNCVE-20083282 OpenOffice是一款开源的办公文字处理应用程序。 OpenOffice内存分配中存在一个数字截断错误,远程攻击者可以利用漏洞以应用程序权限执行任意指令。 sal/rtl/source/allocglobal.c中的rtlallocateMemory函数接受salSize n参数,在64位平台如x8664上,salsize定义为无符号长整数,请求的内存块大小之后以size type...