Publish Advisories

GHSA-c7rm-w2hj-x8g3
GHSA-f84q-mgj9-8jfc
GHSA-c7rm-w2hj-x8g3
This commit is contained in:
advisory-database[bot]
2024-05-15 20:23:59 +00:00
parent 2ba552fbc6
commit 4467756371
3 changed files with 180 additions and 35 deletions
@@ -0,0 +1,103 @@
{
"schema_version": "1.4.0",
"id": "GHSA-c7rm-w2hj-x8g3",
"modified": "2024-05-15T20:22:26Z",
"published": "2022-05-24T17:27:24Z",
"aliases": [
"CVE-2020-24940"
],
"summary": "Guard bypass in Eloquent models affecting Laravel illuminate database component",
"details": "An issue was discovered in Laravel before 6.18.34 and 7.x before 7.23.2. Unvalidated values are saved to the database component in some situations in which table names are stripped during a mass assignment.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "illuminate/database"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "5.5.0"
},
{
"last_affected": "5.5.44"
}
]
}
]
},
{
"package": {
"ecosystem": "Packagist",
"name": "illuminate/database"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "6.0.0"
},
{
"fixed": "6.18.34"
}
]
}
]
},
{
"package": {
"ecosystem": "Packagist",
"name": "illuminate/database"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "7.0.0"
},
{
"fixed": "7.23.2"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-24940"
},
{
"type": "WEB",
"url": "https://blog.laravel.com/security-release-laravel-61834-7232"
},
{
"type": "WEB",
"url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/illuminate/database/CVE-2020-24940.yaml"
},
{
"type": "PACKAGE",
"url": "https://github.com/illuminate/database"
}
],
"database_specific": {
"cwe_ids": [
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2024-05-15T20:22:26Z",
"nvd_published_at": "2020-09-04T02:15:00Z"
}
}
@@ -0,0 +1,77 @@
{
"schema_version": "1.4.0",
"id": "GHSA-f84q-mgj9-8jfc",
"modified": "2024-05-15T20:23:02Z",
"published": "2024-05-15T20:23:02Z",
"aliases": [
],
"summary": "Drupal Content moderation Access bypass",
"details": "In some conditions, drupal content moderation fails to check a users access to use certain transitions, leading to an access bypass.\n\n",
"severity": [
],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "drupal/core"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "8.0.0"
},
{
"fixed": "8.5.8"
}
]
}
]
},
{
"package": {
"ecosystem": "Packagist",
"name": "drupal/core"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "8.6.0"
},
{
"fixed": "8.6.2"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/core/2018-10-17-1.yaml"
},
{
"type": "PACKAGE",
"url": "https://github.com/drupal/core"
},
{
"type": "WEB",
"url": "https://www.drupal.org/sa-core-2018-006"
}
],
"database_specific": {
"cwe_ids": [
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-05-15T20:23:02Z",
"nvd_published_at": null
}
}
@@ -1,35 +0,0 @@
{
"schema_version": "1.4.0",
"id": "GHSA-c7rm-w2hj-x8g3",
"modified": "2022-05-24T17:27:24Z",
"published": "2022-05-24T17:27:24Z",
"aliases": [
"CVE-2020-24940"
],
"details": "An issue was discovered in Laravel before 6.18.34 and 7.x before 7.23.2. Unvalidated values are saved to the database in some situations in which table names are stripped during a mass assignment.",
"severity": [
],
"affected": [
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-24940"
},
{
"type": "WEB",
"url": "https://blog.laravel.com/security-release-laravel-61834-7232"
}
],
"database_specific": {
"cwe_ids": [
],
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2020-09-04T02:15:00Z"
}
}