From ed88ab7efab2ae1c3003457fa6b3f5a4eb2ce7f7 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 20:18:33 +0000 Subject: [PATCH] Publish Advisories GHSA-c7fv-wv9f-cgjw GHSA-g5r6-vrmx-9gwj GHSA-2gr8-3wc7-xhj3 GHSA-c7fv-wv9f-cgjw --- .../GHSA-c7fv-wv9f-cgjw.json | 65 +++++++++++++++++++ .../GHSA-g5r6-vrmx-9gwj.json | 38 +++++++++-- .../GHSA-2gr8-3wc7-xhj3.json | 4 +- .../GHSA-c7fv-wv9f-cgjw.json | 35 ---------- 4 files changed, 99 insertions(+), 43 deletions(-) create mode 100644 advisories/github-reviewed/2022/05/GHSA-c7fv-wv9f-cgjw/GHSA-c7fv-wv9f-cgjw.json rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-g5r6-vrmx-9gwj/GHSA-g5r6-vrmx-9gwj.json (61%) delete mode 100644 advisories/unreviewed/2022/05/GHSA-c7fv-wv9f-cgjw/GHSA-c7fv-wv9f-cgjw.json diff --git a/advisories/github-reviewed/2022/05/GHSA-c7fv-wv9f-cgjw/GHSA-c7fv-wv9f-cgjw.json b/advisories/github-reviewed/2022/05/GHSA-c7fv-wv9f-cgjw/GHSA-c7fv-wv9f-cgjw.json new file mode 100644 index 00000000000..3cfffd3ea36 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-c7fv-wv9f-cgjw/GHSA-c7fv-wv9f-cgjw.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-c7fv-wv9f-cgjw", + "modified": "2024-04-24T20:17:45Z", + "published": "2022-05-24T17:05:15Z", + "aliases": [ + "CVE-2019-10774" + ], + "summary": "php-shellcommand command injection vulnerability", + "details": "php-shellcommand versions before 1.6.1 have a command injection vulnerability. Successful exploitation could lead to arbitrary code execution.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "mikehaertl/php-shellcommand" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.6.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10774" + }, + { + "type": "WEB", + "url": "https://github.com/mikehaertl/php-shellcommand/commit/8d98d8536e05abafe76a491da87296d824939076" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mikehaertl/php-shellcommand" + }, + { + "type": "WEB", + "url": "https://snyk.io/vuln/SNYK-PHP-MIKEHAERTLPHPSHELLCOMMAND-538426" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-78" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-04-24T20:17:45Z", + "nvd_published_at": "2019-12-30T17:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-g5r6-vrmx-9gwj/GHSA-g5r6-vrmx-9gwj.json b/advisories/github-reviewed/2022/05/GHSA-g5r6-vrmx-9gwj/GHSA-g5r6-vrmx-9gwj.json similarity index 61% rename from advisories/unreviewed/2022/05/GHSA-g5r6-vrmx-9gwj/GHSA-g5r6-vrmx-9gwj.json rename to advisories/github-reviewed/2022/05/GHSA-g5r6-vrmx-9gwj/GHSA-g5r6-vrmx-9gwj.json index 28458a6b6b6..b7acdf2f3ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-g5r6-vrmx-9gwj/GHSA-g5r6-vrmx-9gwj.json +++ b/advisories/github-reviewed/2022/05/GHSA-g5r6-vrmx-9gwj/GHSA-g5r6-vrmx-9gwj.json @@ -1,17 +1,39 @@ { "schema_version": "1.4.0", "id": "GHSA-g5r6-vrmx-9gwj", - "modified": "2022-05-24T17:24:01Z", + "modified": "2024-04-24T20:18:01Z", "published": "2022-05-24T17:24:01Z", "aliases": [ "CVE-2020-15873" ], + "summary": "LibreNMS SQL Injection vulnerability", "details": "In LibreNMS before 1.65.1, an authenticated attacker can achieve SQL Injection via the customoid.inc.php device_id POST parameter to ajax_form.php.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" + } ], "affected": [ - + { + "package": { + "ecosystem": "Packagist", + "name": "librenms/librenms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.65.1" + } + ] + } + ] + } ], "references": [ { @@ -30,6 +52,10 @@ "type": "WEB", "url": "https://community.librenms.org/c/announcements" }, + { + "type": "PACKAGE", + "url": "https://github.com/librenms/librenms" + }, { "type": "WEB", "url": "https://github.com/librenms/librenms/compare/1.65...1.65.1" @@ -41,11 +67,11 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-89" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-04-24T20:18:01Z", "nvd_published_at": "2020-07-21T17:15:00Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2024/04/GHSA-2gr8-3wc7-xhj3/GHSA-2gr8-3wc7-xhj3.json b/advisories/github-reviewed/2024/04/GHSA-2gr8-3wc7-xhj3/GHSA-2gr8-3wc7-xhj3.json index 8018a797002..8fbc98ca324 100644 --- a/advisories/github-reviewed/2024/04/GHSA-2gr8-3wc7-xhj3/GHSA-2gr8-3wc7-xhj3.json +++ b/advisories/github-reviewed/2024/04/GHSA-2gr8-3wc7-xhj3/GHSA-2gr8-3wc7-xhj3.json @@ -1,12 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-2gr8-3wc7-xhj3", - "modified": "2024-04-24T18:47:21Z", + "modified": "2024-04-24T20:17:03Z", "published": "2024-04-24T18:47:21Z", "aliases": [ "CVE-2024-32879" ], - "summary": "social-auth-app-djangon affected by Improper Handling of Case Sensitivity", + "summary": "social-auth-app-django affected by Improper Handling of Case Sensitivity", "details": "### Impact\nDue to default case-insensitive collation in MySQL or MariaDB databases, third-party authentication user IDs are not case-sensitive and could cause different IDs to match.\n\n### Patches\nThis issue has been addressed by https://github.com/python-social-auth/social-app-django/pull/566 and fix released in 5.4.1.\n\n### Workarounds\nAn immediate workaround would be to change collation of the affected field:\n\n```mysql\nALTER TABLE `social_auth_association` MODIFY `uid` varchar(255) COLLATE `utf8_bin`;\n```\n\n### References\nThis issue was discovered by folks at https://opencraft.com/.\n", "severity": [ { diff --git a/advisories/unreviewed/2022/05/GHSA-c7fv-wv9f-cgjw/GHSA-c7fv-wv9f-cgjw.json b/advisories/unreviewed/2022/05/GHSA-c7fv-wv9f-cgjw/GHSA-c7fv-wv9f-cgjw.json deleted file mode 100644 index 3e079c0437b..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-c7fv-wv9f-cgjw/GHSA-c7fv-wv9f-cgjw.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-c7fv-wv9f-cgjw", - "modified": "2022-05-24T17:05:15Z", - "published": "2022-05-24T17:05:15Z", - "aliases": [ - "CVE-2019-10774" - ], - "details": "php-shellcommand versions before 1.6.1 have a command injection vulnerability. Successful exploitation could lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10774" - }, - { - "type": "WEB", - "url": "https://snyk.io/vuln/SNYK-PHP-MIKEHAERTLPHPSHELLCOMMAND-538426" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2019-12-30T17:15:00Z" - } -} \ No newline at end of file