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

Fixes CVE-2023-50251 and CVE-2023-50262 DoS on parsing SVG #14038

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

joelpittet
Copy link
Contributor

@joelpittet joelpittet commented Dec 14, 2023

Description

❯ composer audit
Found 2 security vulnerability advisories affecting 2 packages:
+-------------------+----------------------------------------------------------------------------------+
| Package           | dompdf/dompdf                                                                    |
| CVE               | CVE-2023-50262                                                                   |
| Title             | Denial of service caused by infinite recursion when parsing SVG images           |
| URL               | https://github.com/advisories/GHSA-3qx2-6f78-w2j2                                |
| Affected versions | <2.0.4                                                                           |
| Reported at       | 2023-12-13T23:09:04+00:00                                                        |
+-------------------+----------------------------------------------------------------------------------+
+-------------------+----------------------------------------------------------------------------------+
| Package           | phenx/php-svg-lib                                                                |
| CVE               | CVE-2023-50251                                                                   |
| Title             | Denial of service caused by infinite recursion when parsing SVG document         |
| URL               | https://github.com/advisories/GHSA-ff5x-7qg5-vwf2                                |
| Affected versions | <0.5.1                                                                           |
| Reported at       | 2023-12-13T13:32:21+00:00                                                        |
+-------------------+----------------------------------------------------------------------------------+

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

composer audit before and after upgrading the packages to the semver compatible releases.

Checklist:

@probot-autolabeler probot-autolabeler bot added backend dependencies Pull requests that update a dependency file labels Dec 14, 2023
@snipe snipe merged commit aca51d9 into snipe:develop Dec 19, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants