Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update security-release-notes-202304.0.md #1845

Merged
merged 1 commit into from
May 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,18 @@ An attacker can inject malicious code in functionalities of the Spryker applicat

### How to get the fix

Update the affected module `spryker/propel` to version 3.38.0:
If the version of `spryker/propel` module is 3.35.0 up to and including 3.37.0, update it to version 3.38.0:
```bash
composer require spryker/propel:"~3.38.0"
composer show spryker/propel # Verify the version
```

If the version of `spryker/propel` module is earlier than 3.35.0, update it to version 3.34.3:
```bash
composer require spryker/propel:"~3.34.3"
composer show spryker/propel # Verify the version
```

## Stored Cross-Site Scripting (XSS) in Marketplace

An attacker can inject malicious payloads into the merchant profile page in the Merchant portal that's executed in the Back Office. This vulnerability lets an attacker execute code in the context of the Back Office user.
Expand Down Expand Up @@ -472,4 +478,4 @@ image:
// PHP 8.0
image:
tag: spryker/php:8.0 or spryker/php:8.0-alpine3.16
```
```