Publish Advisories

GHSA-c7fv-wv9f-cgjw
GHSA-g5r6-vrmx-9gwj
GHSA-2gr8-3wc7-xhj3
GHSA-c7fv-wv9f-cgjw
This commit is contained in:
advisory-database[bot]
2024-04-24 20:18:33 +00:00
parent 9f37ef7dae
commit ed88ab7efa
4 changed files with 99 additions and 43 deletions
@@ -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"
}
}
@@ -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"
}
}
@@ -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": [
{
@@ -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"
}
}