mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-44wm-f244-xhp3 GHSA-r65j-6h5f-4f92
This commit is contained in:
+33
-5
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user