diff --git a/advisories/github-reviewed/2024/10/GHSA-mjvf-4h88-6xm3/GHSA-mjvf-4h88-6xm3.json b/advisories/github-reviewed/2024/10/GHSA-mjvf-4h88-6xm3/GHSA-mjvf-4h88-6xm3.json new file mode 100644 index 00000000000..a8d99636415 --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-mjvf-4h88-6xm3/GHSA-mjvf-4h88-6xm3.json @@ -0,0 +1,84 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-mjvf-4h88-6xm3", + "modified": "2024-10-16T17:46:16Z", + "published": "2024-10-16T09:30:31Z", + "aliases": [ + "CVE-2024-45216" + ], + "summary": "Improper Authentication vulnerability in Apache Solr", + "details": "Solr instances using the PKIAuthenticationPlugin, which is enabled by default when Solr Authentication is used, are vulnerable to Authentication bypass. A fake ending at the end of any Solr API URL path, will allow requests to skip Authentication while maintaining the API contract with the original URL Path. This fake ending looks like an unprotected API path, however it is stripped off internally after authentication but before API routing.\n\n\nThis issue affects Apache Solr: from 5.3.0 before 8.11.4, from 9.0.0 before 9.7.0.\n\nUsers are recommended to upgrade to version 9.7.0, or 8.11.4, which fix the issue.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.solr:solr" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "5.3.0" + }, + { + "fixed": "8.11.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.solr:solr" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.0.0" + }, + { + "fixed": "9.7.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45216" + }, + { + "type": "WEB", + "url": "https://issues.apache.org/jira/browse/SOLR-17417" + }, + { + "type": "WEB", + "url": "https://solr.apache.org/security.html#cve-2024-45216-apache-solr-authentication-bypass-possible-using-a-fake-url-path-ending" + }, + { + "type": "PACKAGE", + "url": "http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/webapp" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-287" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-10-16T17:46:16Z", + "nvd_published_at": "2024-10-16T08:15:05Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/10/GHSA-mjvf-4h88-6xm3/GHSA-mjvf-4h88-6xm3.json b/advisories/unreviewed/2024/10/GHSA-mjvf-4h88-6xm3/GHSA-mjvf-4h88-6xm3.json deleted file mode 100644 index e9e2b5da8af..00000000000 --- a/advisories/unreviewed/2024/10/GHSA-mjvf-4h88-6xm3/GHSA-mjvf-4h88-6xm3.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-mjvf-4h88-6xm3", - "modified": "2024-10-16T09:30:31Z", - "published": "2024-10-16T09:30:31Z", - "aliases": [ - "CVE-2024-45216" - ], - "details": "Improper Authentication vulnerability in Apache Solr.\n\nSolr instances using the PKIAuthenticationPlugin, which is enabled by default when Solr Authentication is used, are vulnerable to Authentication bypass.\nA fake ending at the end of any Solr API URL path, will allow requests to skip Authentication while maintaining the API contract with the original URL Path.\nThis fake ending looks like an unprotected API path, however it is stripped off internally after authentication but before API routing.\n\n\nThis issue affects Apache Solr: from 5.3.0 before 8.11.4, from 9.0.0 before 9.7.0.\n\nUsers are recommended to upgrade to version 9.7.0, or 8.11.4, which fix the issue.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45216" - }, - { - "type": "WEB", - "url": "https://solr.apache.org/security.html#cve-2024-45216-apache-solr-authentication-bypass-possible-using-a-fake-url-path-ending" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-287" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-10-16T08:15:05Z" - } -} \ No newline at end of file