Publish Advisories

GHSA-7q3h-j95q-3vjh
GHSA-m7r8-2r98-vppj
This commit is contained in:
advisory-database[bot]
2024-06-24 20:40:49 +00:00
parent 68ff6da740
commit 06278f8de2
2 changed files with 56 additions and 8 deletions
@@ -1,26 +1,50 @@
{
"schema_version": "1.4.0",
"id": "GHSA-7q3h-j95q-3vjh",
"modified": "2024-06-22T06:30:37Z",
"modified": "2024-06-24T20:40:17Z",
"published": "2024-06-22T06:30:37Z",
"aliases": [
"CVE-2024-21519"
],
"summary": "Arbitrary File Creation in opencart",
"details": "This affects versions of the package opencart/opencart from 4.0.0.0. An Arbitrary File Creation issue was identified via the database restoration functionality. By injecting PHP code into the database, an attacker with admin privileges can create a backup file with an arbitrary filename (including the extension), within /system/storage/backup.\n\n**Note:**\n\nIt is less likely for the created file to be available within the web root, as part of the security recommendations for the application suggest moving the storage path outside of the web root.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "opencart/opencart"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "4.0.0.0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21519"
},
{
"type": "PACKAGE",
"url": "https://github.com/opencart/opencart"
},
{
"type": "WEB",
"url": "https://github.com/opencart/opencart/blob/master/upload/admin/controller/tool/upload.php%23L353"
@@ -35,8 +59,8 @@
"CWE-20"
],
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"github_reviewed": true,
"github_reviewed_at": "2024-06-24T20:40:17Z",
"nvd_published_at": "2024-06-22T05:15:11Z"
}
}
@@ -1,26 +1,50 @@
{
"schema_version": "1.4.0",
"id": "GHSA-m7r8-2r98-vppj",
"modified": "2024-06-22T06:30:37Z",
"modified": "2024-06-24T20:39:16Z",
"published": "2024-06-22T06:30:37Z",
"aliases": [
"CVE-2024-21518"
],
"summary": "Zip slip in opencart",
"details": "This affects versions of the package opencart/opencart from 4.0.0.0. A Zip Slip issue was identified via the marketplace installer due to improper sanitization of the target path, allowing files within a malicious archive to traverse the filesystem and be extracted to arbitrary locations. An attacker can create arbitrary files in the web root of the application and overwrite other existing files by exploiting this vulnerability.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "opencart/opencart"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "4.0.0.0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21518"
},
{
"type": "PACKAGE",
"url": "https://github.com/opencart/opencart"
},
{
"type": "WEB",
"url": "https://github.com/opencart/opencart/blob/04c1724370ab02967d3b4f668c1b67771ecf1ff4/upload/admin/controller/marketplace/installer.php%23L383C1-L383C1"
@@ -35,8 +59,8 @@
"CWE-29"
],
"severity": "HIGH",
"github_reviewed": false,
"github_reviewed_at": null,
"github_reviewed": true,
"github_reviewed_at": "2024-06-24T20:39:16Z",
"nvd_published_at": "2024-06-22T05:15:11Z"
}
}