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

Update REXML to fix DoS Vulnerability (CVE-2024-35176) #947

Closed
fchiusolo opened this issue Jul 5, 2024 · 13 comments
Closed

Update REXML to fix DoS Vulnerability (CVE-2024-35176) #947

fchiusolo opened this issue Jul 5, 2024 · 13 comments

Comments

@fchiusolo
Copy link

Hi team,

There's a DoS vulnerability in rexml before version 3.2.7. It affects xcodeproj through fastlane. Can you update rexml to version 3.2.7 or later?

More details: ruby-lang.org.

Thanks!

@bmedenwald
Copy link
Contributor

It's worse now. New CVE: https://www.ruby-lang.org/en/news/2024/07/16/dos-rexml-cve-2024-39908/

This needs to be resolved.

@bmedenwald
Copy link
Contributor

Added PR: #948

@iosdevben
Copy link

Urgently needs releasing to address the vulnerability.

@samfranz
Copy link

When can we expect a release with this change?

@elkinjosetm
Copy link

The PR was already merged, any idea when should we expect to have a new release?

@sphanley
Copy link

sphanley commented Jul 24, 2024

Seconding the request for a release at the earliest convenience– my enterprise team is running into security warnings related to this rexml dependency, so it would be hugely helpful to have a new version released with the recently updated constraint. Thanks to the maintainers for the prompt handling of the relevant PR!

@Aaron-Empower
Copy link

Thirding the request, or at least a request for a timeline, for the same reasons.

@kconner
Copy link

kconner commented Jul 30, 2024

Please release a numbered version with the merged dependency update. The latest version of this library, 1.24.0, is still vulnerable.

@konrad-gibaszewski
Copy link

Please release a numbered version with the merged dependency update.

@0rax
Copy link

0rax commented Aug 1, 2024

For anybody still struggling with this, you can point your Gemfile to this git repository directly to retrieve the latest version from master.

This worked fine in my case:

source 'https://rubygems.org'

ruby '>= 2.6.10'

gem 'cocoapods', '>= 1.15.2'
gem 'xcodeproj', '~> 1.24', git: 'https://github.com/CocoaPods/Xcodeproj.git'
gem "rexml", "~> 3.3.2"

Once a new version is release, just remove the git: part and update the version identifier next to xcodeproj.

@Aaron-Empower
Copy link

Unfortunately, many of us are exposed to this vulnerability through Fastlane's use of xcodeproj as a dependency.

Looking forward to the next numbered release with bated breath!

@Kaspik
Copy link
Contributor

Kaspik commented Aug 2, 2024

@amorde Hola Eric! Is there a chance we could get new release out asap?

@amorde
Copy link
Member

amorde commented Aug 13, 2024

The fix for this was released in 1.25.0.

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

No branches or pull requests