Skip to main content

Use of Cache Containing Sensitive Information

CVE-2024-27917

Severity High
Score 7.5/10

Summary

Shopware is an open commerce platform based on Symfony Framework and Vue. The Symfony Session Handler pops the Session Cookie and assigns it to the Response. Shopware versions 6.5.8.0 through 6.5.8.6 and 6.6.0.0-rc1 through 6.6.0.0-rc4, the 404 pages are cached to improve the performance of 404 pages. So the cached Response which 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. As a workaround, use Redis for Sessions, as this does not trigger the exploit code.

  • LOW
  • NETWORK
  • HIGH
  • UNCHANGED
  • NONE
  • NONE
  • NONE
  • NONE

CWE-524 - Use of Cache Containing Sensitive Information

The code uses a cache that contains sensitive information, but the cache can be read by an actor outside of the intended control sphere.

Advisory Timeline

  • Published