Bug 1193764 (CVE-2021-44528) - VUL-1: CVE-2021-44528: rubygem-actionpack-4_2, rubygem-actionpack-5_1, rubygem-actionpack-3_2, rubygem-actionpack-6.0: possible Open Redirect in Host Authorization middleware
Summary: VUL-1: CVE-2021-44528: rubygem-actionpack-4_2, rubygem-actionpack-5_1, rubyge...
Status: RESOLVED FIXED
Alias: CVE-2021-44528
Product: SUSE Security Incidents
Classification: Novell Products
Component: Incidents (show other bugs)
Version: unspecified
Hardware: Other Other
: P4 - Low : Minor
Target Milestone: ---
Assignee: Security Team bot
QA Contact: Security Team bot
URL: https://smash.suse.de/issue/317418/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-15 13:14 UTC by Thomas Leroy
Modified: 2024-06-12 07:37 UTC (History)
2 users (show)

See Also:
Found By: Security Response Team
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Leroy 2021-12-15 13:14:42 UTC
CVE-2021-44528

oss-sec
mailing list archives

[CVE-2021-44528] Possible Open Redirect in Host Authorization Middleware


From: Aaron Patterson 
Date: Tue, 14 Dec 2021 12:29:20 -0800


There is a possible open redirect vulnerability in the Host Authorization
middleware in Action Pack. This vulnerability has been assigned the CVE
identifier CVE-2021-44528.

Versions Affected:  >= 6.0.0.
Not affected:       < 6.0.0
Fixed Versions:     6.1.4.2, 6.0.4.2, 7.0.0.rc2

Impact
------
Specially crafted "X-Forwarded-Host" headers in combination with certain
"allowed host" formats can cause the Host Authorization middleware in Action
Pack to redirect users to a malicious website.

Impacted applications will have allowed hosts with a leading dot. For
example,
configuration files that look like this:

```
config.hosts <<  '.EXAMPLE.com'
```

When an allowed host contains a leading dot, a specially crafted Host header
can be used to redirect to a malicious website.

This vulnerability is similar to CVE-2021-22881 and CVE-2021-22942.

Releases
--------
The fixed releases are available at the normal locations.

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.

* 6-0-host-authorzation-open-redirect.patch - Patch for 6.0 series
* 6-1-host-authorzation-open-redirect.patch - Patch for 6.1 series
* 7-0-host-authorzation-open-redirect.patch - Patch for 7.0 series

Please note that only the 6.1.Z, 6.0.Z, and 5.2.Z series are supported at
present. Users of earlier unsupported releases are advised to upgrade as
soon
as possible as we cannot guarantee the continued availability of security
fixes for unsupported releases.

Credits
-------
Thanks to [@krynos](https://hackerone.com/krynos?type=user) for originally
reporting this!

Huge thanks to
[@stefschenkelaars](https://hackerone.com/stefschenkelaars?type=user) for
writing a patch along with tests to fix this issue!



References:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-44528
http://seclists.org/oss-sec/2021/q4/160
Comment 1 Thomas Leroy 2021-12-15 14:37:45 UTC
Only openSUSE:Factory/rubygem-actionpack-6.0 should be affected.
Comment 3 Andrea Mattiazzo 2024-06-12 07:37:09 UTC
rubygem-actionpack was upgraded to version 7 (7.0.8 at them moment) in Factory, so we can consider this fixed. Closing.