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

Adding CVE-2024-28859 for SwiftMailer gadget chain in Symfony 1.x #715

Merged
merged 7 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
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
11 changes: 11 additions & 0 deletions friendsofsymfony1/swiftmailer/CVE-2024-28859.yaml
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
8 changes: 8 additions & 0 deletions friendsofsymfony1/symfony1/CVE-2024-28859.yaml
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
8 changes: 8 additions & 0 deletions friendsofsymfony1/symfony1/CVE-2024-28861.yaml
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
11 changes: 11 additions & 0 deletions swiftmailer/swiftmailer/CVE-2024-28859.yaml
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
reference: composer://swiftmailer/swiftmailer
reference: composer://friendsofsymfony1/swiftmailer

(and the filename needs to be changed accordingly)

Copy link
Contributor Author

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 file swiftmailer/swiftmailer/CVE-2024-28859.yaml corresponds to swiftmailer/swiftmailer repository. But it is archived and there has been a fork. So I suggest maybe making 2 files for referencing both repositories?

Copy link
Member

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)

Loading