Publish Advisories

GHSA-jx4p-m4wm-vvjg
GHSA-rf39-3f98-xr7r
GHSA-v7px-46v9-5qwp
This commit is contained in:
advisory-database[bot]
2024-03-25 19:44:17 +00:00
parent 892fb6d309
commit 15609402ef
3 changed files with 335 additions and 0 deletions
@@ -0,0 +1,107 @@
{
"schema_version": "1.4.0",
"id": "GHSA-jx4p-m4wm-vvjg",
"modified": "2024-03-25T19:42:17Z",
"published": "2024-03-25T19:42:17Z",
"aliases": [
"CVE-2024-29188"
],
"summary": "Malicious directory junction can cause WiX RemoveFoldersEx to possibly delete elevated files",
"details": "### Summary\nThe custom action behind WiX's `RemoveFolderEx` functionality could allow a standard user to delete protected directories.\n\n### Details\n`RemoveFolderEx` deletes an entire directory tree during installation or uninstallation. It does so by recursing every subdirectory starting at a specified directory and adding each subdirectory to the list of directories Windows Installer should delete. If the setup author instructed `RemoveFolderEx` to delete a per-user folder from a per-machine installer, an attacker could create a directory junction in that per-user folder pointing to a per-machine, protected directory. Windows Installer, when executing the per-machine installer after approval by an administrator, would delete the target of the directory junction.\n",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:N/I:H/A:H"
}
],
"affected": [
{
"package": {
"ecosystem": "NuGet",
"name": "wix"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "3.14.1"
}
]
}
]
},
{
"package": {
"ecosystem": "NuGet",
"name": "wix"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "4.0.0"
},
{
"fixed": "4.0.5"
}
]
}
]
},
{
"package": {
"ecosystem": "NuGet",
"name": "WixToolset.Util.wixext"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "4.0.5"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/wixtoolset/issues/security/advisories/GHSA-jx4p-m4wm-vvjg"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29188"
},
{
"type": "WEB",
"url": "https://github.com/wixtoolset/wix/commit/2e5960b575881567a8807e6b8b9c513138b19742"
},
{
"type": "WEB",
"url": "https://github.com/wixtoolset/wix3/commit/93eeb5f6835776694021f66d4226c262c67d487a"
},
{
"type": "PACKAGE",
"url": "https://github.com/wixtoolset/issues"
}
],
"database_specific": {
"cwe_ids": [
"CWE-59"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2024-03-25T19:42:17Z",
"nvd_published_at": "2024-03-24T20:15:08Z"
}
}
File diff suppressed because one or more lines are too long
@@ -0,0 +1,121 @@
{
"schema_version": "1.4.0",
"id": "GHSA-v7px-46v9-5qwp",
"modified": "2024-03-25T19:43:07Z",
"published": "2024-03-25T19:43:06Z",
"aliases": [
"CVE-2023-48296"
],
"summary": "Storefront user can access history and most viewed data from matching back-office user with the same ID",
"details": "### Impact\n\nNavigation history, most viewed and favorite navigation items are returned to storefront user in JSON navigation response if ID of storefront user matches ID of back-office user.\n",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "oro/customer-portal"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "4.1.0"
},
{
"last_affected": "4.1.13"
}
]
}
]
},
{
"package": {
"ecosystem": "Packagist",
"name": "oro/customer-portal"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "4.2.0"
},
{
"last_affected": "4.2.10"
}
]
}
]
},
{
"package": {
"ecosystem": "Packagist",
"name": "oro/customer-portal"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "5.0.0"
},
{
"last_affected": "5.0.11"
}
]
}
]
},
{
"package": {
"ecosystem": "Packagist",
"name": "oro/customer-portal"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "5.1.0"
},
{
"fixed": "5.1.4"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 5.1.3"
}
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/oroinc/orocommerce/security/advisories/GHSA-v7px-46v9-5qwp"
},
{
"type": "WEB",
"url": "https://github.com/oroinc/orocommerce/commit/41c526498012d44cd88852c63697f1ef53b61db8"
},
{
"type": "PACKAGE",
"url": "https://github.com/oroinc/orocommerce"
}
],
"database_specific": {
"cwe_ids": [
"CWE-200"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-03-25T19:43:06Z",
"nvd_published_at": null
}
}