CHEF-28294: Fix CVE-2025-61780 - Update rack gem to >= 3.1.18#4129
Merged
CHEF-28294: Fix CVE-2025-61780 - Update rack gem to >= 3.1.18#4129
Conversation
Update rack gem version constraint in oc-id Gemfile from '> 3.0' to '>= 3.1.18' to address CVE-2025-61780 (CVSS 5.3), an information disclosure vulnerability in Rack::Sendfile when running behind a proxy like Nginx. The vulnerability affects rack versions prior to 2.2.20, 3.1.18, and 3.2.3. Gemfile.lock already contains rack 3.2.3 which is compliant.
👷 Deploy Preview for chef-server processing.
|
- Updated rack from 3.2.3 to 3.2.4 - Regenerated using bundle lock --update=rack with Ruby 3.1.7
Contributor
jashaik
approved these changes
Dec 9, 2025
…file.lock files - Update rack constraint from >= 3.1.18 to >= 3.2.4 in src/oc-id/Gemfile - Update rack version from 3.2.3 to 3.2.4 in all Gemfile.lock files: - src/oc-id/Gemfile.lock (already at 3.2.4, updated constraint in DEPENDENCIES) - src/chef-server-ctl/Gemfile.lock - omnibus/Gemfile.lock - Ensures consistent rack version 3.2.4 across all dependencies - Addresses CVE-2025-61780 security vulnerability Signed-off-by: Jan Shahid Shaik <jashaik@progress.com>
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








Summary
This PR addresses CVE-2025-61780, a medium severity (CVSS 5.3) information disclosure vulnerability in the rack gem. The fix updates the rack gem version constraint in the oc-id Gemfile from
> 3.0to>= 3.1.18.Jira Ticket
CHEF-28294 - Fix CVE-2025-61780 in rack gem version 3.1.16
This work was completed with AI assistance following Progress AI policies.
Changes Made
src/oc-id/Gemfileline 32: Changed rack gem constraint from'> 3.0'to'>= 3.1.18'Gemfile.lockalready contains compliant version (rack 3.2.3)Vulnerability Details
Testing
Related Issues
Customer: Relativity (Tier 3)