Publish Advisories

GHSA-25c8-p796-jg6r
GHSA-9hxf-ppjv-w6rq
GHSA-cw7j-v52w-fp5r
This commit is contained in:
advisory-database[bot]
2023-07-24 16:56:37 +00:00
parent 028dc05b92
commit f88b249027
3 changed files with 30 additions and 3 deletions
@@ -527,6 +527,22 @@
"type": "PACKAGE",
"url": "https://github.com/dotnet/aspnetcore"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EVZVMMCCBBCSCPAW2CRQGOTKIHVFCMRO/"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/O5CFOR6ID2HP45E7ZOGQNX76FPIWP7XR/"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TLWNIIA2I6YCYVCXYBPBRSZ3UH6KILTG/"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y3VJRGNYJXGPF5LXUG3NL45QPK2UU6PL/"
},
{
"type": "WEB",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-33170"
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-9hxf-ppjv-w6rq",
"modified": "2023-07-14T05:10:09Z",
"modified": "2023-07-24T16:55:40Z",
"published": "2023-07-06T21:15:08Z",
"aliases": [
"CVE-2023-32732"
@@ -89,6 +89,14 @@
{
"type": "WEB",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/grpc/CVE-2023-32732.yml"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/37IDNVY5AWVH7JDMM2SDTL24ZPPZJNSY/"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VWE44J5FG7THHL7XVEVTNIGEYBNKJBLL/"
}
],
"database_specific": {
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-cw7j-v52w-fp5r",
"modified": "2023-07-21T20:20:56Z",
"modified": "2023-07-24T16:55:19Z",
"published": "2023-07-21T20:20:56Z",
"aliases": [
@@ -9,7 +9,10 @@
"summary": "copyparty vulnerable to reflected cross-site scripting via hc parameter",
"details": "### Summary\nThe application contains a reflected cross-site scripting via URL-parameter `?hc=...`\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 -E '[?&](hc|pw)=.*[<>]'\n ```\n\n\n### PoC\n* `http://127.0.0.1:3923/?hc=\"><script>alert(1);</script>`\n* `http://127.0.0.1:3923/?pw=<script>alert(1);</script>`",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L"
}
],
"affected": [
{