From c9ffe01a3d4f4efa2f7fa57f17ad0d3348bb597a Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 17:14:31 +0000 Subject: [PATCH] Publish GHSA-6phg-4wmq-h5h3 --- .../GHSA-6phg-4wmq-h5h3.json | 76 +++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 advisories/github-reviewed/2025/03/GHSA-6phg-4wmq-h5h3/GHSA-6phg-4wmq-h5h3.json diff --git a/advisories/github-reviewed/2025/03/GHSA-6phg-4wmq-h5h3/GHSA-6phg-4wmq-h5h3.json b/advisories/github-reviewed/2025/03/GHSA-6phg-4wmq-h5h3/GHSA-6phg-4wmq-h5h3.json new file mode 100644 index 00000000000..a6d183c8471 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-6phg-4wmq-h5h3/GHSA-6phg-4wmq-h5h3.json @@ -0,0 +1,76 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6phg-4wmq-h5h3", + "modified": "2025-03-26T17:13:08Z", + "published": "2025-03-26T17:13:08Z", + "aliases": [ + "CVE-2025-30217" + ], + "summary": "Frappe has possibility of SQL injection due to improper validations", + "details": "### Impact\nSQL injection could be achieved via a specially crafted request, which could allow malicious person to gain access to sensitive information.\n\n### Workarounds\nUpgrading is required, no other workaround is present.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "frappe" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "14.93.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "frappe" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "15.0.0" + }, + { + "fixed": "15.55.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/frappe/frappe/security/advisories/GHSA-6phg-4wmq-h5h3" + }, + { + "type": "PACKAGE", + "url": "https://github.com/frappe/frappe" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-89" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-03-26T17:13:08Z", + "nvd_published_at": null + } +} \ No newline at end of file