Publish Advisories

GHSA-889j-63jv-qhr8
GHSA-fxvx-gfmr-5xfj
GHSA-q4rv-gq96-w7c5
This commit is contained in:
advisory-database[bot]
2025-05-08 19:30:11 +00:00
parent e28fc49618
commit 91a78aad57
3 changed files with 181 additions and 4 deletions
@@ -0,0 +1,76 @@
{
"schema_version": "1.4.0",
"id": "GHSA-889j-63jv-qhr8",
"modified": "2025-05-08T19:28:45Z",
"published": "2025-05-08T19:28:45Z",
"aliases": [
"CVE-2025-1948"
],
"summary": "Eclipse Jetty HTTP/2 client can force the server to allocate a humongous byte buffer that may lead to OoM and subsequently the JVM to exit",
"details": "### Original Report\n\nIn Eclipse Jetty versions 12.0.0 to 12.0.16 included, an HTTP/2 client can specify a very large value for the HTTP/2 settings parameter SETTINGS_MAX_HEADER_LIST_SIZE. The Jetty HTTP/2 server does not perform validation on this setting, and tries to allocate a ByteBuffer of the specified capacity to encode HTTP responses, likely resulting in OutOfMemoryError being thrown, or even the JVM process exiting.\n\n### Impact\nRemote peers can cause the JVM to crash or continuously report OOM.\n\n### Patches\n12.0.17\n\n### Workarounds\nNo workarounds.\n\n### References\nhttps://github.com/jetty/jetty.project/issues/12690",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.eclipse.jetty.http2:jetty-http2-common"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "12.0.0"
},
{
"fixed": "12.0.17"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 12.0.16"
}
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-889j-63jv-qhr8"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1948"
},
{
"type": "WEB",
"url": "https://github.com/jetty/jetty.project/issues/12690"
},
{
"type": "WEB",
"url": "https://github.com/jetty/jetty.project/commit/c8c2515936ef968dc8a3cecd9e79d1e69291e4bb"
},
{
"type": "PACKAGE",
"url": "https://github.com/jetty/jetty.project"
},
{
"type": "WEB",
"url": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/56"
}
],
"database_specific": {
"cwe_ids": [
"CWE-400"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2025-05-08T19:28:45Z",
"nvd_published_at": "2025-05-08T18:15:41Z"
}
}
@@ -1,11 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-fxvx-gfmr-5xfj",
"modified": "2025-05-08T18:30:42Z",
"modified": "2025-05-08T19:28:55Z",
"published": "2025-05-07T21:31:45Z",
"aliases": [
"CVE-2025-29746"
],
"summary": "Koillection Cross Site Scripting vulnerability ",
"details": "Cross Site Scripting vulnerability in Koillection v.1.6.10 allows a remote attacker to escalate privileges via the collection, Wishlist and album components",
"severity": [
{
@@ -13,7 +14,27 @@
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "koillection/koillection"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.6.12"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
@@ -26,6 +47,18 @@
{
"type": "WEB",
"url": "https://gist.github.com/unklerunkle/73e2ab58d1a5b9129be5de55765ea4fe"
},
{
"type": "PACKAGE",
"url": "https://github.com/benjaminjonard/koillection"
},
{
"type": "WEB",
"url": "https://github.com/benjaminjonard/koillection/releases/tag/1.6.11"
},
{
"type": "WEB",
"url": "https://github.com/benjaminjonard/koillection/releases/tag/1.6.12"
}
],
"database_specific": {
@@ -33,8 +66,8 @@
"CWE-79"
],
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"github_reviewed": true,
"github_reviewed_at": "2025-05-08T19:28:55Z",
"nvd_published_at": "2025-05-07T19:16:07Z"
}
}
@@ -0,0 +1,68 @@
{
"schema_version": "1.4.0",
"id": "GHSA-q4rv-gq96-w7c5",
"modified": "2025-05-08T19:28:34Z",
"published": "2025-05-08T19:28:34Z",
"aliases": [
"CVE-2024-13009"
],
"summary": "**UNSUPPORTED WHEN ASSIGNED** GzipHandler causes part of request body to be seen as request body of a separate request",
"details": "In Eclipse Jetty versions 9.4.0 to 9.4.56 a buffer can be incorrectly released when confronted with a gzip error when inflating a request body. This can result in corrupted and/or inadvertent sharing of data between requests.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.eclipse.jetty:jetty-server"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "9.4.0"
},
{
"fixed": "9.4.57.v20241219"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 9.4.56"
}
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-q4rv-gq96-w7c5"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-13009"
},
{
"type": "PACKAGE",
"url": "https://github.com/jetty/jetty.project"
},
{
"type": "WEB",
"url": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/48"
}
],
"database_specific": {
"cwe_ids": [
"CWE-404"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2025-05-08T19:28:34Z",
"nvd_published_at": "2025-05-08T18:15:41Z"
}
}