diff --git a/advisories/github-reviewed/2024/07/GHSA-jfgp-674x-6q4p/GHSA-jfgp-674x-6q4p.json b/advisories/github-reviewed/2024/07/GHSA-jfgp-674x-6q4p/GHSA-jfgp-674x-6q4p.json new file mode 100644 index 00000000000..7e0b0641584 --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-jfgp-674x-6q4p/GHSA-jfgp-674x-6q4p.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jfgp-674x-6q4p", + "modified": "2024-07-01T21:02:30Z", + "published": "2024-07-01T21:02:30Z", + "aliases": [ + "CVE-2024-39303" + ], + "summary": "Weblate vulnerable to improper sanitization of project backups", + "details": "### Impact\nWeblate didn't correctly validate filenames when restoring project backup. It may be possible to gain unauthorized access to\nfiles on the server using a crafted ZIP file.\n\n### Patches\nThis issue has been addressed in Weblate 5.6.2 via https://github.com/WeblateOrg/weblate/commit/b6a7eace155fa0feaf01b4ac36165a9c5e63bfdd.\n\n### Workarounds\nDo not allow project creation to untrusted users.\n\n### References\nThanks to Bryan Cahill for bringing this issue to our attention.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open a topic in [discussions](https://github.com/WeblateOrg/weblate/discussions)\n* Email us at [care@weblate.org](mailto:care@weblate.org)\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "Weblate" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.14" + }, + { + "fixed": "5.6.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/WeblateOrg/weblate/security/advisories/GHSA-jfgp-674x-6q4p" + }, + { + "type": "WEB", + "url": "https://github.com/WeblateOrg/weblate/commit/b6a7eace155fa0feaf01b4ac36165a9c5e63bfdd" + }, + { + "type": "PACKAGE", + "url": "https://github.com/WeblateOrg/weblate" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-73" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-07-01T21:02:30Z", + "nvd_published_at": null + } +} \ No newline at end of file