From cc578d4ca7dfa77570ebd6ed287635c7bd8fb646 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 22:40:55 +0000 Subject: [PATCH] Publish Advisories GHSA-47mc-qmh2-mqj4 GHSA-j22r-3rf3-cv25 GHSA-r9vw-cjf9-xh4x GHSA-47mc-qmh2-mqj4 GHSA-j22r-3rf3-cv25 GHSA-r9vw-cjf9-xh4x --- .../GHSA-47mc-qmh2-mqj4.json | 69 +++++++++++++++++++ .../GHSA-j22r-3rf3-cv25.json | 65 +++++++++++++++++ .../GHSA-r9vw-cjf9-xh4x.json | 65 +++++++++++++++++ .../GHSA-47mc-qmh2-mqj4.json | 35 ---------- .../GHSA-j22r-3rf3-cv25.json | 35 ---------- .../GHSA-r9vw-cjf9-xh4x.json | 35 ---------- 6 files changed, 199 insertions(+), 105 deletions(-) create mode 100644 advisories/github-reviewed/2024/07/GHSA-47mc-qmh2-mqj4/GHSA-47mc-qmh2-mqj4.json create mode 100644 advisories/github-reviewed/2024/07/GHSA-j22r-3rf3-cv25/GHSA-j22r-3rf3-cv25.json create mode 100644 advisories/github-reviewed/2024/07/GHSA-r9vw-cjf9-xh4x/GHSA-r9vw-cjf9-xh4x.json delete mode 100644 advisories/unreviewed/2024/07/GHSA-47mc-qmh2-mqj4/GHSA-47mc-qmh2-mqj4.json delete mode 100644 advisories/unreviewed/2024/07/GHSA-j22r-3rf3-cv25/GHSA-j22r-3rf3-cv25.json delete mode 100644 advisories/unreviewed/2024/07/GHSA-r9vw-cjf9-xh4x/GHSA-r9vw-cjf9-xh4x.json diff --git a/advisories/github-reviewed/2024/07/GHSA-47mc-qmh2-mqj4/GHSA-47mc-qmh2-mqj4.json b/advisories/github-reviewed/2024/07/GHSA-47mc-qmh2-mqj4/GHSA-47mc-qmh2-mqj4.json new file mode 100644 index 00000000000..e2a20e39f8d --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-47mc-qmh2-mqj4/GHSA-47mc-qmh2-mqj4.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-47mc-qmh2-mqj4", + "modified": "2024-07-19T22:39:49Z", + "published": "2024-07-19T21:31:11Z", + "aliases": [ + "CVE-2024-40400" + ], + "summary": "Automad arbitrary file upload vulnerability", + "details": "An arbitrary file upload vulnerability in the image upload function of Automad v2.0.0 allows attackers to execute arbitrary code via a crafted file.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "automad/automad" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.0.0-alpha.5" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-40400" + }, + { + "type": "WEB", + "url": "https://github.com/marcantondahmen/automad/issues/106" + }, + { + "type": "WEB", + "url": "https://github.com/marcantondahmen/automad/commit/112f070ccf423931c9bb2b36f9a26c345e1ef56e" + }, + { + "type": "PACKAGE", + "url": "https://github.com/marcantondahmen/automad" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-434" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-07-19T22:39:49Z", + "nvd_published_at": "2024-07-19T19:15:09Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/07/GHSA-j22r-3rf3-cv25/GHSA-j22r-3rf3-cv25.json b/advisories/github-reviewed/2024/07/GHSA-j22r-3rf3-cv25/GHSA-j22r-3rf3-cv25.json new file mode 100644 index 00000000000..978c67eef57 --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-j22r-3rf3-cv25/GHSA-j22r-3rf3-cv25.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-j22r-3rf3-cv25", + "modified": "2024-07-19T22:39:54Z", + "published": "2024-07-19T21:31:11Z", + "aliases": [ + "CVE-2024-39123" + ], + "summary": "Calibre-Web Cross Site Scripting (XSS)", + "details": "In janeczku Calibre-Web 0.6.0 to 0.6.21, the edit_book_comments function is vulnerable to Cross Site Scripting (XSS) due to improper sanitization performed by the clean_string function. The vulnerability arises from the way the clean_string function handles HTML sanitization.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "calibreweb" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.6.0" + }, + { + "last_affected": "0.6.21" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39123" + }, + { + "type": "PACKAGE", + "url": "https://github.com/janeczku/calibre-web" + }, + { + "type": "WEB", + "url": "https://github.com/pentesttoolscom/vulnerability-research/tree/master/CVE-2024-39123" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-07-19T22:39:54Z", + "nvd_published_at": "2024-07-19T20:15:07Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/07/GHSA-r9vw-cjf9-xh4x/GHSA-r9vw-cjf9-xh4x.json b/advisories/github-reviewed/2024/07/GHSA-r9vw-cjf9-xh4x/GHSA-r9vw-cjf9-xh4x.json new file mode 100644 index 00000000000..ee73526cbe0 --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-r9vw-cjf9-xh4x/GHSA-r9vw-cjf9-xh4x.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-r9vw-cjf9-xh4x", + "modified": "2024-07-19T22:39:58Z", + "published": "2024-07-19T21:31:11Z", + "aliases": [ + "CVE-2024-41597" + ], + "summary": "ProcessWire Cross Site Request Forgery vulnerability", + "details": "Cross Site Request Forgery vulnerability in ProcessWire v.3.0.229 allows a remote attacker to execute arbitrary code via a crafted HTML file to the comments functionality.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "processwire/processwire" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "3.0.229" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41597" + }, + { + "type": "WEB", + "url": "https://gist.github.com/DefensiumDevelopers/608be4d10b016dce0566925368a8b08c#file-cve-2024-41597-md" + }, + { + "type": "PACKAGE", + "url": "https://github.com/processwire/processwire" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-07-19T22:39:58Z", + "nvd_published_at": "2024-07-19T20:15:08Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/07/GHSA-47mc-qmh2-mqj4/GHSA-47mc-qmh2-mqj4.json b/advisories/unreviewed/2024/07/GHSA-47mc-qmh2-mqj4/GHSA-47mc-qmh2-mqj4.json deleted file mode 100644 index 11f0a290057..00000000000 --- a/advisories/unreviewed/2024/07/GHSA-47mc-qmh2-mqj4/GHSA-47mc-qmh2-mqj4.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-47mc-qmh2-mqj4", - "modified": "2024-07-19T21:31:11Z", - "published": "2024-07-19T21:31:11Z", - "aliases": [ - "CVE-2024-40400" - ], - "details": "An arbitrary file upload vulnerability in the image upload function of Automad v2.0.0 allows attackers to execute arbitrary code via a crafted file.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-40400" - }, - { - "type": "WEB", - "url": "https://github.com/marcantondahmen/automad/issues/106" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-07-19T19:15:09Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2024/07/GHSA-j22r-3rf3-cv25/GHSA-j22r-3rf3-cv25.json b/advisories/unreviewed/2024/07/GHSA-j22r-3rf3-cv25/GHSA-j22r-3rf3-cv25.json deleted file mode 100644 index 06b6e67e9ad..00000000000 --- a/advisories/unreviewed/2024/07/GHSA-j22r-3rf3-cv25/GHSA-j22r-3rf3-cv25.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-j22r-3rf3-cv25", - "modified": "2024-07-19T21:31:11Z", - "published": "2024-07-19T21:31:11Z", - "aliases": [ - "CVE-2024-39123" - ], - "details": "In janeczku Calibre-Web 0.6.0 to 0.6.21, the edit_book_comments function is vulnerable to Cross Site Scripting (XSS) due to improper sanitization performed by the clean_string function. The vulnerability arises from the way the clean_string function handles HTML sanitization.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39123" - }, - { - "type": "WEB", - "url": "https://github.com/pentesttoolscom/vulnerability-research/tree/master/CVE-2024-39123" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-07-19T20:15:07Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2024/07/GHSA-r9vw-cjf9-xh4x/GHSA-r9vw-cjf9-xh4x.json b/advisories/unreviewed/2024/07/GHSA-r9vw-cjf9-xh4x/GHSA-r9vw-cjf9-xh4x.json deleted file mode 100644 index d41f8fbcaed..00000000000 --- a/advisories/unreviewed/2024/07/GHSA-r9vw-cjf9-xh4x/GHSA-r9vw-cjf9-xh4x.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-r9vw-cjf9-xh4x", - "modified": "2024-07-19T21:31:11Z", - "published": "2024-07-19T21:31:11Z", - "aliases": [ - "CVE-2024-41597" - ], - "details": "Cross Site Request Forgery vulnerability in ProcessWire v.3.0.229 allows a remote attacker to execute arbitrary code via a crafted HTML file to the comments functionality.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41597" - }, - { - "type": "WEB", - "url": "https://gist.github.com/DefensiumDevelopers/608be4d10b016dce0566925368a8b08c#file-cve-2024-41597-md" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-07-19T20:15:08Z" - } -} \ No newline at end of file