Publish Advisories

GHSA-4h4x-4m75-47j4
GHSA-799q-f2px-wx8c
GHSA-jf6p-4hgv-v6qh
GHSA-4h4x-4m75-47j4
GHSA-799q-f2px-wx8c
GHSA-jf6p-4hgv-v6qh
This commit is contained in:
advisory-database[bot]
2025-03-31 15:58:24 +00:00
parent 8097964481
commit 390fdb04c1
6 changed files with 217 additions and 99 deletions
@@ -0,0 +1,84 @@
{
"schema_version": "1.4.0",
"id": "GHSA-4h4x-4m75-47j4",
"modified": "2025-03-31T15:56:47Z",
"published": "2025-03-28T21:30:46Z",
"aliases": [
"CVE-2024-38985"
],
"summary": "depath and cool-path vulnerable to Prototype Pollution via `set()` Method",
"details": "janryWang products depath v1.0.6 and cool-path v1.1.2 were discovered to contain a prototype pollution via the set() method at setIn (lib/index.js:90). This vulnerability allows attackers to execute arbitrary code or cause a Denial of Service (DoS) via injecting arbitrary properties.",
"severity": [
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:L/SI:L/SA:N/E:P"
}
],
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "depath"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "1.0.6"
}
]
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "cool-path"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "1.1.2"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38985"
},
{
"type": "WEB",
"url": "https://github.com/janryWang/depath/issues/11"
},
{
"type": "WEB",
"url": "https://gist.github.com/mestrtee/32c0a48023036e51918f6a098f21953d"
},
{
"type": "PACKAGE",
"url": "https://github.com/janryWang/depath"
}
],
"database_specific": {
"cwe_ids": [
"CWE-1321"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2025-03-31T15:56:47Z",
"nvd_published_at": "2025-03-28T21:15:16Z"
}
}
@@ -0,0 +1,65 @@
{
"schema_version": "1.4.0",
"id": "GHSA-799q-f2px-wx8c",
"modified": "2025-03-31T15:57:16Z",
"published": "2025-03-28T21:30:46Z",
"aliases": [
"CVE-2024-38988"
],
"summary": "@alizeait/unflatto Prototype Pollution via `exports.unflatto` Method",
"details": "alizeait unflatto <= 1.0.2 was discovered to contain a prototype pollution via the method exports.unflatto at /dist/index.js. This vulnerability allows attackers to execute arbitrary code or cause a Denial of Service (DoS) via injecting arbitrary properties.",
"severity": [
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:L/SI:L/SA:N/E:P"
}
],
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "@alizeait/unflatto"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "1.0.2"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38988"
},
{
"type": "WEB",
"url": "https://github.com/alizeait/unflatto/issues/32"
},
{
"type": "WEB",
"url": "https://gist.github.com/mestrtee/4c5dfb66bea377889c44dd6c8af28713"
},
{
"type": "PACKAGE",
"url": "https://github.com/alizeait/unflatto"
}
],
"database_specific": {
"cwe_ids": [
"CWE-1321"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2025-03-31T15:57:15Z",
"nvd_published_at": "2025-03-28T21:15:16Z"
}
}
@@ -0,0 +1,68 @@
{
"schema_version": "1.4.0",
"id": "GHSA-jf6p-4hgv-v6qh",
"modified": "2025-03-31T15:57:40Z",
"published": "2025-03-28T21:30:47Z",
"withdrawn": "2025-03-31T15:57:39Z",
"aliases": [],
"summary": "Duplicate Advisory: Leantime affected by Improper Neutralization of HTML Tags",
"details": "### Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-95j3-435g-vjcp. This link is maintained to preserve external references.\n\n### Original Description\nCross Site Scripting vulnerability in Leantime v3.2.1 and before allows an authenticated attacker to execute arbitrary code and obtain sensitive information via the first name field in processMentions().",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "leantime/leantime"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "3.3"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/Leantime/leantime/security/advisories/GHSA-95j3-435g-vjcp"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-28254"
},
{
"type": "WEB",
"url": "https://github.com/Leantime/leantime/commit/ce1d2073e4601183e1bdd90f4b433d16aee46a50"
},
{
"type": "PACKAGE",
"url": "https://github.com/Leantime/leantime"
},
{
"type": "WEB",
"url": "https://github.com/Leantime/leantime/blob/0e7ddbbe3d582f657a1dddfef7b3419ae588cbf7/app/Domain/Notifications/Services/Notifications.php#L128"
}
],
"database_specific": {
"cwe_ids": [
"CWE-80"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2025-03-31T15:57:39Z",
"nvd_published_at": "2025-03-28T21:15:17Z"
}
}
@@ -1,33 +0,0 @@
{
"schema_version": "1.4.0",
"id": "GHSA-4h4x-4m75-47j4",
"modified": "2025-03-28T21:30:46Z",
"published": "2025-03-28T21:30:46Z",
"aliases": [
"CVE-2024-38985"
],
"details": "janryWang products depath v1.0.6 and cool-path v1.1.2 were discovered to contain a prototype pollution via the set() method at setIn (lib/index.js:90). This vulnerability allows attackers to execute arbitrary code or cause a Denial of Service (DoS) via injecting arbitrary properties.",
"severity": [],
"affected": [],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38985"
},
{
"type": "WEB",
"url": "https://github.com/janryWang/depath/issues/11"
},
{
"type": "WEB",
"url": "https://gist.github.com/mestrtee/32c0a48023036e51918f6a098f21953d"
}
],
"database_specific": {
"cwe_ids": [],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-03-28T21:15:16Z"
}
}
@@ -1,29 +0,0 @@
{
"schema_version": "1.4.0",
"id": "GHSA-799q-f2px-wx8c",
"modified": "2025-03-28T21:30:46Z",
"published": "2025-03-28T21:30:46Z",
"aliases": [
"CVE-2024-38988"
],
"details": "alizeait unflatto <= 1.0.2 was discovered to contain a prototype pollution via the method exports.unflatto at /dist/index.js. This vulnerability allows attackers to execute arbitrary code or cause a Denial of Service (DoS) via injecting arbitrary properties.",
"severity": [],
"affected": [],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38988"
},
{
"type": "WEB",
"url": "https://gist.github.com/mestrtee/4c5dfb66bea377889c44dd6c8af28713"
}
],
"database_specific": {
"cwe_ids": [],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-03-28T21:15:16Z"
}
}
@@ -1,37 +0,0 @@
{
"schema_version": "1.4.0",
"id": "GHSA-jf6p-4hgv-v6qh",
"modified": "2025-03-28T21:30:47Z",
"published": "2025-03-28T21:30:47Z",
"aliases": [
"CVE-2025-28254"
],
"details": "Cross Site Scripting vulnerability in Leantime v3.2.1 and before allows an authenticated attacker to execute arbitrary code and obtain sensitive information via the first name field in processMentions().",
"severity": [],
"affected": [],
"references": [
{
"type": "WEB",
"url": "https://github.com/Leantime/leantime/security/advisories/GHSA-95j3-435g-vjcp"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-28254"
},
{
"type": "WEB",
"url": "https://github.com/Leantime/leantime/commit/ce1d2073e4601183e1bdd90f4b433d16aee46a50"
},
{
"type": "WEB",
"url": "https://github.com/Leantime/leantime/blob/0e7ddbbe3d582f657a1dddfef7b3419ae588cbf7/app/Domain/Notifications/Services/Notifications.php#L128"
}
],
"database_specific": {
"cwe_ids": [],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-03-28T21:15:17Z"
}
}