RHSA-2020_5495
Vulnerability from csaf_redhat - Published: 2020-12-15 17:12 - Updated: 2024-11-15 04:23Summary
Red Hat Security Advisory: nginx:1.16 security update
Severity
Moderate
Notes
Topic: An update for the nginx:1.16 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: nginx is a web and proxy server supporting HTTP and other protocols, with a focus on high concurrency, performance, and low memory usage.
Security Fix(es):
* nginx: HTTP request smuggling in configurations with URL redirect used as error_page (CVE-2019-20372)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
NGINX before 1.17.7, with certain error_page configurations, allows HTTP request smuggling, as demonstrated by the ability of an attacker to read unauthorized web pages in environments where NGINX is being fronted by a load balancer.
5.3 (Medium)
Vendor Fix
For details on how to apply this update, which includes the changes described in this advisory, refer to:
https://access.redhat.com/articles/11258
https://access.redhat.com/errata/RHSA-2020:5495
Workaround
To mitigate this issue, use a named location instead of having the error_page handler do the redirect, this configuration is not vulnerable to request smuggling on all versions of NGINX we tested.
server {
listen 80;
server_name localhost;
error_page 401 @401;
location / {
return 401;
}
location @401 {
return 302 http://example.org;
}
}
References
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the nginx:1.16 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "nginx is a web and proxy server supporting HTTP and other protocols, with a focus on high concurrency, performance, and low memory usage. \n\nSecurity Fix(es):\n\n* nginx: HTTP request smuggling in configurations with URL redirect used as error_page (CVE-2019-20372)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2020:5495",
"url": "https://access.redhat.com/errata/RHSA-2020:5495"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "1790277",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1790277"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_5495.json"
}
],
"title": "Red Hat Security Advisory: nginx:1.16 security update",
"tracking": {
"current_release_date": "2024-11-15T04:23:48+00:00",
"generator": {
"date": "2024-11-15T04:23:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2020:5495",
"initial_release_date": "2020-12-15T17:12:43+00:00",
"revision_history": [
{
"date": "2020-12-15T17:12:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2020-12-15T17:12:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-15T04:23:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "nginx:1.16:8030020201124104955:229f0a1c",
"product": {
"name": "nginx:1.16:8030020201124104955:229f0a1c",
"product_id": "nginx:1.16:8030020201124104955:229f0a1c",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/nginx@1.16:8030020201124104955:229f0a1c"
}
}
},
{
"category": "product_version",
"name": "nginx-all-modules-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch",
"product": {
"name": "nginx-all-modules-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch",
"product_id": "nginx-all-modules-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-all-modules@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-filesystem-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch",
"product": {
"name": "nginx-filesystem-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch",
"product_id": "nginx-filesystem-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-filesystem@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=noarch\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.src",
"product": {
"name": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.src",
"product_id": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product": {
"name": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_id": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product": {
"name": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_id": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product": {
"name": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_id": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-debugsource@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product": {
"name": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_id": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-image-filter@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product": {
"name": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_id": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-image-filter-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product": {
"name": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_id": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-perl@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product": {
"name": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_id": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-perl-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product": {
"name": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_id": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-xslt-filter@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product": {
"name": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_id": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-xslt-filter-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product": {
"name": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_id": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-mail@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product": {
"name": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_id": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-mail-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product": {
"name": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_id": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-stream@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product": {
"name": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_id": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-stream-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product": {
"name": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_id": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product": {
"name": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_id": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product": {
"name": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_id": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-debugsource@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product": {
"name": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_id": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-image-filter@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product": {
"name": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_id": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-image-filter-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product": {
"name": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_id": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-perl@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product": {
"name": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_id": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-perl-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product": {
"name": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_id": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-xslt-filter@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product": {
"name": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_id": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-xslt-filter-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product": {
"name": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_id": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-mail@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product": {
"name": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_id": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-mail-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product": {
"name": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_id": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-stream@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product": {
"name": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_id": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-stream-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product": {
"name": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_id": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product": {
"name": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_id": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product": {
"name": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_id": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-debugsource@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product": {
"name": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_id": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-image-filter@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product": {
"name": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_id": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-image-filter-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product": {
"name": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_id": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-perl@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product": {
"name": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_id": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-perl-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product": {
"name": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_id": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-xslt-filter@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product": {
"name": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_id": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-xslt-filter-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product": {
"name": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_id": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-mail@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product": {
"name": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_id": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-mail-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product": {
"name": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_id": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-stream@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product": {
"name": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_id": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-stream-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product": {
"name": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_id": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product": {
"name": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_id": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product": {
"name": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_id": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-debugsource@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product": {
"name": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_id": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-image-filter@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product": {
"name": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_id": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-image-filter-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product": {
"name": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_id": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-perl@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product": {
"name": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_id": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-perl-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product": {
"name": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_id": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-xslt-filter@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product": {
"name": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_id": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-http-xslt-filter-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product": {
"name": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_id": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-mail@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product": {
"name": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_id": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-mail-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product": {
"name": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_id": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-stream@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product": {
"name": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_id": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nginx-mod-stream-debuginfo@1.16.1-1.module%2Bel8.3.0%2B8844%2Be5e7039f.1?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
"product_reference": "nginx:1.16:8030020201124104955:229f0a1c",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64"
},
"product_reference": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le"
},
"product_reference": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x"
},
"product_reference": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.src as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.src"
},
"product_reference": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.src",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64"
},
"product_reference": "nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-all-modules-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-all-modules-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch"
},
"product_reference": "nginx-all-modules-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64"
},
"product_reference": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le"
},
"product_reference": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x"
},
"product_reference": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64"
},
"product_reference": "nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64"
},
"product_reference": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le"
},
"product_reference": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x"
},
"product_reference": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64"
},
"product_reference": "nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-filesystem-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-filesystem-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch"
},
"product_reference": "nginx-filesystem-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64"
},
"product_reference": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le"
},
"product_reference": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x"
},
"product_reference": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64"
},
"product_reference": "nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64"
},
"product_reference": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le"
},
"product_reference": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x"
},
"product_reference": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64"
},
"product_reference": "nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64"
},
"product_reference": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le"
},
"product_reference": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x"
},
"product_reference": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64"
},
"product_reference": "nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64"
},
"product_reference": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le"
},
"product_reference": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x"
},
"product_reference": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64"
},
"product_reference": "nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64"
},
"product_reference": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le"
},
"product_reference": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x"
},
"product_reference": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64"
},
"product_reference": "nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64"
},
"product_reference": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le"
},
"product_reference": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x"
},
"product_reference": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64"
},
"product_reference": "nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64"
},
"product_reference": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le"
},
"product_reference": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x"
},
"product_reference": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64"
},
"product_reference": "nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64"
},
"product_reference": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le"
},
"product_reference": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x"
},
"product_reference": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64"
},
"product_reference": "nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64"
},
"product_reference": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le"
},
"product_reference": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x"
},
"product_reference": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64"
},
"product_reference": "nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64"
},
"product_reference": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le"
},
"product_reference": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x"
},
"product_reference": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64 as a component of nginx:1.16:8030020201124104955:229f0a1c as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64"
},
"product_reference": "nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"relates_to_product_reference": "AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-20372",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2020-01-09T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1790277"
}
],
"notes": [
{
"category": "description",
"text": "NGINX before 1.17.7, with certain error_page configurations, allows HTTP request smuggling, as demonstrated by the ability of an attacker to read unauthorized web pages in environments where NGINX is being fronted by a load balancer.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nginx: HTTP request smuggling in configurations with URL redirect used as error_page",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Ansible Tower 3.5 and 3.6 are not vulnerable by default as are not using error_page variable in the nginx configuration. However, Ansible Tower 3.5 and 3.6 are distributing nginx 1.14 and 1.16 vulnerable versions as a dependency and configuration could be modified making it vulnerable.\n\nRed Hat CloudForms Management Engine 5.9 and 5.10 are not vulnerable by default as are not using error_page variable in the nginx configuration. However, both mentioned builds ships vulnerable nginx versions 1.10 and 1.14 respectively. CloudForms 5.11 does not use nginx directly hence it is not vulnerable.\n\nRed Hat Quay\u0027s configuration of nginx means it\u0027s not affected by this issue. It doesn\u0027t use error_page to do a 302 redirect. It\u0027s only use of error_page uses a named location ie:\nerror_page 404 /404.html;\n location = /40x.html {\n }\nerror_page 500 502 503 504 /50x.html;\n location = /50x.html {\n}",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.src",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-all-modules-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-filesystem-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-20372"
},
{
"category": "external",
"summary": "RHBZ#1790277",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1790277"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-20372",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20372"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-20372",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-20372"
}
],
"release_date": "2020-01-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-12-15T17:12:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.src",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-all-modules-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-filesystem-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:5495"
},
{
"category": "workaround",
"details": "To mitigate this issue, use a named location instead of having the error_page handler do the redirect, this configuration is not vulnerable to request smuggling on all versions of NGINX we tested.\nserver {\n listen 80;\n server_name localhost;\n error_page 401 @401;\n location / {\n return 401;\n }\n location @401 {\n return 302 http://example.org;\n }\n}",
"product_ids": [
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.src",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-all-modules-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-filesystem-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.src",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-all-modules-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-debugsource-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-filesystem-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.noarch",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-perl-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-mail-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.aarch64",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.ppc64le",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.s390x",
"AppStream-8.3.0.Z.MAIN:nginx:1.16:8030020201124104955:229f0a1c:nginx-mod-stream-debuginfo-1:1.16.1-1.module+el8.3.0+8844+e5e7039f.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nginx: HTTP request smuggling in configurations with URL redirect used as error_page"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…