漏洞标题
Apache Hadoop:临时文件本地信息泄露漏洞
漏洞描述信息
Apache Hadoop的RunJar.run()函数默认不会为临时目录设置权限。如果敏感数据存在于该文件中,其他所有本地用户可能能够查看其内容。这是因为,在类Unix系统中,系统临时目录是所有本地用户共享的。因此,如果没有明确设置正确的Posix权限,写入该目录的文件可能会被所有其他本地用户查看。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
漏洞类别
缺省权限不正确
漏洞标题
Apache Hadoop: Temporary File Local Information Disclosure
漏洞描述信息
Apache Hadoop’s RunJar.run() does not set permissions for temporary directory by default. If sensitive data will be present in this file, all the other local users may be able to view the content.
This is because, on unix-like systems, the system temporary directory is
shared between all local users. As such, files written in this directory,
without setting the correct posix permissions explicitly, may be viewable
by all other local users.
CVSS信息
N/A
漏洞类别
特权管理不恰当
漏洞标题
Apache Hadoop 安全漏洞
漏洞描述信息
Apache Hadoop是美国阿帕奇(Apache)基金会的一套开源的分布式系统基础架构。该产品能够对大量数据进行分布式处理,并具有高可靠性、高扩展性、高容错性等特点。 Apache Hadoop存在安全漏洞,该漏洞源于RunJar.run默认不设置临时目录的权限。如果此文件中存在敏感数据,则所有其他本地用户都可能能够查看内容。
CVSS信息
N/A
漏洞类别
其他