From b4a48e841d386103f70ae5c92f59ae6f6db4da9d Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:54:25 +0000 Subject: [PATCH] Publish Advisories GHSA-44wm-f244-xhp3 GHSA-r65j-6h5f-4f92 --- .../GHSA-44wm-f244-xhp3.json | 38 ++++++++++++++++--- .../GHSA-r65j-6h5f-4f92.json | 11 ++++-- 2 files changed, 41 insertions(+), 8 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/04/GHSA-44wm-f244-xhp3/GHSA-44wm-f244-xhp3.json (50%) diff --git a/advisories/unreviewed/2024/04/GHSA-44wm-f244-xhp3/GHSA-44wm-f244-xhp3.json b/advisories/github-reviewed/2024/04/GHSA-44wm-f244-xhp3/GHSA-44wm-f244-xhp3.json similarity index 50% rename from advisories/unreviewed/2024/04/GHSA-44wm-f244-xhp3/GHSA-44wm-f244-xhp3.json rename to advisories/github-reviewed/2024/04/GHSA-44wm-f244-xhp3/GHSA-44wm-f244-xhp3.json index 2f084c0d768..59ee34fb9e7 100644 --- a/advisories/unreviewed/2024/04/GHSA-44wm-f244-xhp3/GHSA-44wm-f244-xhp3.json +++ b/advisories/github-reviewed/2024/04/GHSA-44wm-f244-xhp3/GHSA-44wm-f244-xhp3.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-44wm-f244-xhp3", - "modified": "2024-04-03T03:30:30Z", + "modified": "2024-04-03T14:53:39Z", "published": "2024-04-03T03:30:30Z", "aliases": [ "CVE-2024-28219" ], + "summary": "Pillow buffer overflow vulnerability", "details": "In _imagingcms.c in Pillow before 10.3.0, a buffer overflow exists because strcpy is used instead of strncpy.", "severity": [ { @@ -14,13 +15,39 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "pillow" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "10.3.0" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28219" }, + { + "type": "WEB", + "url": "https://github.com/python-pillow/Pillow/commit/2a93aba5cfcf6e241ab4f9392c13e3b74032c061" + }, + { + "type": "PACKAGE", + "url": "https://github.com/python-pillow/Pillow" + }, { "type": "WEB", "url": "https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html#security" @@ -28,11 +55,12 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-120", + "CWE-676" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-04-03T14:53:39Z", "nvd_published_at": "2024-04-03T03:15:09Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2024/04/GHSA-r65j-6h5f-4f92/GHSA-r65j-6h5f-4f92.json b/advisories/github-reviewed/2024/04/GHSA-r65j-6h5f-4f92/GHSA-r65j-6h5f-4f92.json index b8a1976536c..db1be162963 100644 --- a/advisories/github-reviewed/2024/04/GHSA-r65j-6h5f-4f92/GHSA-r65j-6h5f-4f92.json +++ b/advisories/github-reviewed/2024/04/GHSA-r65j-6h5f-4f92/GHSA-r65j-6h5f-4f92.json @@ -1,13 +1,14 @@ { "schema_version": "1.4.0", "id": "GHSA-r65j-6h5f-4f92", - "modified": "2024-04-01T23:02:54Z", + "modified": "2024-04-03T14:52:58Z", "published": "2024-04-01T03:30:38Z", + "withdrawn": "2024-04-03T14:52:58Z", "aliases": [ "CVE-2024-31033" ], - "summary": "JJWT improperly generates signing keys", - "details": "JJWT (aka Java JWT) through 0.12.5 ignores certain characters and thus a user might falsely conclude that they have a strong key. The impacted code is the setSigningKey() method within the DefaultJwtParser class and the signWith() method within the DefaultJwtBuilder class.", + "summary": "Withdrawn: JJWT improperly generates signing keys", + "details": "## Withdrawn Advisory\n\nThis advisory has been withdrawn because it has been found to be disputed. Please see the issue [here](https://github.com/jwtk/jjwt/issues/930#issuecomment-2032699358) for more information.\n\n## Original Description\n\nJJWT (aka Java JWT) through 0.12.5 ignores certain characters and thus a user might falsely conclude that they have a strong key. The impacted code is the setSigningKey() method within the DefaultJwtParser class and the signWith() method within the DefaultJwtBuilder class.", "severity": [ { "type": "CVSS_V3", @@ -40,6 +41,10 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-31033" }, + { + "type": "WEB", + "url": "https://github.com/jwtk/jjwt/issues/930#issuecomment-2032699358" + }, { "type": "WEB", "url": "https://github.com/2308652512/JJWT_BUG"