Publish Advisories

GHSA-cjcc-p67m-7qxm
GHSA-c96r-38gv-grp4
GHSA-r4v4-w9pv-6fph
GHSA-r4v4-w9pv-6fph
This commit is contained in:
advisory-database[bot]
2024-07-08 19:05:31 +00:00
parent 84ad11e0b8
commit 592e56dc94
4 changed files with 173 additions and 49 deletions
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-cjcc-p67m-7qxm",
"modified": "2024-06-03T20:18:32Z",
"modified": "2024-07-08T19:05:04Z",
"published": "2024-06-02T22:30:39Z",
"aliases": [
"CVE-2024-4990"
@@ -28,7 +28,7 @@
"introduced": "0"
},
{
"fixed": "2.0.50"
"fixed": "2.0.49.4"
}
]
}
@@ -40,10 +40,18 @@
"type": "WEB",
"url": "https://github.com/yiisoft/yii2/security/advisories/GHSA-cjcc-p67m-7qxm"
},
{
"type": "WEB",
"url": "https://github.com/yiisoft/yii2/pull/20183"
},
{
"type": "WEB",
"url": "https://github.com/yiisoft/yii2/commit/628d406bfafb80fc32147837888c0057d89a021e"
},
{
"type": "WEB",
"url": "https://github.com/yiisoft/yii2/commit/62d081f18c3602d09e7d075bba3a0ca5c313f0b4"
},
{
"type": "PACKAGE",
"url": "https://github.com/yiisoft/yii2"
@@ -1,12 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-c96r-38gv-grp4",
"modified": "2024-07-05T12:31:02Z",
"modified": "2024-07-08T19:04:34Z",
"published": "2024-07-05T12:31:01Z",
"aliases": [
"CVE-2024-6524"
],
"details": "A vulnerability was found in ShopXO up to 6.1.0. It has been declared as critical. Affected by this vulnerability is an unknown functionality of the file extend/base/Uploader.php. The manipulation of the argument source leads to server-side request forgery. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-270367. NOTE: The original disclosure confuses CSRF with SSRF.",
"summary": "ShopXO Server-Side Request Forgery Vulnerability",
"details": "A vulnerability was found in ShopXO up to 6.1.0. It has been declared as critical. Affected by this vulnerability is an unknown functionality of the file `extend/base/Uploader.php`. The manipulation of the argument source leads to server-side request forgery. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-270367. NOTE: The original disclosure confuses CSRF with SSRF.",
"severity": [
{
"type": "CVSS_V3",
@@ -18,7 +19,25 @@
}
],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "shopxo/shopxo"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "6.1.0"
}
]
}
]
}
],
"references": [
{
@@ -29,6 +48,10 @@
"type": "WEB",
"url": "https://github.com/J1rrY-learn/learn/blob/main/shopxo_ssrf.md"
},
{
"type": "PACKAGE",
"url": "https://github.com/gongfuxiang/shopxo"
},
{
"type": "WEB",
"url": "https://vuldb.com/?ctiid.270367"
@@ -47,8 +70,8 @@
"CWE-918"
],
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"github_reviewed": true,
"github_reviewed_at": "2024-07-08T19:04:34Z",
"nvd_published_at": "2024-07-05T12:15:02Z"
}
}
@@ -0,0 +1,135 @@
{
"schema_version": "1.4.0",
"id": "GHSA-r4v4-w9pv-6fph",
"modified": "2024-07-08T19:04:07Z",
"published": "2024-07-05T03:30:42Z",
"aliases": [
"CVE-2024-32498"
],
"summary": "OpenStack Cinder, Glance, and Nova vulnerable to arbitrary file access",
"details": "An issue was discovered in OpenStack Cinder through 24.0.0, Glance before 28.0.2, and Nova before 29.0.3. Arbitrary file access can occur via custom QCOW2 external data. By supplying a crafted QCOW2 image that references a specific data file path, an authenticated user may convince systems to return a copy of that file's contents from the server, resulting in unauthorized access to potentially sensitive data. All Cinder and Nova deployments are affected; only Glance deployments with image conversion enabled are affected.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "cinder"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "24.0.0"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "glance"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "28.0.1"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "nova"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "29.0.2"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32498"
},
{
"type": "WEB",
"url": "https://github.com/openstack/cinder/commit/78f85c1f9b20a067ef64d6451dee0228c3a0db5e"
},
{
"type": "WEB",
"url": "https://github.com/openstack/cinder/commit/d6a186945e03649343af55b46ed8dfe0dd326e40"
},
{
"type": "WEB",
"url": "https://github.com/openstack/glance/commit/22f0c9c6f98db1d93569e3edb800c271f35b0ef9"
},
{
"type": "WEB",
"url": "https://github.com/openstack/glance/commit/2e65391744a82421bc6f026ee8f1f3550038f175"
},
{
"type": "WEB",
"url": "https://github.com/openstack/glance/commit/867d1dd8b6e4f5774257a98c7c33061fbbbde973"
},
{
"type": "WEB",
"url": "https://github.com/openstack/glance/commit/cc7d53adbecf85f3d7df78e7618fe8ab3a075c5f"
},
{
"type": "WEB",
"url": "https://github.com/openstack/glance/commit/d607e78630cc9d1ca18b3a027322809c042f64df"
},
{
"type": "WEB",
"url": "https://github.com/openstack/nova/commit/657e86585cc57f84ab9b364dd189547d231d5927"
},
{
"type": "WEB",
"url": "https://launchpad.net/bugs/2059809"
},
{
"type": "WEB",
"url": "https://www.openwall.com/lists/oss-security/2024/07/02/2"
}
],
"database_specific": {
"cwe_ids": [
"CWE-200"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-07-08T19:04:07Z",
"nvd_published_at": "2024-07-05T02:15:09Z"
}
}
@@ -1,42 +0,0 @@
{
"schema_version": "1.4.0",
"id": "GHSA-r4v4-w9pv-6fph",
"modified": "2024-07-08T18:31:15Z",
"published": "2024-07-05T03:30:42Z",
"aliases": [
"CVE-2024-32498"
],
"details": "An issue was discovered in OpenStack Cinder through 24.0.0, Glance before 28.0.2, and Nova before 29.0.3. Arbitrary file access can occur via custom QCOW2 external data. By supplying a crafted QCOW2 image that references a specific data file path, an authenticated user may convince systems to return a copy of that file's contents from the server, resulting in unauthorized access to potentially sensitive data. All Cinder and Nova deployments are affected; only Glance deployments with image conversion enabled are affected.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N"
}
],
"affected": [
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32498"
},
{
"type": "WEB",
"url": "https://launchpad.net/bugs/2059809"
},
{
"type": "WEB",
"url": "https://www.openwall.com/lists/oss-security/2024/07/02/2"
}
],
"database_specific": {
"cwe_ids": [
],
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-07-05T02:15:09Z"
}
}