Skip to content

Conversation

@Krish-cloudsufi
Copy link
Contributor

@Krish-cloudsufi Krish-cloudsufi commented Dec 9, 2025

[🍒]

🍒 [cherrypick]

Commits:

PR:

Description:

PLUGIN-1937: This PR upgrades the version of commons-beanutils library from v1.9.4 to v1.11.0, thereby fixing the vulnerability that allowed unauthorized access to the declaredClass property of Java enum objects via PropertyUtilsBean.getProperty() or PropertyUtilsBean.getNestedProperty().

Fix: Upgraded commons-beanutils:commons-beanutils from version 1.9.4 to 1.11.0. This upgrade enables the protective BeanIntrospector by default, preventing unauthorized access to enum classloaders. The fix is included as part of the forced WSC library upgrade from 64.0.0 to 65.0.0, which brought in the updated BeanUtils version.

CVE Fix Verification: https://screenshot.googleplex.com/AGvRfJfiYfk4W4E

Pipeline Run: https://screenshot.googleplex.com/8UraQyBsrsHhFJA

JIRA: PLUGIN-1937

Copy link
Contributor

@sgarg-CS sgarg-CS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are we excluding this? do we not need it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We require commons-beanutils; however, commons-logging transitively introduces commons-beanutils version 1.9.4, which is affected by CVE-2025-48734.
To mitigate this vulnerability, we are overriding the transitive dependency and using commons-beanutils version 1.11.0, which is introduced via force-wsc 65.0.0.
Reference - Link

@Krish-cloudsufi Krish-cloudsufi merged commit f3478df into data-integrations:release/1.7 Dec 16, 2025
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants