diff --git a/advisories/github-reviewed/2024/05/GHSA-2qjp-fg8c-g878/GHSA-2qjp-fg8c-g878.json b/advisories/github-reviewed/2024/05/GHSA-2qjp-fg8c-g878/GHSA-2qjp-fg8c-g878.json new file mode 100644 index 00000000000..84eb8d68adb --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-2qjp-fg8c-g878/GHSA-2qjp-fg8c-g878.json @@ -0,0 +1,81 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-2qjp-fg8c-g878", + "modified": "2024-05-24T14:45:19Z", + "published": "2024-05-24T14:45:19Z", + "aliases": [ + "CVE-2023-1001" + ], + "summary": "vxe-table Cross-site Scripting vulnerability", + "details": "A vulnerability, which was classified as problematic, has been found in xuliangzhan vxe-table up to 3.7.9. This issue affects the function export of the file packages/textarea/src/textarea.js of the component vxe-textarea. The manipulation of the argument inputValue leads to cross site scripting. The attack may be initiated remotely. Upgrading to version 3.7.10 is able to address this issue. The patch is named d70b0e089740b65a22c89c106ebc4627ac48a22d. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-266123.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "vxe-table" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.7.10" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1001" + }, + { + "type": "WEB", + "url": "https://github.com/x-extends/vxe-table/commit/d70b0e089740b65a22c89c106ebc4627ac48a22d" + }, + { + "type": "WEB", + "url": "https://gitee.com/xuliangzhan_admin/vxe-table/commit/d70b0e089740b65a22c89c106ebc4627ac48a22d" + }, + { + "type": "WEB", + "url": "https://gitee.com/xuliangzhan_admin/vxe-table/issues/I8O21R" + }, + { + "type": "WEB", + "url": "https://gitee.com/xuliangzhan_admin/vxe-table/tree/3.7.10" + }, + { + "type": "PACKAGE", + "url": "https://github.com/x-extends/vxe-table" + }, + { + "type": "WEB", + "url": "https://vuldb.com/?ctiid.266123" + }, + { + "type": "WEB", + "url": "https://vuldb.com/?id.266123" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-05-24T14:45:19Z", + "nvd_published_at": "2024-05-24T06:15:07Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/05/GHSA-3965-hpx2-q597/GHSA-3965-hpx2-q597.json b/advisories/github-reviewed/2024/05/GHSA-3965-hpx2-q597/GHSA-3965-hpx2-q597.json new file mode 100644 index 00000000000..4cde6aec3c0 --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-3965-hpx2-q597/GHSA-3965-hpx2-q597.json @@ -0,0 +1,96 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-3965-hpx2-q597", + "modified": "2024-05-24T14:45:02Z", + "published": "2024-05-24T14:45:02Z", + "aliases": [ + "CVE-2024-36361" + ], + "summary": "Pug allows JavaScript code execution if an application accepts untrusted input", + "details": "Pug through 3.0.2 allows JavaScript code execution if an application accepts untrusted input for the name option of the `compileClient`, `compileFileClient`, or `compileClientWithDependenciesTracked` function. NOTE: these functions are for compiling Pug templates into JavaScript, and there would typically be no reason to allow untrusted callers.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "pug-code-gen" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.0.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "npm", + "name": "pug" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "3.0.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-36361" + }, + { + "type": "WEB", + "url": "https://github.com/pugjs/pug/pull/3428" + }, + { + "type": "WEB", + "url": "https://github.com/Coding-Competition-Team/hackac-2024/tree/main/web/pug" + }, + { + "type": "PACKAGE", + "url": "https://github.com/pugjs/pug" + }, + { + "type": "WEB", + "url": "https://github.com/pugjs/pug/blob/4767cafea0af3d3f935553df0f9a8a6e76d470c2/packages/pug/lib/index.js#L328" + }, + { + "type": "WEB", + "url": "https://pugjs.org/api/reference.html" + }, + { + "type": "WEB", + "url": "https://www.npmjs.com/package/pug-code-gen" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-94" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-05-24T14:45:02Z", + "nvd_published_at": "2024-05-24T06:15:08Z" + } +} \ No newline at end of file