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

Updated rexml dependency version to resolve the DoS vulnerability. #136

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

bad-vegan
Copy link
Contributor

Context

The current version the rexml dependency has a number of DoS vulnerabilities that can be remediated by upgrading to the latest version (3.3.6) of the gem.

CVE-2024-39908
Name: rexml
Version: 3.3.1
CVE: CVE-2024-39908
GHSA: GHSA-4xqq-m2hx-25v8
Criticality: Medium
URL: https://github.com/ruby/rexml/security/advisories/GHSA-4xqq-m2hx-25v8
Title: DoS in REXML
Solution: update to '>= 3.3.2'
CVE-2024-41123
Name: rexml
Version: 3.3.1
CVE: CVE-2024-41123
GHSA: GHSA-r55c-59qm-vjw6
Criticality: Medium
URL: https://www.ruby-lang.org/en/news/2024/08/01/dos-rexml-cve-2024-41123
Title: DoS vulnerabilities in REXML
Solution: update to '>= 3.3.3'
CVE-2024-41946
Name: rexml Version: 3.3.1
CVE: CVE-2024-41946
GHSA: GHSA-5866-49gr-22v4
Criticality: Medium
URL: https://www.ruby-lang.org/en/news/2024/08/01/dos-rexml-cve-2024-41946
Title: DoS vulnerabilities in REXML
Solution: update to '>= 3.3.3'
CVE-2024-43398
Name: rexml
Version: 3.3.1
CVE: CVE-2024-43398
GHSA: GHSA-vmwr-mc7x-5vc3
Criticality: Medium
URL: https://github.com/ruby/rexml/security/advisories/GHSA-vmwr-mc7x-5vc3
Title: REXML denial of service vulnerability
Solution: update to '>= 3.3.6'

What changed

  • Update the rexml runtime dependency to use the latest version 3.3.6.
  • Noted the update in the change log.

@yolk yolk merged commit 5cf4be6 into yolk:master Sep 2, 2024
23 checks passed
@yolk
Copy link
Owner

yolk commented Sep 2, 2024

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants