Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.0
-
None
Description
CVE-2019-10086. Apache Commons Beanutils does not suppresses the class property in PropertyUtilsBean
by default.Severity: Medium
Vendor: The Apache Software Foundation
Versions Affected: commons-beanutils-1.9.3 and earlier
Description: A special BeanIntrospector class was added in version 1.9.2.
This can be used to stop attackers from using the class property of
Java objects to get access to the classloader.
However this protection was not enabled by default.
PropertyUtilsBean (and consequently BeanUtilsBean) now disallows class
level property access by default, thus protecting against
CVE-2014-0114.Mitigation: 1.X users should migrate to 1.9.4.
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-12756 Incorporate Aliyun OSS file system implementation
- Resolved
-
HADOOP-18991 Remove commons-beanutils dependency from Hadoop 3
- Open
-
HADOOP-16588 Update commons-beanutils version to 1.9.4 in branch-2
- Resolved