From c64b8ca534b67236cb3a1000281b92d9ef26febf Mon Sep 17 00:00:00 2001 From: Nikita Pivkin Date: Sat, 19 Sep 2026 20:11:25 +0600 Subject: [PATCH] Improve GHSA-22jr-vc7j-g762 --- .../2020/03/GHSA-22jr-vc7j-g762/GHSA-22jr-vc7j-g762.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/advisories/github-reviewed/2020/03/GHSA-22jr-vc7j-g762/GHSA-22jr-vc7j-g762.json b/advisories/github-reviewed/2020/03/GHSA-22jr-vc7j-g762/GHSA-22jr-vc7j-g762.json index 572eb263fcb4..959b73e471a8 100644 --- a/advisories/github-reviewed/2020/03/GHSA-22jr-vc7j-g762/GHSA-22jr-vc7j-g762.json +++ b/advisories/github-reviewed/2020/03/GHSA-22jr-vc7j-g762/GHSA-22jr-vc7j-g762.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-22jr-vc7j-g762", - "modified": "2024-10-21T19:57:21Z", + "modified": "2024-10-21T19:56:58Z", "published": "2020-03-16T22:46:19Z", "aliases": [ "CVE-2020-10571" @@ -9,10 +9,6 @@ "summary": "Potential buffer overflow in psd-tools", "details": "### Impact\nAn issue was discovered in psd-tools before 1.9.4. The Cython implementation of RLE decoding did not check for malformed PSD input data during decoding to the PIL.Image or NumPy format, leading to a Buffer Overflow.\n\n### Patches\nUsers of psd-tools version v1.8.37 to v1.9.3 should upgrade to v1.9.4.\n\n### Workarounds\nWithout Cython present on installation, buffer overflow does not occur but IndexError will be thrown. However, already installed psd-tools with Cython extention should be upgraded.\n\n### References\nhttps://github.com/psd-tools/psd-tools/pull/198\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [psd-tools](https://github.com/psd-tools/psd-tools/issues)", "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" - }, { "type": "CVSS_V4", "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" @@ -38,7 +34,7 @@ } ], "database_specific": { - "last_known_affected_version_range": "< 1.9.3" + "last_known_affected_version_range": "<= 1.9.3" } } ],