From 88fd6c58590be9eefc4c804b89c306281258dc89 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 20:44:25 +0000 Subject: [PATCH] Publish Advisories GHSA-w3h3-4rj7-4ph4 GHSA-jqr7-5h7r-ch8p --- .../GHSA-w3h3-4rj7-4ph4.json | 4 +- .../GHSA-jqr7-5h7r-ch8p.json | 69 +++++++++++++++++++ 2 files changed, 71 insertions(+), 2 deletions(-) create mode 100644 advisories/github-reviewed/2024/05/GHSA-jqr7-5h7r-ch8p/GHSA-jqr7-5h7r-ch8p.json diff --git a/advisories/github-reviewed/2024/04/GHSA-w3h3-4rj7-4ph4/GHSA-w3h3-4rj7-4ph4.json b/advisories/github-reviewed/2024/04/GHSA-w3h3-4rj7-4ph4/GHSA-w3h3-4rj7-4ph4.json index 3062937eac2..33c9460acd7 100644 --- a/advisories/github-reviewed/2024/04/GHSA-w3h3-4rj7-4ph4/GHSA-w3h3-4rj7-4ph4.json +++ b/advisories/github-reviewed/2024/04/GHSA-w3h3-4rj7-4ph4/GHSA-w3h3-4rj7-4ph4.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-w3h3-4rj7-4ph4", - "modified": "2024-04-16T23:24:39Z", + "modified": "2024-05-21T20:42:45Z", "published": "2024-04-16T00:30:32Z", "aliases": [ "CVE-2024-1135" ], "summary": "Request smuggling leading to endpoint restriction bypass in Gunicorn", - "details": "Gunicorn fails to properly validate Transfer-Encoding headers, leading to HTTP Request Smuggling (HRS) vulnerabilities. By crafting requests with conflicting Transfer-Encoding headers, attackers can bypass security restrictions and access restricted endpoints. This issue is due to Gunicorn's handling of Transfer-Encoding headers, where it incorrectly processes requests with multiple, conflicting Transfer-Encoding headers, treating them as chunked regardless of the final encoding specified. This vulnerability has been shown to allow access to endpoints restricted by gunicorn. This issue has been addressed in version 22.0.0.\n\nTo be affected users must have a network path which does not filter out invalid requests. These users are advised to block access to restricted endpoints via a firewall or other mechanism if they are unable to update. ", + "details": "Gunicorn fails to properly validate Transfer-Encoding headers, leading to HTTP Request Smuggling (HRS) vulnerabilities. By crafting requests with conflicting Transfer-Encoding headers, attackers can bypass security restrictions and access restricted endpoints. This issue is due to Gunicorn's handling of Transfer-Encoding headers, where it incorrectly processes requests with multiple, conflicting Transfer-Encoding headers, treating them as chunked regardless of the final encoding specified. This vulnerability has been shown to allow access to endpoints restricted by gunicorn. This issue has been addressed in version 22.0.0.\n\nTo be affected users must have a network path which does not filter out invalid requests. These users are advised to block access to restricted endpoints via a firewall or other mechanism if they are unable to update.", "severity": [ { "type": "CVSS_V3", diff --git a/advisories/github-reviewed/2024/05/GHSA-jqr7-5h7r-ch8p/GHSA-jqr7-5h7r-ch8p.json b/advisories/github-reviewed/2024/05/GHSA-jqr7-5h7r-ch8p/GHSA-jqr7-5h7r-ch8p.json new file mode 100644 index 00000000000..a56c5dddc65 --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-jqr7-5h7r-ch8p/GHSA-jqr7-5h7r-ch8p.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jqr7-5h7r-ch8p", + "modified": "2024-05-21T20:42:46Z", + "published": "2024-05-21T20:42:46Z", + "aliases": [ + + ], + "summary": "Shopware Non-Persistent XSS in the Frontend", + "details": "A non-persistent Cross-Site Scripting (XSS) vulnerability has been identified in the Shopware eCommerce platform within the frontend. This vulnerability may allow an attacker to inject and execute malicious scripts in the context of a victim's web browser.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "shopware/shopware" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "5.2.0" + }, + { + "fixed": "5.3.7" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/shopware5/shopware/commit/54461aa651566dc2701b873fe6bd94589604751b" + }, + { + "type": "WEB", + "url": "https://community.shopware.com/_detail_2048.html" + }, + { + "type": "WEB", + "url": "https://docs.shopware.com/en/shopware-5-en/security-updates/security-update-01-2018?category=shopware-5-en/security-updates" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/shopware/shopware/2018-01-22.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/shopware5/shopware" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-21T20:42:46Z", + "nvd_published_at": null + } +} \ No newline at end of file