ghsa-5297-wrrp-rcj7
Vulnerability from github
Published
2024-04-08 15:48
Modified
2024-04-08 18:34
Severity ?
Summary
Shopware Improper Session Handling in store-api account logout
Details
Impact
When a authentificated request is made to POST /store-api/account/logout
, the cart will be cleared, but the User won't be logged out. This affects only the direct store-api usage, as the PHP Storefront listens additionally on CustomerLogoutEvent
and invalidates the session additionally.
Patches
The problem has been fixed with Shopware 6.6.1.0 and 6.5.8.8.
Workarounds
When you are not able to update, you can install the latest version of the Shopware Security Plugin.
{ "affected": [ { "package": { "ecosystem": "Packagist", "name": "shopware/core" }, "ranges": [ { "events": [ { "introduced": "6.3.5.0" }, { "fixed": "6.5.8.8" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Packagist", "name": "shopware/platform" }, "ranges": [ { "events": [ { "introduced": "6.3.5.0" }, { "fixed": "6.5.8.8" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Packagist", "name": "shopware/core" }, "ranges": [ { "events": [ { "introduced": "6.6.0.0-rc1" }, { "fixed": "6.6.1.0" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Packagist", "name": "shopware/platform" }, "ranges": [ { "events": [ { "introduced": "6.6.0.0-rc1" }, { "fixed": "6.6.1.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-31447" ], "database_specific": { "cwe_ids": [ "CWE-613" ], "github_reviewed": true, "github_reviewed_at": "2024-04-08T15:48:27Z", "nvd_published_at": "2024-04-08T16:15:08Z", "severity": "MODERATE" }, "details": "### Impact\n\nWhen a authentificated request is made to `POST /store-api/account/logout`, the cart will be cleared, but the User won\u0027t be logged out. This affects only the direct store-api usage, as the PHP Storefront listens additionally on `CustomerLogoutEvent` and invalidates the session additionally. \n\n### Patches\nThe problem has been fixed with Shopware 6.6.1.0 and 6.5.8.8.\n\n### Workarounds\nWhen you are not able to update, you can install the latest version of the Shopware Security Plugin.\n", "id": "GHSA-5297-wrrp-rcj7", "modified": "2024-04-08T18:34:00Z", "published": "2024-04-08T15:48:27Z", "references": [ { "type": "WEB", "url": "https://github.com/shopware/shopware/security/advisories/GHSA-5297-wrrp-rcj7" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-31447" }, { "type": "WEB", "url": "https://github.com/shopware/shopware/commit/5cc84ddd817ad0c1d07f9b3c79ab346d50514a77" }, { "type": "WEB", "url": "https://github.com/shopware/shopware/commit/d29775aa758f70d08e0c5999795c7c26d230e7d3" }, { "type": "PACKAGE", "url": "https://github.com/shopware/shopware" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N", "type": "CVSS_V3" } ], "summary": "Shopware Improper Session Handling in store-api account logout" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.