diff --git a/advisories/github-reviewed/2022/05/GHSA-qhq8-xwqv-pvv9/GHSA-qhq8-xwqv-pvv9.json b/advisories/github-reviewed/2022/05/GHSA-qhq8-xwqv-pvv9/GHSA-qhq8-xwqv-pvv9.json index 2836545b73b..ca22ac7d1ce 100644 --- a/advisories/github-reviewed/2022/05/GHSA-qhq8-xwqv-pvv9/GHSA-qhq8-xwqv-pvv9.json +++ b/advisories/github-reviewed/2022/05/GHSA-qhq8-xwqv-pvv9/GHSA-qhq8-xwqv-pvv9.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-qhq8-xwqv-pvv9", - "modified": "2024-05-01T11:24:02Z", + "modified": "2024-10-28T14:39:52Z", "published": "2022-05-17T00:16:14Z", "aliases": [ "CVE-2017-16613" @@ -12,6 +12,10 @@ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" } ], "affected": [ @@ -56,6 +60,10 @@ "type": "PACKAGE", "url": "https://github.com/openstack/swauth" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/swauth/PYSEC-2017-84.yaml" + }, { "type": "WEB", "url": "https://web.archive.org/web/20200227140059/http://www.securityfocus.com/bid/101926" diff --git a/advisories/github-reviewed/2024/10/GHSA-j9wp-x5q5-xh2f/GHSA-j9wp-x5q5-xh2f.json b/advisories/github-reviewed/2024/10/GHSA-j9wp-x5q5-xh2f/GHSA-j9wp-x5q5-xh2f.json new file mode 100644 index 00000000000..b735fb43d85 --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-j9wp-x5q5-xh2f/GHSA-j9wp-x5q5-xh2f.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-j9wp-x5q5-xh2f", + "modified": "2024-10-28T14:38:35Z", + "published": "2024-10-26T00:32:28Z", + "aliases": [ + "CVE-2024-48228" + ], + "summary": "Funadmin Cross-site Scripting vulnerability", + "details": "An issue was found in funadmin 5.0.2. The selectfiles method in `\\backend\\controller\\sys\\Attachh.php` directly stores the passed parameters and values into the param parameter without filtering, resulting in Cross Site Scripting (XSS).", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:P" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "funadmin/funadmin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "5.0.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-48228" + }, + { + "type": "WEB", + "url": "https://github.com/funadmin/funadmin/issues/31" + }, + { + "type": "PACKAGE", + "url": "https://github.com/funadmin/funadmin" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-10-28T14:38:35Z", + "nvd_published_at": "2024-10-25T22:15:02Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/10/GHSA-j9wp-x5q5-xh2f/GHSA-j9wp-x5q5-xh2f.json b/advisories/unreviewed/2024/10/GHSA-j9wp-x5q5-xh2f/GHSA-j9wp-x5q5-xh2f.json deleted file mode 100644 index 5739134b822..00000000000 --- a/advisories/unreviewed/2024/10/GHSA-j9wp-x5q5-xh2f/GHSA-j9wp-x5q5-xh2f.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-j9wp-x5q5-xh2f", - "modified": "2024-10-26T00:32:28Z", - "published": "2024-10-26T00:32:28Z", - "aliases": [ - "CVE-2024-48228" - ], - "details": "An issue was found in funadmin 5.0.2. The selectfiles method in \\backend\\controller\\sys\\Attachh.php directly stores the passed parameters and values into the param parameter without filtering, resulting in Cross Site Scripting (XSS).", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-48228" - }, - { - "type": "WEB", - "url": "https://github.com/funadmin/funadmin/issues/31" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-10-25T22:15:02Z" - } -} \ No newline at end of file