Commit 0083ff3
CHEF-28294: Fix CVE-2025-61780 - Update rack gem to >= 3.1.18 (#4129)
* CHEF-28294: Fix CVE-2025-61780 - Update rack gem constraint to >= 3.1.18
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.
* Update Gemfile.lock for rack >= 3.1.18 constraint
- Updated rack from 3.2.3 to 3.2.4
- Regenerated using bundle lock --update=rack with Ruby 3.1.7
* CHEF-28294: Update rack gem constraint to >= 3.2.4 and update all Gemfile.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 <[email protected]>
---------
Signed-off-by: Jan Shahid Shaik <[email protected]>
Co-authored-by: Jan Shahid Shaik <[email protected]>
Co-authored-by: jashaik <[email protected]>1 parent 5cde9ab commit 0083ff3
File tree
4 files changed
+5
-5
lines changed- omnibus
- src
- chef-server-ctl
- oc-id
4 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
| 382 | + | |
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
| 392 | + | |
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
523 | | - | |
| 523 | + | |
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
| |||
778 | 778 | | |
779 | 779 | | |
780 | 780 | | |
781 | | - | |
| 781 | + | |
782 | 782 | | |
783 | 783 | | |
784 | 784 | | |
| |||
0 commit comments