diff --git a/advisories/github-reviewed/2024/05/GHSA-f98p-2hc5-fm7v/GHSA-f98p-2hc5-fm7v.json b/advisories/github-reviewed/2024/05/GHSA-f98p-2hc5-fm7v/GHSA-f98p-2hc5-fm7v.json new file mode 100644 index 00000000000..c19b4c29048 --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-f98p-2hc5-fm7v/GHSA-f98p-2hc5-fm7v.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-f98p-2hc5-fm7v", + "modified": "2024-05-20T18:43:57Z", + "published": "2024-05-20T18:43:57Z", + "aliases": [ + "CVE-2024-34899" + ], + "summary": "AVideo cross-site scripting vulnerability in the view/about.php page", + "details": "The PHP file view/about.php is vulnerable to an XSS issue due to no sanitization of the user agent.\n\nAt line [53], the website gets the user-agent from the headers through $_SERVER['HTTP_USER_AGENT'] and echo it without any sanitization.\n\nIn PHP, echo a user generated statement, here the User-Agent Header, without any sanitization allows an attacker to inject malicious scripts into the output of a web page, which are then executed in the browser of anyone viewing that page.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "wwbn/avideo" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "14.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/WWBN/AVideo/security/advisories/GHSA-f98p-2hc5-fm7v" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34899" + }, + { + "type": "WEB", + "url": "https://github.com/WWBN/AVideo/commit/345711562621d879e63a817d01a229bf0aae7a1d" + }, + { + "type": "PACKAGE", + "url": "https://github.com/WWBN/AVideo" + }, + { + "type": "WEB", + "url": "https://hackerdna.com/courses/cve/cve-2024-34899" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-20T18:43:57Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/05/GHSA-qvwg-c35p-rqhj/GHSA-qvwg-c35p-rqhj.json b/advisories/github-reviewed/2024/05/GHSA-qvwg-c35p-rqhj/GHSA-qvwg-c35p-rqhj.json new file mode 100644 index 00000000000..c9514ac6c8b --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-qvwg-c35p-rqhj/GHSA-qvwg-c35p-rqhj.json @@ -0,0 +1,55 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-qvwg-c35p-rqhj", + "modified": "2024-05-20T18:43:48Z", + "published": "2024-05-14T18:30:51Z", + "withdrawn": "2024-05-20T18:43:48Z", + "aliases": [ + + ], + "summary": "Duplicate Advisory: AVideo cross-site scripting vulnerability in the view/about.php page", + "details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-f98p-2hc5-fm7v. This link is maintained to preserve external references.\n\n## Original Description\nWWBN AVideo 12.4 is vulnerable to Cross Site Scripting (XSS).", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "wwbn/avideo" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "14.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34899" + }, + { + "type": "WEB", + "url": "https://hackerdna.com/courses/cve/cve-2024-34899" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-05-20T18:43:48Z", + "nvd_published_at": "2024-05-14T15:39:37Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/05/GHSA-qvwg-c35p-rqhj/GHSA-qvwg-c35p-rqhj.json b/advisories/unreviewed/2024/05/GHSA-qvwg-c35p-rqhj/GHSA-qvwg-c35p-rqhj.json deleted file mode 100644 index f996e4b88b0..00000000000 --- a/advisories/unreviewed/2024/05/GHSA-qvwg-c35p-rqhj/GHSA-qvwg-c35p-rqhj.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-qvwg-c35p-rqhj", - "modified": "2024-05-14T18:30:51Z", - "published": "2024-05-14T18:30:51Z", - "aliases": [ - "CVE-2024-34899" - ], - "details": "WWBN AVideo 12.4 is vulnerable to Cross Site Scripting (XSS).", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34899" - }, - { - "type": "WEB", - "url": "https://hackerdna.com/courses/cve/cve-2024-34899" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-05-14T15:39:37Z" - } -} \ No newline at end of file