From a0e1f9e34fb93c242ba6d4c63aef3164046aa139 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 22:00:23 +0000 Subject: [PATCH] Publish Advisories GHSA-mj5r-x73q-fjw6 GHSA-v3w7-g6p2-mpx7 --- .../GHSA-mj5r-x73q-fjw6.json | 65 +++++++++++++++++++ .../GHSA-v3w7-g6p2-mpx7.json | 2 +- 2 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 advisories/github-reviewed/2024/11/GHSA-mj5r-x73q-fjw6/GHSA-mj5r-x73q-fjw6.json diff --git a/advisories/github-reviewed/2024/11/GHSA-mj5r-x73q-fjw6/GHSA-mj5r-x73q-fjw6.json b/advisories/github-reviewed/2024/11/GHSA-mj5r-x73q-fjw6/GHSA-mj5r-x73q-fjw6.json new file mode 100644 index 00000000000..2669cb1fb16 --- /dev/null +++ b/advisories/github-reviewed/2024/11/GHSA-mj5r-x73q-fjw6/GHSA-mj5r-x73q-fjw6.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-mj5r-x73q-fjw6", + "modified": "2024-11-27T21:59:28Z", + "published": "2024-11-27T21:59:28Z", + "aliases": [ + "CVE-2024-53860" + ], + "summary": "SPEmailHandler-PHP has Potential Abuse for Sending Arbitrary Emails", + "details": "### Impact\nMessages sent using this script are vulnerable to abuse, as the script allows anybody to specify arbitrary email recipients and include user-provided content in confirmation emails. This could enable malicious actors to use your server to send spam, phishing emails, or other malicious content, potentially damaging your domain's reputation and leading to blacklisting by email providers.\n\n### Patches\nPatched in version 1.0.0 by removing user-provided content from confirmation emails. All pre-release versions (alpha and beta) are vulnerable to this issue and should not be used.\n\n### Workarounds\nThere are no workarounds for this issue. Users must upgrade to version 1.0.0 to mitigate the vulnerability.\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "spencer14420/sp-php-email-handler" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.0.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/Spencer14420/SPEmailHandler-PHP/security/advisories/GHSA-mj5r-x73q-fjw6" + }, + { + "type": "WEB", + "url": "https://github.com/Spencer14420/SPEmailHandler-PHP/commit/6f00dd0d44ff27889aed2980a5ba06e60d83549d" + }, + { + "type": "PACKAGE", + "url": "https://github.com/Spencer14420/SPEmailHandler-PHP" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-74" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-11-27T21:59:28Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/11/GHSA-v3w7-g6p2-mpx7/GHSA-v3w7-g6p2-mpx7.json b/advisories/github-reviewed/2024/11/GHSA-v3w7-g6p2-mpx7/GHSA-v3w7-g6p2-mpx7.json index be4a34c4bda..8cc7c725d7f 100644 --- a/advisories/github-reviewed/2024/11/GHSA-v3w7-g6p2-mpx7/GHSA-v3w7-g6p2-mpx7.json +++ b/advisories/github-reviewed/2024/11/GHSA-v3w7-g6p2-mpx7/GHSA-v3w7-g6p2-mpx7.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-v3w7-g6p2-mpx7", - "modified": "2024-11-25T17:25:19Z", + "modified": "2024-11-27T21:57:30Z", "published": "2024-11-25T09:30:58Z", "aliases": [ "CVE-2024-6538"