Name | CVE-2019-10086 |
Description | In Apache Commons Beanutils 1.9.2, a special BeanIntrospector class was added which allows suppressing the ability for an attacker to access the classloader via the class property available on all Java objects. We, however were not using this by default characteristic of the PropertyUtilsBean. |
Source | CVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
References | DLA-1896-1 |
Vulnerable and fixed packages
The table below lists information on source packages.
Source Package | Release | Version | Status |
---|
commons-beanutils (PTS) | bookworm, bullseye | 1.9.4-1 | fixed |
| sid, trixie | 1.9.4-2 | fixed |
The information below is based on the following data on fixed versions.
Notes
[buster] - commons-beanutils <no-dsa> (Minor issue; can be fixed via point release)
[stretch] - commons-beanutils <no-dsa> (Minor issue; can be fixed via point release)
https://issues.apache.org/jira/browse/BEANUTILS-520
https://github.com/apache/commons-beanutils/pull/7
https://github.com/apache/commons-beanutils/commit/dd48f4e589462a8cdb1f29bbbccb35d6b0291d58
With the patch applied, the libary is secured by default. To opt-out and allow
access to the 'class' property one needs to remove the feature explicitly. Cf.
https://github.com/apache/commons-beanutils/pull/7#issue-281406699