GHSA-c2f9-4jmm-v45m

Suggest an improvement
Source
https://github.com/advisories/GHSA-c2f9-4jmm-v45m
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/03/GHSA-c2f9-4jmm-v45m/GHSA-c2f9-4jmm-v45m.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-c2f9-4jmm-v45m
Aliases
Published
2024-03-06T15:06:54Z
Modified
2024-12-04T05:45:11.877847Z
Summary
Shopware's session is persistent in Cache for 404 pages
Details

Impact

The Symfony Session Handler, pop's the Session Cookie and assign it to the Response. Since Shopware 6.5.8.0 the 404 pages, are cached, to improve the performance of 404 pages. So the cached Response, contains a Session Cookie when the Browser accessing the 404 page, has no cookies yet. The Symfony Session Handler is in use, when no explicit Session configuration has been done. When Redis is in use for Sessions using the PHP Redis extension, this exploiting code is not used.

Patches

Update to Shopware version 6.5.8.7

Workarounds

Using Redis for Sessions, as this does not trigger the exploit code. Example configuration for Redis

# php.ini
session.save_handler = redis
session.save_path = "tcp://127.0.0.1:6379"

Consequences

As an guest browser session has been cached on a 404 page, every missing image or directly reaching a 404 page will logout the customer or clear his cart.

Database specific
{
    "nvd_published_at": null,
    "cwe_ids": [
        "CWE-524"
    ],
    "severity": "CRITICAL",
    "github_reviewed": true,
    "github_reviewed_at": "2024-03-06T15:06:54Z"
}
References

Affected packages

Packagist / shopware/storefront

Package

Name
shopware/storefront
Purl
pkg:composer/shopware/storefront

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.5.8.0
Fixed
6.5.8.7

Affected versions

v6.*

v6.5.8.0
v6.5.8.1
v6.5.8.2
v6.5.8.3
v6.5.8.4
v6.5.8.5
v6.5.8.6

Packagist / shopware/platform

Package

Name
shopware/platform
Purl
pkg:composer/shopware/platform

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.5.8.0
Fixed
6.5.8.7

Affected versions

v6.*

v6.5.8.0
v6.5.8.1
v6.5.8.2
v6.5.8.3
v6.5.8.4
v6.5.8.5
v6.5.8.6