From 4e93b23f69139b1cb8ac9b63654726657dd2ccc9 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 18:14:42 +0000 Subject: [PATCH] Publish Advisories GHSA-fcf9-3qw3-gxmj GHSA-f54q-j679-p9hh --- .../GHSA-fcf9-3qw3-gxmj.json | 22 ++++++++++++++++++- .../GHSA-f54q-j679-p9hh.json | 8 +++++-- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/advisories/github-reviewed/2018/07/GHSA-fcf9-3qw3-gxmj/GHSA-fcf9-3qw3-gxmj.json b/advisories/github-reviewed/2018/07/GHSA-fcf9-3qw3-gxmj/GHSA-fcf9-3qw3-gxmj.json index 8ff5e7d4e75..0e334784f32 100644 --- a/advisories/github-reviewed/2018/07/GHSA-fcf9-3qw3-gxmj/GHSA-fcf9-3qw3-gxmj.json +++ b/advisories/github-reviewed/2018/07/GHSA-fcf9-3qw3-gxmj/GHSA-fcf9-3qw3-gxmj.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-fcf9-3qw3-gxmj", - "modified": "2024-02-23T20:24:24Z", + "modified": "2024-09-13T18:13:03Z", "published": "2018-07-31T18:28:09Z", "aliases": [ "CVE-2018-10903" @@ -12,6 +12,10 @@ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" } ], "affected": [ @@ -48,13 +52,29 @@ "type": "WEB", "url": "https://github.com/pyca/cryptography/commit/d4378e42937b56f473ddade2667f919ce32208cb" }, + { + "type": "WEB", + "url": "https://access.redhat.com/errata/RHSA-2018:3600" + }, { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10903" }, + { + "type": "ADVISORY", + "url": "https://github.com/advisories/GHSA-fcf9-3qw3-gxmj" + }, { "type": "PACKAGE", "url": "https://github.com/pyca/cryptography" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/cryptography/PYSEC-2018-52.yaml" + }, + { + "type": "WEB", + "url": "https://usn.ubuntu.com/3720-1" } ], "database_specific": { diff --git a/advisories/github-reviewed/2023/07/GHSA-f54q-j679-p9hh/GHSA-f54q-j679-p9hh.json b/advisories/github-reviewed/2023/07/GHSA-f54q-j679-p9hh/GHSA-f54q-j679-p9hh.json index 01b83c51db1..0d8118d7420 100644 --- a/advisories/github-reviewed/2023/07/GHSA-f54q-j679-p9hh/GHSA-f54q-j679-p9hh.json +++ b/advisories/github-reviewed/2023/07/GHSA-f54q-j679-p9hh/GHSA-f54q-j679-p9hh.json @@ -1,17 +1,21 @@ { "schema_version": "1.4.0", "id": "GHSA-f54q-j679-p9hh", - "modified": "2023-07-25T17:49:21Z", + "modified": "2024-09-13T18:12:18Z", "published": "2023-07-25T17:49:21Z", "aliases": [ "CVE-2023-38501" ], - "summary": "Reflected cross-site scripting via k304 parameter", + "summary": "copyparty vulnerable to reflected cross-site scripting via k304 parameter", "details": "### Summary\nThe application contains a reflected cross-site scripting via URL-parameter `?k304=...` and `?setck=...`\n\n### Details\nA reflected cross-site scripting (XSS) vulnerability exists in the web interface of the application that could allow an attacker to execute malicious javascript code by tricking users into accessing a malicious link.\n\nThe worst-case outcome of this is being able to move or delete existing files on the server, or upload new files, using the account of the person who clicks the malicious link.\n\nIt is recommended to change the passwords of your copyparty accounts, unless you have inspected your logs and found no trace of attacks.\n\n### Checking for exposure\nif copyparty is running behind a reverse proxy, you can check the access-logs for traces of attacks, by grepping for URLs containing `?hc=` with `<` somewhere in its value, for example using the following command:\n* nginx:\n ```bash\n (gzip -dc access.log*.gz; cat access.log) | sed -r 's/\" [0-9]+ .*//' | grep -iE '%0[da]%0[da]%0[da]%0[da]|[?&](hc|pw)=.*[<>]'\n ```\nthe above commands also check for attacks against GHSA-cw7j-v52w-fp5r\n\n### PoC\n`https://localhost:3923/?k304=y%0D%0A%0D%0A%3Cimg+src%3Dcopyparty+onerror%3Dalert(1)%3E`\n", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N" } ], "affected": [