-
Notifications
You must be signed in to change notification settings - Fork 305
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
Adding CVE-2024-28859 for SwiftMailer gadget chain in Symfony 1.x #715
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
bf373b5
Adding CVE-2024-28859 for SwiftMailer gadget chain in Symfony 1.x
d157497
Fixing Symfony version number
8bc31d1
Update symfony/symfony/CVE-2024-28859.yaml
darkpills d3292f5
Adding another gadget chain for symfony1 (CVE-2024-28861)
e3a7d9e
Update friendsofsymfony1/swiftmailer/CVE-2024-28859.yaml
darkpills f42cfb8
Update friendsofsymfony1/swiftmailer/CVE-2024-28859.yaml
darkpills df0cce5
Fix friendsofsymfony1/swiftmailer patch timestamp
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
title: Deserialization Gadget chain in Swift Mailer | ||
link: https://github.com/FriendsOfSymfony1/symfony1/security/advisories/GHSA-wjv8-pxr6-5f4r | ||
cve: CVE-2024-28859 | ||
branches: | ||
5.x: | ||
time: 2024-02-27 16:08:02 | ||
versions: ['>=4.0.0', '<5.4.13'] | ||
6.x: | ||
time: 2020-12-08 19:18:59 | ||
versions: ['>=6.0.0', '<6.2.5'] | ||
reference: composer://friendsofsymfony1/swiftmailer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
title: Deserialization Gadget chain in Swift Mailer dependancy | ||
link: https://github.com/FriendsOfSymfony1/symfony1/security/advisories/GHSA-wjv8-pxr6-5f4r | ||
cve: CVE-2024-28859 | ||
branches: | ||
1.x: | ||
time: 2024-02-27 20:26:56 | ||
versions: ['>=1.3.0', '<1.15.18'] | ||
reference: composer://friendsofsymfony1/symfony1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
title: Deserialization Gadget chain in Symfony sfNamespacedParameterHolder | ||
link: https://github.com/FriendsOfSymfony1/symfony1/security/advisories/GHSA-pv9j-c53q-h433 | ||
cve: CVE-2024-28861 | ||
branches: | ||
1.x: | ||
time: 2024-03-19 13:59:00 | ||
versions: ['>=1.1.0', '<1.15.19'] | ||
reference: composer://friendsofsymfony1/symfony1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
title: Deserialization Gadget chain in Swift Mailer | ||
link: https://github.com/FriendsOfSymfony1/symfony1/security/advisories/GHSA-wjv8-pxr6-5f4r | ||
cve: CVE-2024-28859 | ||
branches: | ||
5.x: | ||
time: null | ||
versions: ['>=4.0.0', '<6.0.0'] | ||
6.x: | ||
time: 2020-12-08 19:18:59 | ||
versions: ['>=6.0.0', '<6.2.5'] | ||
reference: composer://swiftmailer/swiftmailer | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(and the filename needs to be changed accordingly)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, @xabbuh , thank for you checks.
reference
for the fileswiftmailer/swiftmailer/CVE-2024-28859.yaml
corresponds toswiftmailer/swiftmailer
repository. But it is archived and there has been a fork. So I suggest maybe making 2 files for referencing both repositories?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As they published a fork with a fix, I suggest adding a separate advisory for
friendsofsymfony1/swiftmailer
(where 5.4.13 provides a patch for 5.x thanks to FriendsOfSymfony1/swiftmailer#18)