diff --git a/advisories/github-reviewed/2024/11/GHSA-wpvf-5mc3-hv6m/GHSA-wpvf-5mc3-hv6m.json b/advisories/github-reviewed/2024/11/GHSA-wpvf-5mc3-hv6m/GHSA-wpvf-5mc3-hv6m.json new file mode 100644 index 00000000000..569934ba333 --- /dev/null +++ b/advisories/github-reviewed/2024/11/GHSA-wpvf-5mc3-hv6m/GHSA-wpvf-5mc3-hv6m.json @@ -0,0 +1,131 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-wpvf-5mc3-hv6m", + "modified": "2024-11-21T22:23:12Z", + "published": "2024-11-20T21:30:50Z", + "aliases": [ + "CVE-2024-49203" + ], + "summary": "Querydsl SQL/HQL injection", + "details": "Querydsl 5.1.0 allows SQL/HQL injection in orderBy in JPAQuery.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "com.querydsl:querydsl-jpa" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "5.1.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "com.querydsl:querydsl-apt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "5.1.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "io.github.openfeign.querydsl:querydsl-jpa" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "6.8" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "io.github.openfeign.querydsl:querydsl-apt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "6.8" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-49203" + }, + { + "type": "WEB", + "url": "https://github.com/querydsl/querydsl/issues/3757" + }, + { + "type": "WEB", + "url": "https://github.com/CSIRTTrizna/CVE-2024-49203" + }, + { + "type": "WEB", + "url": "https://github.com/OpenFeign/querydsl" + }, + { + "type": "PACKAGE", + "url": "https://github.com/querydsl/querydsl" + }, + { + "type": "WEB", + "url": "https://github.com/querydsl/querydsl/releases/tag/QUERYDSL_5_1_0" + }, + { + "type": "WEB", + "url": "https://www.csirt.sk/querydsl-java-library-vulnerability-permits-sql-hql-injection.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-89" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-11-21T22:23:12Z", + "nvd_published_at": "2024-11-20T21:15:08Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-wpvf-5mc3-hv6m/GHSA-wpvf-5mc3-hv6m.json b/advisories/unreviewed/2024/11/GHSA-wpvf-5mc3-hv6m/GHSA-wpvf-5mc3-hv6m.json deleted file mode 100644 index 391570b2b3d..00000000000 --- a/advisories/unreviewed/2024/11/GHSA-wpvf-5mc3-hv6m/GHSA-wpvf-5mc3-hv6m.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-wpvf-5mc3-hv6m", - "modified": "2024-11-21T21:33:31Z", - "published": "2024-11-20T21:30:50Z", - "aliases": [ - "CVE-2024-49203" - ], - "details": "Querydsl 5.1.0 allows SQL/HQL injection in orderBy in JPAQuery.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-49203" - }, - { - "type": "WEB", - "url": "https://github.com/querydsl/querydsl/issues/3757" - }, - { - "type": "WEB", - "url": "https://github.com/OpenFeign/querydsl" - }, - { - "type": "WEB", - "url": "https://github.com/querydsl/querydsl/releases/tag/QUERYDSL_5_1_0" - }, - { - "type": "WEB", - "url": "https://www.csirt.sk/querydsl-java-library-vulnerability-permits-sql-hql-injection.html" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-11-20T21:15:08Z" - } -} \ No newline at end of file