Publish Advisories

GHSA-w3h3-4rj7-4ph4
GHSA-jqr7-5h7r-ch8p
This commit is contained in:
advisory-database[bot]
2024-05-21 20:44:25 +00:00
parent eb2c75d1d5
commit 88fd6c5859
2 changed files with 71 additions and 2 deletions
@@ -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",
@@ -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
}
}