Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CORE] Fix GH security issues #7448

Merged
merged 2 commits into from
Oct 10, 2024
Merged

Conversation

zhouyuan
Copy link
Contributor

@zhouyuan zhouyuan commented Oct 9, 2024

What changes were proposed in this pull request?

Uncontrolled Resource Consumption vulnerability in Apache Commons IO.

The org.apache.commons.io.input.XmlStreamReader class may excessively consume CPU resources when processing maliciously crafted input.

This issue affects Apache Commons IO: from 2.0 before 2.14.0.

Users are recommended to upgrade to version 2.14.0 or later, which fixes the issue.

How was this patch tested?

pass GHA

Uncontrolled Resource Consumption vulnerability in Apache Commons IO.

The org.apache.commons.io.input.XmlStreamReader class may excessively consume CPU resources when processing maliciously crafted input.

This issue affects Apache Commons IO: from 2.0 before 2.14.0.

Users are recommended to upgrade to version 2.14.0 or later, which fixes the issue.

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
@github-actions github-actions bot added CORE works for Gluten Core VELOX CLICKHOUSE labels Oct 9, 2024
Copy link

github-actions bot commented Oct 9, 2024

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/apache/incubator-gluten/issues

Then could you also rename commit message and pull request title in the following format?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

Copy link

github-actions bot commented Oct 9, 2024

Run Gluten Clickhouse CI

@zhouyuan
Copy link
Contributor Author

zhouyuan commented Oct 9, 2024

CC @baibaichen @zzcclp

Copy link

Run Gluten Clickhouse CI

@zhztheplayer zhztheplayer changed the title [Core] fix GH security issues [CORE] Fix GH security issues Oct 10, 2024
Copy link
Contributor

@weiting-chen weiting-chen left a comment

Choose a reason for hiding this comment

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

looks good to me.

@weiting-chen weiting-chen merged commit 9ae7136 into apache:main Oct 10, 2024
45 checks passed
weiting-chen pushed a commit to weiting-chen/gluten that referenced this pull request Nov 19, 2024
Uncontrolled Resource Consumption vulnerability in Apache Commons IO.

The org.apache.commons.io.input.XmlStreamReader class may excessively consume CPU resources when processing maliciously crafted input.

This issue affects Apache Commons IO: from 2.0 before 2.14.0.

Users are recommended to upgrade to version 2.14.0 or later, which fixes the issue.

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
weiting-chen added a commit that referenced this pull request Nov 20, 2024
* [GLUTEN-6748][CORE] Search stack trace to infer adaptive execution context (#7121)

Closes #6748

* [Core] fix GH security issues (#7448)

Uncontrolled Resource Consumption vulnerability in Apache Commons IO.

The org.apache.commons.io.input.XmlStreamReader class may excessively consume CPU resources when processing maliciously crafted input.

This issue affects Apache Commons IO: from 2.0 before 2.14.0.

Users are recommended to upgrade to version 2.14.0 or later, which fixes the issue.

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

---------

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Co-authored-by: PHILO-HE <feilong.he@intel.com>
Co-authored-by: Yuan <yuan.zhou@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLICKHOUSE CORE works for Gluten Core VELOX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants