Publish Advisories

GHSA-rr4x-crhf-8886
GHSA-jg6f-48ff-5xrw
GHSA-v83q-83hj-rw38
GHSA-wfxg-v3j4-7qmj
GHSA-wfxg-v3j4-7qmj
This commit is contained in:
advisory-database[bot]
2025-02-28 17:48:21 +00:00
parent ebbabc1486
commit 88ac07b3b1
5 changed files with 343 additions and 42 deletions
@@ -63,7 +63,8 @@
],
"database_specific": {
"cwe_ids": [
"CWE-400"
"CWE-400",
"CWE-401"
],
"severity": "MODERATE",
"github_reviewed": true,
File diff suppressed because one or more lines are too long
@@ -0,0 +1,64 @@
{
"schema_version": "1.4.0",
"id": "GHSA-v83q-83hj-rw38",
"modified": "2025-02-28T17:46:36Z",
"published": "2025-02-28T17:46:36Z",
"aliases": [],
"summary": "ntpd NTS client denial of service via wrongly sized cookies",
"details": "Two denial of service vulnerabilities were found in ntpd-rs related to the handling of NTS cookies in our client functionality. Whenever an NTS source is configured and the server behind that source is sending zero-sized cookies or cookies larger than what would fit in our buffer size, ntpd-rs would crash. Only configured NTS sources can abuse these vulnerabilities. NTP sources or third parties that are not configured cannot make use of these vulnerabilities.\n\nFor zero-sized cookies: a division by zero would force an exit when the number of new cookies that would need to be requested is calculated. In ntpd-rs 1.5.0 a check was added to prevent the division by zero.\n\nFor large cookies: while trying to send a NTP request with the cookie included, the buffer is too small to handle the cookie and an exit of ntpd-rs is forced once a write to the buffer is attempted. The memory outside the buffer would not be written to in this case. In ntpd-rs 1.5.0 a check was added that prevents accepting cookies larger than 350 bytes.\n\nUsers of older versions of ntpd-rs are recommended to update to the latest version. If an update is impossible, it is recommended to only add NTS sources to ntpd-rs that are trusted to not abuse this bug.",
"severity": [
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N"
}
],
"affected": [
{
"package": {
"ecosystem": "crates.io",
"name": "ntpd"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.5.0"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/pendulum-project/ntpd-rs/security/advisories/GHSA-v83q-83hj-rw38"
},
{
"type": "WEB",
"url": "https://github.com/pendulum-project/ntpd-rs/commit/10a103b471dae25ac598140df0c195b6531bf716"
},
{
"type": "WEB",
"url": "https://github.com/pendulum-project/ntpd-rs/commit/37dd8d9a0faa03e7dfe3a4bf64953010f075c3e2"
},
{
"type": "PACKAGE",
"url": "https://github.com/pendulum-project/ntpd-rs"
}
],
"database_specific": {
"cwe_ids": [
"CWE-369",
"CWE-703"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2025-02-28T17:46:36Z",
"nvd_published_at": null
}
}
@@ -0,0 +1,81 @@
{
"schema_version": "1.4.0",
"id": "GHSA-wfxg-v3j4-7qmj",
"modified": "2025-02-28T17:46:22Z",
"published": "2025-02-27T21:32:17Z",
"aliases": [
"CVE-2025-22952"
],
"summary": "Memos Server-Side Request Forgery (SSRF)",
"details": "elestio memos v0.23.0 is vulnerable to Server-Side Request Forgery (SSRF) due to insufficient validation of user-supplied URLs, which can be exploited to perform SSRF attacks.",
"severity": [
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/usememos/memos"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "0.24.0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22952"
},
{
"type": "WEB",
"url": "https://github.com/usememos/memos/issues/4413"
},
{
"type": "WEB",
"url": "https://github.com/usememos/memos/pull/4421"
},
{
"type": "WEB",
"url": "https://github.com/usememos/memos/pull/4428"
},
{
"type": "WEB",
"url": "https://github.com/usememos/memos/commit/f17774cb3b9612495d89576a91ab3480018cb0b6"
},
{
"type": "WEB",
"url": "https://github.com/usememos/memos/commit/f8c973c938742827baaf6665cfe66805dc8e8d02"
},
{
"type": "WEB",
"url": "https://elest.io/open-source/memos"
},
{
"type": "PACKAGE",
"url": "https://github.com/usememos/memos"
}
],
"database_specific": {
"cwe_ids": [
"CWE-918"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2025-02-28T17:46:22Z",
"nvd_published_at": "2025-02-27T20:16:04Z"
}
}
@@ -1,41 +0,0 @@
{
"schema_version": "1.4.0",
"id": "GHSA-wfxg-v3j4-7qmj",
"modified": "2025-02-27T21:32:17Z",
"published": "2025-02-27T21:32:17Z",
"aliases": [
"CVE-2025-22952"
],
"details": "elestio memos v0.23.0 is vulnerable to Server-Side Request Forgery (SSRF) due to insufficient validation of user-supplied URLs, which can be exploited to perform SSRF attacks.",
"severity": [],
"affected": [],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22952"
},
{
"type": "WEB",
"url": "https://github.com/usememos/memos/issues/4413"
},
{
"type": "WEB",
"url": "https://github.com/usememos/memos/pull/4428"
},
{
"type": "WEB",
"url": "https://elest.io/open-source/memos"
},
{
"type": "WEB",
"url": "https://github.com/usememos/memos"
}
],
"database_specific": {
"cwe_ids": [],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-02-27T20:16:04Z"
}
}