Publish Advisories

GHSA-7q22-x757-cmgc
GHSA-v5h2-q2w4-gpcx
GHSA-wpvf-5mc3-hv6m
GHSA-m7xq-9374-9rvx
This commit is contained in:
advisory-database[bot]
2024-12-03 18:55:11 +00:00
parent b5246252c2
commit bff18a269f
4 changed files with 46 additions and 9 deletions
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-7q22-x757-cmgc",
"modified": "2024-12-03T16:07:27Z",
"modified": "2024-12-03T18:54:00Z",
"published": "2024-11-29T21:31:03Z",
"withdrawn": "2024-12-03T16:07:27Z",
"aliases": [
@@ -10,6 +10,10 @@
"summary": "Withdrawn Advisory: Symfony http-security has authentication bypass",
"details": "## Withdrawn Advisory\nThis advisory has been withdrawn because the report is not part of a valid vulnerability. This link is maintained to preserve external references. For more information, see advisory-database/pull/5046.\n\n## Original Description\nIn Symfony, a security vulnerability was identified in the FormLoginAuthenticator component, where it failed to adequately handle cases where the username or password field of a login request is empty. This flaw could lead to various security risks, including improper authentication logic handling or denial of service.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N/E:U"
@@ -60,7 +64,8 @@
],
"database_specific": {
"cwe_ids": [
"CWE-287"
"CWE-287",
"CWE-863"
],
"severity": "MODERATE",
"github_reviewed": true,
File diff suppressed because one or more lines are too long
@@ -1,13 +1,18 @@
{
"schema_version": "1.4.0",
"id": "GHSA-wpvf-5mc3-hv6m",
"modified": "2024-11-27T17:20:58Z",
"modified": "2024-12-03T18:54:02Z",
"published": "2024-11-20T21:30:50Z",
"withdrawn": "2024-11-27T17:20:58Z",
"aliases": [],
"summary": "Duplicate Advisory: Querydsl SQL/HQL injection",
"details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-6q3q-6v5j-h6vg. This link is maintained to preserve external references.\n\n## Original Description\nQuerydsl 5.1.0 allows SQL/HQL injection in orderBy in JPAQuery.",
"severity": [],
"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": {
@@ -120,7 +125,7 @@
"cwe_ids": [
"CWE-89"
],
"severity": "HIGH",
"severity": "CRITICAL",
"github_reviewed": true,
"github_reviewed_at": "2024-11-21T22:23:12Z",
"nvd_published_at": "2024-11-20T21:15:08Z"
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-m7xq-9374-9rvx",
"modified": "2024-12-02T22:19:11Z",
"modified": "2024-12-03T18:54:33Z",
"published": "2024-12-02T21:31:20Z",
"aliases": [
"CVE-2024-53900"
@@ -9,6 +9,10 @@
"summary": "Mongoose search injection vulnerability",
"details": "Mongoose before 8.8.3 can improperly use $where in match.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
},
{
"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"
@@ -51,10 +55,20 @@
{
"type": "WEB",
"url": "https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md"
},
{
"type": "WEB",
"url": "https://github.com/Automattic/mongoose/releases"
},
{
"type": "WEB",
"url": "https://www.npmjs.com/package/mongoose?activeTab=versions"
}
],
"database_specific": {
"cwe_ids": [],
"cwe_ids": [
"CWE-89"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2024-12-02T22:19:11Z",