CVE-2024-42356
published 2024-08-08CVE-2024-42356: Shopware is an open commerce platform. Prior to versions 6.6.5.1 and 6.5.8.13, the `context` variable is injected into almost any Twig Template and allows to…
PriorityP343high7.2CVSS 3.1
AVNACLPRHUINSUCHIHAH
EPSS
0.65%
46.9th percentile
Shopware is an open commerce platform. Prior to versions 6.6.5.1 and 6.5.8.13, the `context` variable is injected into almost any Twig Template and allows to access to current language, currency information. The context object allows also to switch for a short time the scope of the Context as a helper with a callable function. The function can be called also from Twig and as the second parameter allows any callable, it's possible to call from Twig any statically callable PHP function/method. It's not possible as customer to provide any Twig code, the attacker would require access to Administration to exploit it using Mail templates or using App Scripts. Update to Shopware 6.6.5.1 or 6.5.8.13 to receive a patch. For older versions of 6.1, 6.2, 6.3 and 6.4 corresponding security measures are also available via a plugin.
Affected
8 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| shopware | core | >= 0 < 6.5.8.13 | 6.5.8.13 |
| shopware | core | >= 6.6.0.0 < 6.6.5.1 | 6.6.5.1 |
| shopware | platform | >= 0 < 6.5.8.13 | 6.5.8.13 |
| shopware | platform | >= 6.6.0.0 < 6.6.5.1 | 6.6.5.1 |
| shopware | shopware | < 6.5.8.13 | 6.5.8.13 |
| shopware | shopware | <= 6.5.8.12 | — |
| shopware | shopware | — | — |
| shopware | shopware | >= 6.6.0.0 < 6.6.5.1 | 6.6.5.1 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
Shopware vulnerable to Server Side Template Injection in Twig using Context functions
osv·2024-08-08
CVE-2024-42356 [HIGH] Shopware vulnerable to Server Side Template Injection in Twig using Context functions
Shopware vulnerable to Server Side Template Injection in Twig using Context functions
### Impact
The `context` variable is injected into almost any Twig Template and allows to access to current language, currency information. The context object allows also to switch for a short time the scope of the Context as a helper with a callable function.
Example call from PHP:
```php
$context->scope(Context::SYSTEM_SCOPE, static function (Context $context) use ($mediaService, $media, &$fileBlob): void {
$fileBlob = $mediaService->loadFile($media->getId(), $context);
});
```
This function can be called also from Twig and as the second parameter allows any callable, it's possible to call from Twig any statically callable PHP function/method.
It's not possible as customer to provide any Twig code,
GHSA
Shopware vulnerable to Server Side Template Injection in Twig using Context functions
ghsa·2024-08-08
CVE-2024-42356 [HIGH] CWE-1336 Shopware vulnerable to Server Side Template Injection in Twig using Context functions
Shopware vulnerable to Server Side Template Injection in Twig using Context functions
### Impact
The `context` variable is injected into almost any Twig Template and allows to access to current language, currency information. The context object allows also to switch for a short time the scope of the Context as a helper with a callable function.
Example call from PHP:
```php
$context->scope(Context::SYSTEM_SCOPE, static function (Context $context) use ($mediaService, $media, &$fileBlob): void {
$fileBlob = $mediaService->loadFile($media->getId(), $context);
});
```
This function can be called also from Twig and as the second parameter allows any callable, it's possible to call from Twig any statically callable PHP function/method.
It's not possible as customer to provide any Twig code,
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://github.com/shopware/core/commit/04183e0c02af3b404eb7d52c683734bfe0595038https://github.com/shopware/core/commit/a784aa1cec0624e36e0ee4d41aeebaed40e0442fhttps://github.com/shopware/shopware/commit/8504ba7e56e53add6a1d5b9d45015e3d899cd0achttps://github.com/shopware/shopware/commit/e43423bcc93c618c3036f94c12aa29514da8cf2ehttps://github.com/shopware/shopware/security/advisories/GHSA-35jp-8cgg-p4wj
2024-08-08
Published