Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:gem/actionpack@6.1.4.6
purl pkg:gem/actionpack@6.1.4.6
Next non-vulnerable version 7.0.8.7
Latest non-vulnerable version 8.1.2.1
Risk 3.4
Vulnerabilities affecting this package (10)
Vulnerability Summary Fixed by
VCID-63gy-6njy-kbd8
Aliases:
CVE-2023-22792
GHSA-p84v-45xj-wwqj
GMS-2023-58
ReDoS based DoS vulnerability in Action Dispatch There is a possible regular expression based DoS vulnerability in Action Dispatch. Specially crafted cookies, in combination with a specially crafted `X_FORWARDED_HOST` header can cause the regular expression engine to enter a state of catastrophic backtracking. This can cause the process to use large amounts of CPU and memory, leading to a possible DoS vulnerability All users running an affected release should either upgrade or use one of the workarounds immediately.
6.1.7.1
Affected by 8 other vulnerabilities.
7.0.4.1
Affected by 9 other vulnerabilities.
VCID-ce39-j83r-6ug9
Aliases:
CVE-2022-22577
GHSA-mm33-5vfq-3mm3
GMS-2022-1137
Duplicate This advisory duplicates another.
6.1.5.1
Affected by 8 other vulnerabilities.
7.0.2.4
Affected by 10 other vulnerabilities.
VCID-dd9p-x7k3-37ea
Aliases:
CVE-2023-28362
GHSA-4g8v-vg43-wpgf
Actionpack has possible cross-site scripting vulnerability via User Supplied Values to redirect_to The `redirect_to` method in Rails allows provided values to contain characters which are not legal in an HTTP header value. This results in the potential for downstream services which enforce RFC compliance on HTTP response headers to remove the assigned Location header. This vulnerability has been assigned the CVE identifier CVE-2023-28362. Versions Affected: All. Not affected: None Fixed Versions: 7.0.5.1, 6.1.7.4
6.1.7.4
Affected by 5 other vulnerabilities.
7.0.5.1
Affected by 6 other vulnerabilities.
VCID-ehbj-aezy-d7h4
Aliases:
CVE-2024-26142
GHSA-jjhx-jhvp-74wq
Rails has possible ReDoS vulnerability in Accept header parsing in Action Dispatch # Possible ReDoS vulnerability in Accept header parsing in Action Dispatch There is a possible ReDoS vulnerability in the Accept header parsing routines of Action Dispatch. This vulnerability has been assigned the CVE identifier CVE-2024-26142. Versions Affected: >= 7.1.0, < 7.1.3.1 Not affected: < 7.1.0 Fixed Versions: 7.1.3.1 Impact ------ Carefully crafted Accept headers can cause Accept header parsing in Action Dispatch to take an unexpected amount of time, possibly resulting in a DoS vulnerability. All users running an affected release should either upgrade or use one of the workarounds immediately. Ruby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected. Releases -------- The fixed releases are available at the normal locations. Workarounds ----------- There are no feasible workarounds for this issue. Patches ------- To aid users who aren't able to upgrade immediately we have provided patches for the two supported release series. They are in git-am format and consist of a single changeset. * 7-1-accept-redox.patch - Patch for 7.1 series Credits ------- Thanks [svalkanov](https://hackerone.com/svalkanov) for the report and patch!
7.1.3.1
Affected by 4 other vulnerabilities.
VCID-g3rk-djae-pkeh
Aliases:
CVE-2024-54133
GHSA-vfm5-rmrh-j26v
Possible Content Security Policy bypass in Action Dispatch There is a possible Cross Site Scripting (XSS) vulnerability in the `content_security_policy` helper in Action Pack. Impact ------ Applications which set Content-Security-Policy (CSP) headers dynamically from untrusted user input may be vulnerable to carefully crafted inputs being able to inject new directives into the CSP. This could lead to a bypass of the CSP and its protection against XSS and other attacks. Releases -------- The fixed releases are available at the normal locations. Workarounds ----------- Applications can avoid setting CSP headers dynamically from untrusted input, or can validate/sanitize that input. Credits ------- Thanks to [ryotak](https://hackerone.com/ryotak) for the report!
7.0.8.7
Affected by 0 other vulnerabilities.
7.1.0.beta1
Affected by 4 other vulnerabilities.
7.1.5.1
Affected by 0 other vulnerabilities.
7.2.0.beta1
Affected by 4 other vulnerabilities.
7.2.2.1
Affected by 0 other vulnerabilities.
8.0.0.beta1
Affected by 3 other vulnerabilities.
8.0.0.1
Affected by 0 other vulnerabilities.
VCID-hppf-a715-r7b2
Aliases:
CVE-2023-22795
GHSA-8xww-x3g3-6jcv
GMS-2023-56
ReDoS based DoS vulnerability in Action Dispatch There is a possible regular expression based DoS vulnerability in Action Dispatch related to the If-None-Match header. This vulnerability has been assigned the CVE identifier CVE-2023-22795. A specially crafted HTTP `If-None-Match` header can cause the regular expression engine to enter a state of catastrophic backtracking, when on a version of Ruby below 3.2.0. This can cause the process to use large amounts of CPU and memory, leading to a possible DoS vulnerability All users running an affected release should either upgrade or use one of the workarounds immediately.
6.1.7.1
Affected by 8 other vulnerabilities.
7.0.4.1
Affected by 9 other vulnerabilities.
VCID-p22r-u1dd-b7b3
Aliases:
CVE-2024-28103
GHSA-fwhr-88qx-h9g7
Missing security headers in Action Pack on non-HTML responses # Permissions-Policy is Only Served on HTML Content-Type The application configurable Permissions-Policy is only served on responses with an HTML related Content-Type. This has been assigned the CVE identifier CVE-2024-28103. Versions Affected: >= 6.1.0 Not affected: < 6.1.0 Fixed Versions: 6.1.7.8, 7.0.8.4, and 7.1.3.4 Impact ------ Responses with a non-HTML Content-Type are not serving the configured Permissions-Policy. There are certain non-HTML Content-Types that would benefit from having the Permissions-Policy enforced. Releases -------- The fixed releases are available at the normal locations. Workarounds ----------- N/A Patches ------- To aid users who aren't able to upgrade immediately we have provided patches for the supported release series in accordance with our [maintenance policy](https://guides.rubyonrails.org/maintenance_policy.html#security-issues) regarding security issues. They are in git-am format and consist of a single changeset. * 6-1-include-permissions-policy-header-on-non-html.patch - Patch for 6.1 series * 7-0-include-permissions-policy-header-on-non-html.patch - Patch for 7.0 series * 7-1-include-permissions-policy-header-on-non-html.patch - Patch for 7.1 series Credits ------- Thank you [shinkbr](https://hackerone.com/shinkbr) for reporting this!
6.1.7.8
Affected by 3 other vulnerabilities.
7.0.0.alpha1
Affected by 6 other vulnerabilities.
7.0.8.4
Affected by 3 other vulnerabilities.
7.1.0.beta1
Affected by 4 other vulnerabilities.
7.1.3.4
Affected by 3 other vulnerabilities.
7.2.0.beta2
Affected by 3 other vulnerabilities.
VCID-p5mc-r1rg-5ff7
Aliases:
CVE-2022-27777
GHSA-ch3h-j2vf-95pv
GMS-2022-1138
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in actionview.
6.1.5.1
Affected by 8 other vulnerabilities.
7.0.2.4
Affected by 10 other vulnerabilities.
VCID-sfyc-jewr-wuf5
Aliases:
CVE-2024-47887
GHSA-vfg9-r3fq-jvx4
Possible ReDoS vulnerability in HTTP Token authentication in Action Controller There is a possible ReDoS vulnerability in Action Controller's HTTP Token authentication. This vulnerability has been assigned the CVE identifier CVE-2024-47887. Impact ------ For applications using HTTP Token authentication via `authenticate_or_request_with_http_token` or similar, a carefully crafted header may cause header parsing to take an unexpected amount of time, possibly resulting in a DoS vulnerability. All users running an affected release should either upgrade or apply the relevant patch immediately. Ruby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected. Rails 8.0.0.beta1 depends on Ruby 3.2 or greater so is unaffected. Releases -------- The fixed releases are available at the normal locations. Workarounds ----------- Users on Ruby 3.2 are unaffected by this issue. Credits ------- Thanks to [scyoon](https://hackerone.com/scyoon) for reporting
6.1.7.9
Affected by 1 other vulnerability.
7.0.0.alpha1
Affected by 6 other vulnerabilities.
7.0.8.5
Affected by 1 other vulnerability.
7.1.0.beta1
Affected by 4 other vulnerabilities.
7.1.4.1
Affected by 1 other vulnerability.
7.2.0.beta1
Affected by 4 other vulnerabilities.
7.2.1.1
Affected by 1 other vulnerability.
8.0.0.beta1
Affected by 3 other vulnerabilities.
VCID-sgdb-985e-4uej
Aliases:
CVE-2024-41128
GHSA-x76w-6vjr-8xgj
Possible ReDoS vulnerability in query parameter filtering in Action Dispatch There is a possible ReDoS vulnerability in the query parameter filtering routines of Action Dispatch. This vulnerability has been assigned the CVE identifier CVE-2024-41128. Impact ------ Carefully crafted query parameters can cause query parameter filtering to take an unexpected amount of time, possibly resulting in a DoS vulnerability. All users running an affected release should either upgrade or apply the relevant patch immediately. Ruby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected. Rails 8.0.0.beta1 depends on Ruby 3.2 or greater so is unaffected. Releases -------- The fixed releases are available at the normal locations. Workarounds ----------- Users on Ruby 3.2 are unaffected by this issue. Credits ------- Thanks to [scyoon](https://hackerone.com/scyoon) for the report and patches!
6.1.7.9
Affected by 1 other vulnerability.
7.0.0.alpha1
Affected by 6 other vulnerabilities.
7.0.8.5
Affected by 1 other vulnerability.
7.1.0.beta1
Affected by 4 other vulnerabilities.
7.1.4.1
Affected by 1 other vulnerability.
7.2.0.beta1
Affected by 4 other vulnerabilities.
7.2.1.1
Affected by 1 other vulnerability.
8.0.0.beta1
Affected by 3 other vulnerabilities.
Vulnerabilities fixed by this package (1)
Vulnerability Summary Aliases
VCID-jwun-grgg-2uet Exposure of information in Action Pack Action Pack is a framework for handling and responding to web requests. Under certain circumstances response bodies will not be closed. In the event a response is *not* notified of a `close`, `ActionDispatch::Executor` will not know to reset thread local state for the next request. This can lead to data being leaked to subsequent requests. This has been fixed in Rails 7.0.2.1, 6.1.4.5, 6.0.4.5, and 5.2.6.1. Upgrading is highly recommended, but to work around this problem a middleware described in GHSA-wh98-p28r-vrc9 can be used. CVE-2022-23633
CVE-2022-23634
GHSA-rmj8-8hhh-gv5h
GHSA-wh98-p28r-vrc9

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T22:32:42.559745+00:00 GitLab Importer Affected by VCID-dd9p-x7k3-37ea https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2023-28362.yml 38.4.0
2026-04-16T22:21:24.430442+00:00 GitLab Importer Affected by VCID-hppf-a715-r7b2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/GMS-2023-56.yml 38.4.0
2026-04-16T22:20:01.367508+00:00 GitLab Importer Affected by VCID-63gy-6njy-kbd8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/GMS-2023-58.yml 38.4.0
2026-04-16T22:02:39.267909+00:00 GitLab Importer Affected by VCID-ce39-j83r-6ug9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2022-22577.yml 38.4.0
2026-04-16T22:02:38.791554+00:00 GitLab Importer Affected by VCID-p5mc-r1rg-5ff7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2022-27777.yml 38.4.0
2026-04-16T17:41:15.321923+00:00 Ruby Importer Affected by VCID-g3rk-djae-pkeh https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-54133.yml 38.4.0
2026-04-16T17:41:11.055374+00:00 Ruby Importer Affected by VCID-sgdb-985e-4uej https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-41128.yml 38.4.0
2026-04-16T17:41:03.509916+00:00 Ruby Importer Affected by VCID-sfyc-jewr-wuf5 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-47887.yml 38.4.0
2026-04-16T17:40:54.194015+00:00 Ruby Importer Affected by VCID-ehbj-aezy-d7h4 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-26142.yml 38.4.0
2026-04-16T17:39:55.249244+00:00 Ruby Importer Affected by VCID-63gy-6njy-kbd8 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2023-22792.yml 38.4.0
2026-04-16T17:39:50.877621+00:00 Ruby Importer Affected by VCID-hppf-a715-r7b2 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2023-22795.yml 38.4.0
2026-04-12T00:35:40.632150+00:00 GitLab Importer Affected by VCID-g3rk-djae-pkeh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2024-54133.yml 38.3.0
2026-04-12T00:30:22.729463+00:00 GitLab Importer Affected by VCID-sfyc-jewr-wuf5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2024-47887.yml 38.3.0
2026-04-12T00:30:20.794166+00:00 GitLab Importer Affected by VCID-sgdb-985e-4uej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2024-41128.yml 38.3.0
2026-04-12T00:18:20.598841+00:00 GitLab Importer Affected by VCID-p22r-u1dd-b7b3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2024-28103.yml 38.3.0
2026-04-11T23:51:35.237883+00:00 GitLab Importer Affected by VCID-dd9p-x7k3-37ea https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2023-28362.yml 38.3.0
2026-04-11T23:39:25.810858+00:00 GitLab Importer Affected by VCID-hppf-a715-r7b2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/GMS-2023-56.yml 38.3.0
2026-04-11T23:37:56.049429+00:00 GitLab Importer Affected by VCID-63gy-6njy-kbd8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/GMS-2023-58.yml 38.3.0
2026-04-11T23:18:19.518090+00:00 GitLab Importer Affected by VCID-ce39-j83r-6ug9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2022-22577.yml 38.3.0
2026-04-11T23:18:18.989833+00:00 GitLab Importer Affected by VCID-p5mc-r1rg-5ff7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2022-27777.yml 38.3.0
2026-04-11T21:38:53.326943+00:00 Ruby Importer Affected by VCID-g3rk-djae-pkeh https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-54133.yml 38.3.0
2026-04-11T21:38:44.613999+00:00 Ruby Importer Affected by VCID-sgdb-985e-4uej https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-41128.yml 38.3.0
2026-04-11T21:38:27.970347+00:00 Ruby Importer Affected by VCID-sfyc-jewr-wuf5 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-47887.yml 38.3.0
2026-04-11T21:38:13.110020+00:00 Ruby Importer Affected by VCID-ehbj-aezy-d7h4 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-26142.yml 38.3.0
2026-04-11T21:37:05.848286+00:00 Ruby Importer Affected by VCID-63gy-6njy-kbd8 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2023-22792.yml 38.3.0
2026-04-11T21:37:01.236925+00:00 Ruby Importer Affected by VCID-hppf-a715-r7b2 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2023-22795.yml 38.3.0
2026-04-03T00:43:27.236487+00:00 GitLab Importer Affected by VCID-g3rk-djae-pkeh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2024-54133.yml 38.1.0
2026-04-03T00:38:02.081868+00:00 GitLab Importer Affected by VCID-sfyc-jewr-wuf5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2024-47887.yml 38.1.0
2026-04-03T00:38:00.436662+00:00 GitLab Importer Affected by VCID-sgdb-985e-4uej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2024-41128.yml 38.1.0
2026-04-03T00:25:52.346576+00:00 GitLab Importer Affected by VCID-p22r-u1dd-b7b3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2024-28103.yml 38.1.0
2026-04-02T23:54:49.871231+00:00 GitLab Importer Affected by VCID-dd9p-x7k3-37ea https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2023-28362.yml 38.1.0
2026-04-02T23:43:37.003573+00:00 GitLab Importer Affected by VCID-hppf-a715-r7b2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/GMS-2023-56.yml 38.1.0
2026-04-02T23:42:13.802125+00:00 GitLab Importer Affected by VCID-63gy-6njy-kbd8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/GMS-2023-58.yml 38.1.0
2026-04-02T23:25:54.912707+00:00 GitLab Importer Affected by VCID-ce39-j83r-6ug9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2022-22577.yml 38.1.0
2026-04-02T23:25:54.457536+00:00 GitLab Importer Affected by VCID-p5mc-r1rg-5ff7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2022-27777.yml 38.1.0
2026-04-02T19:36:40.488700+00:00 Ruby Importer Affected by VCID-g3rk-djae-pkeh https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-54133.yml 38.1.0
2026-04-02T19:36:35.721466+00:00 Ruby Importer Affected by VCID-sgdb-985e-4uej https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-41128.yml 38.1.0
2026-04-02T19:36:23.233195+00:00 Ruby Importer Affected by VCID-sfyc-jewr-wuf5 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-47887.yml 38.1.0
2026-04-02T19:36:11.421356+00:00 Ruby Importer Affected by VCID-ehbj-aezy-d7h4 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-26142.yml 38.1.0
2026-04-02T19:35:11.321939+00:00 Ruby Importer Affected by VCID-63gy-6njy-kbd8 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2023-22792.yml 38.1.0
2026-04-02T19:35:07.408827+00:00 Ruby Importer Affected by VCID-hppf-a715-r7b2 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2023-22795.yml 38.1.0
2026-04-01T18:06:30.752485+00:00 GitLab Importer Affected by VCID-hppf-a715-r7b2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/GMS-2023-56.yml 38.0.0
2026-04-01T18:04:56.844383+00:00 GitLab Importer Affected by VCID-63gy-6njy-kbd8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/GMS-2023-58.yml 38.0.0
2026-04-01T17:46:45.232232+00:00 GitLab Importer Affected by VCID-ce39-j83r-6ug9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2022-22577.yml 38.0.0
2026-04-01T17:46:44.735972+00:00 GitLab Importer Affected by VCID-p5mc-r1rg-5ff7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2022-27777.yml 38.0.0
2026-04-01T15:59:53.159732+00:00 GHSA Importer Fixing VCID-jwun-grgg-2uet https://github.com/advisories/GHSA-wh98-p28r-vrc9 38.0.0
2026-04-01T15:54:00.606430+00:00 Ruby Importer Affected by VCID-g3rk-djae-pkeh https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-54133.yml 38.0.0
2026-04-01T15:53:51.390221+00:00 Ruby Importer Affected by VCID-sgdb-985e-4uej https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-41128.yml 38.0.0
2026-04-01T15:53:35.851190+00:00 Ruby Importer Affected by VCID-sfyc-jewr-wuf5 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-47887.yml 38.0.0
2026-04-01T15:53:22.135655+00:00 Ruby Importer Affected by VCID-ehbj-aezy-d7h4 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-26142.yml 38.0.0
2026-04-01T15:52:13.679810+00:00 Ruby Importer Affected by VCID-63gy-6njy-kbd8 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2023-22792.yml 38.0.0
2026-04-01T15:52:09.235665+00:00 Ruby Importer Affected by VCID-hppf-a715-r7b2 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2023-22795.yml 38.0.0
2026-04-01T13:06:18.356104+00:00 GithubOSV Importer Fixing VCID-jwun-grgg-2uet https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/02/GHSA-wh98-p28r-vrc9/GHSA-wh98-p28r-vrc9.json 38.0.0
2026-04-01T12:49:33.218396+00:00 GitLab Importer Fixing VCID-jwun-grgg-2uet https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/actionpack/CVE-2022-23633.yml 38.0.0