Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:maven/org.apache.solr/solr-core@7.2.0
purl pkg:maven/org.apache.solr/solr-core@7.2.0
Next non-vulnerable version 9.10.1
Latest non-vulnerable version 9.10.1
Risk 10.0
Vulnerabilities affecting this package (18)
Vulnerability Summary Fixed by
VCID-3gq7-8e2z-yqcv
Aliases:
CVE-2026-22022
GHSA-qr3p-2xj2-q7hq
Apache Solr: Unauthorized bypass of certain "predefined permission" rules in the RuleBasedAuthorizationPlugin Deployments of Apache Solr 5.3.0 through 9.10.0 that rely on Solr's "Rule Based Authorization Plugin" are vulnerable to allowing unauthorized access to certain Solr APIs, due to insufficiently strict input validation in those components.  Only deployments that meet all of the following criteria are impacted by this vulnerability: * Use of Solr's "RuleBasedAuthorizationPlugin" * A RuleBasedAuthorizationPlugin config (see security.json) that specifies multiple "roles" * A RuleBasedAuthorizationPlugin permission list (see security.json) that uses one or more of the following pre-defined permission rules: "config-read", "config-edit", "schema-read", "metrics-read", or "security-read". * A RuleBasedAuthorizationPlugin permission list that doesn't define the "all" pre-defined permission * A networking setup that allows clients to make unfiltered network requests to Solr. (i.e. user-submitted HTTP/HTTPS requests reach Solr as-is, unmodified or restricted by any intervening proxy or gateway) Users can mitigate this vulnerability by ensuring that their RuleBasedAuthorizationPlugin configuration specifies the "all" pre-defined permission and associates the permission with an "admin" or other privileged role.  Users can also upgrade to a Solr version outside of the impacted range, such as the recently released Solr 9.10.1.
9.10.1
Affected by 0 other vulnerabilities.
VCID-3vmh-e7x6-3kf6
Aliases:
CVE-2021-29943
GHSA-vf7p-j8x6-xvwp
Incorrect Authorization in Apache Solr When using ConfigurableInternodeAuthHadoopPlugin for authentication, Apache Solr versions prior to 8.8.2 would forward/proxy distributed requests using server credentials instead of original client credentials. This would result in incorrect authorization resolution on the receiving hosts.
8.8.2
Affected by 9 other vulnerabilities.
VCID-4dgs-1mk2-5ubr
Aliases:
CVE-2020-13941
GHSA-2467-h365-j7hm
Improper Input Validation Reported in SOLR-14515 (private) and fixed in SOLR-14561 (public), released in Solr version 8.6.0. The Replication handler allows commands backup, restore and deleteBackup. Each of these take a location parameter, which was not validated, i.e you could read/write to any location the solr user can access.
8.6.0
Affected by 14 other vulnerabilities.
VCID-5781-s1ny-q7ey
Aliases:
CVE-2023-44487
GHSA-2m7v-gc89-fjqf
GHSA-qppj-fm5r-hxr3
GHSA-vx74-f528-fxqg
GHSA-xpw8-rcwv-8f8p
GMS-2023-3377
VSV00013
9.4.0
Affected by 6 other vulnerabilities.
VCID-835p-mav1-1qem
Aliases:
CVE-2020-13957
GHSA-3c7p-vv5r-cmr5
Incorrect Authorization in Apache Solr Apache Solr versions 6.6.0 to 6.6.6, 7.0.0 to 7.7.3 and 8.0.0 to 8.6.2 prevents some features considered dangerous (which could be used for remote code execution) to be configured in a ConfigSet that's uploaded via API without authentication/authorization. The checks in place to prevent such features can be circumvented by using a combination of UPLOAD/CREATE actions. This issue is patched in 8.6.3.
8.6.3
Affected by 12 other vulnerabilities.
VCID-a4yf-9j54-e3cp
Aliases:
CVE-2021-44548
GHSA-pccr-q7v9-5f27
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') An Improper Input Validation vulnerability in DataImportHandler of Apache Solr allows an attacker to provide a Windows UNC path resulting in an SMB network call being made from the Solr host to another host on the network. If the attacker has wider access to the network, this may lead to SMB attacks, which may result in: * The exfiltration of sensitive data such as OS user hashes (NTLM/LM hashes), * In case of misconfigured systems, SMB Relay Attacks which can lead to user impersonation on SMB Shares or, in a worse-case scenario, Remote Code Execution This issue affects all Apache Solr This issue only affects Windows.
8.11.1
Affected by 9 other vulnerabilities.
VCID-f12j-fvhp-quec
Aliases:
CVE-2017-3164
GHSA-vrh8-27q8-fr8f
Server-Side Request Forgery (SSRF) There is a Server Side Request Forgery in Apache Solr. Because the `shards` parameter does not have a corresponding allowlist mechanism, a remote attacker with access to the server could make Solr perform an HTTP GET request to any reachable URL.
7.7.0
Affected by 14 other vulnerabilities.
VCID-ftx3-494m-hbee
Aliases:
CVE-2021-27905
GHSA-5phw-3jrp-3vj8
Server-Side Request Forgery in Apache Solr The ReplicationHandler (normally registered at "/replication" under a Solr core) in Apache Solr has a "masterUrl" (also "leaderUrl" alias) parameter that is used to designate another ReplicationHandler on another Solr core to replicate index data into the local core. To prevent a SSRF vulnerability, Solr ought to check these parameters against a similar configuration it uses for the "shards" parameter. Prior to this bug getting fixed, it did not. This problem affects essentially all Solr versions prior to it getting fixed in 8.8.2.
8.8.2
Affected by 9 other vulnerabilities.
VCID-gfmc-r1h7-dfhs
Aliases:
CVE-2018-8010
GHSA-rc9v-h28f-jcmf
This vulnerability in Apache Solr 6.0.0 to 6.6.3, 7.0.0 to 7.3.0 relates to an XML external entity expansion (XXE) in Solr config files (solrconfig.xml, schema.xml, managed-schema). In addition, Xinclude functionality provided in these config files is also affected in a similar way. The vulnerability can be used as XXE using file/ftp/http protocols in order to read arbitrary local files from the Solr server or the internal network. Users are advised to upgrade to either Solr 6.6.4 or Solr 7.3.1 releases both of which address the vulnerability. Once upgrade is complete, no other steps are required. Those releases only allow external entities and Xincludes that refer to local files / zookeeper resources below the Solr instance directory (using Solr's ResourceLoader); usage of absolute URLs is denied. Keep in mind, that external entities and XInclude are explicitly supported to better structure config files in large installations. Before Solr 6 this was no problem, as config files were not accessible through the APIs.
7.3.1
Affected by 16 other vulnerabilities.
VCID-h9gm-dpgv-2yeh
Aliases:
CVE-2018-1308
GHSA-3pph-2595-cgfh
This vulnerability in Apache Solr 1.2 to 6.6.2 and 7.0.0 to 7.2.1 relates to an XML external entity expansion (XXE) in the `&dataConfig=<inlinexml>` parameter of Solr's DataImportHandler. It can be used as XXE using file/ftp/http protocols in order to read arbitrary local files from the Solr server or the internal network.
7.3.0
Affected by 17 other vulnerabilities.
VCID-hpys-9ncu-3bgv
Aliases:
CVE-2023-50386
GHSA-37vr-vmg4-jwpw
Apache Solr: Backup/Restore APIs allow for deployment of executables in malicious ConfigSets Improper Control of Dynamically-Managed Code Resources, Unrestricted Upload of File with Dangerous Type, Inclusion of Functionality from Untrusted Control Sphere vulnerability in Apache Solr.This issue affects Apache Solr from 6.0.0 through 8.11.2, from 9.0.0 before 9.4.1. In the affected versions, Solr ConfigSets accepted Java jar and class files to be uploaded through the ConfigSets API. When backing up Solr Collections, these configSet files would be saved to disk when using the LocalFileSystemRepository (the default for backups). If the backup was saved to a directory that Solr uses in its ClassPath/ClassLoaders, then the jar and class files would be available to use with any ConfigSet, trusted or untrusted. When Solr is run in a secure way (Authorization enabled), as is strongly suggested, this vulnerability is limited to extending the Backup permissions with the ability to add libraries. Users are recommended to upgrade to version 8.11.3 or 9.4.1, which fix the issue. In these versions, the following protections have been added: * Users are no longer able to upload files to a configSet that could be executed via a Java ClassLoader. * The Backup API restricts saving backups to directories that are used in the ClassLoader.
8.11.3
Affected by 5 other vulnerabilities.
9.4.1
Affected by 4 other vulnerabilities.
VCID-jc41-ky5q-tkhv
Aliases:
CVE-2023-50291
GHSA-3hwc-rqwp-v36q
Apache Solr can leak certain passwords due to System Property redaction logic inconsistencies Insufficiently Protected Credentials vulnerability in Apache Solr. This issue affects Apache Solr from 6.0.0 through 8.11.2, from 9.0.0 before 9.3.0. One of the two endpoints that publishes the Solr process' Java system properties, /admin/info/properties, was only setup to hide system properties that had "password" contained in the name. There are a number of sensitive system properties, such as "basicauth" and "aws.secretKey" do not contain "password", thus their values were published via the "/admin/info/properties" endpoint. This endpoint populates the list of System Properties on the home screen of the Solr Admin page, making the exposed credentials visible in the UI. This /admin/info/properties endpoint is protected under the "config-read" permission. Therefore, Solr Clouds with Authorization enabled will only be vulnerable through logged-in users that have the "config-read" permission. Users are recommended to upgrade to version 9.3.0 or 8.11.3, both of which fix the issue. A single option now controls hiding Java system property for all endpoints, "-Dsolr.hiddenSysProps". By default all known sensitive properties are hidden (including "-Dbasicauth"), as well as any property with a name containing "secret" or "password". Users who cannot upgrade can also use the following Java system property to fix the issue:   `-Dsolr.redaction.system.pattern=.*(password|secret|basicauth).*`
8.11.3
Affected by 5 other vulnerabilities.
9.3.0
Affected by 7 other vulnerabilities.
VCID-t4p6-84y8-kbbu
Aliases:
CVE-2023-50298
GHSA-xrj7-x7gp-wwqr
Apache Solr's Streaming Expressions allow users to extract data from other Solr Clouds Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache Solr. This issue affects Apache Solr from 6.0.0 through 8.11.2, from 9.0.0 before 9.4.1. Solr Streaming Expressions allows users to extract data from other Solr Clouds, using a "zkHost" parameter. When original SolrCloud is setup to use ZooKeeper credentials and ACLs, they will be sent to whatever "zkHost" the user provides. An attacker could setup a server to mock ZooKeeper, that accepts ZooKeeper requests with credentials and ACLs and extracts the sensitive information, then send a streaming expression using the mock server's address in "zkHost". Streaming Expressions are exposed via the "/streaming" handler, with "read" permissions. Users are recommended to upgrade to version 8.11.3 or 9.4.1, which fix the issue. From these versions on, only zkHost values that have the same server address (regardless of chroot), will use the given ZooKeeper credentials and ACLs when connecting.
8.11.3
Affected by 5 other vulnerabilities.
9.4.1
Affected by 4 other vulnerabilities.
VCID-tt7h-4geu-5bc9
Aliases:
CVE-2019-0193
GHSA-3gm7-v7vw-866c
XML External Entity (XXE) Injection in Apache Solr In Apache Solr, the DataImportHandler, an optional but popular module to pull in data from databases and other sources, has a feature in which the whole DIH configuration can come from a request's "dataConfig" parameter. The debug mode of the DIH admin screen uses this to allow convenient debugging / development of a DIH config. Since a DIH config can contain scripts, this parameter is a security risk. Starting with version 8.2.0 of Solr, use of this parameter requires setting the Java System property "enable.dih.dataConfigParam" to true.
8.2.0
Affected by 14 other vulnerabilities.
VCID-uaxq-nmwp-5uct
Aliases:
CVE-2024-52012
GHSA-4p5m-gvpf-f3x5
Apache Solr Relative Path Traversal vulnerability Relative Path Traversal vulnerability in Apache Solr. Solr instances running on Windows are vulnerable to arbitrary filepath write-access, due to a lack of input-sanitation in the "configset upload" API.  Commonly known as a "zipslip", maliciously constructed ZIP files can use relative filepaths to write data to unanticipated parts of the filesystem.   This issue affects Apache Solr: from 6.6 through 9.7.0. Users are recommended to upgrade to version 9.8.0, which fixes the issue.  Users unable to upgrade may also safely prevent the issue by using Solr's "Rule-Based Authentication Plugin" to restrict access to the configset upload API, so that it can only be accessed by a trusted set of administrators/users.
9.8.0
Affected by 2 other vulnerabilities.
VCID-v5ka-6bd4-33ft
Aliases:
CVE-2025-24814
GHSA-68r2-fwcg-qpm8
Apache Solr vulnerable to Execution with Unnecessary Privileges Core creation allows users to replace "trusted" configset files with arbitrary configuration Solr instances that (1) use the "FileSystemConfigSetService" component (the default in "standalone" or "user-managed" mode), and (2) are running without authentication and authorization are vulnerable to a sort of privilege escalation wherein individual "trusted" configset files can be ignored in favor of potentially-untrusted replacements available elsewhere on the filesystem.  These replacement config files are treated as "trusted" and can use "<lib>" tags to add to Solr's classpath, which an attacker might use to load malicious code as a searchComponent or other plugin. This issue affects all Apache Solr versions up through Solr 9.7.  Users can protect against the vulnerability by enabling authentication and authorization on their Solr clusters or switching to SolrCloud (and away from "FileSystemConfigSetService").  Users are also recommended to upgrade to Solr 9.8.0, which mitigates this issue by disabling use of "<lib>" tags by default.
9.8.0
Affected by 2 other vulnerabilities.
VCID-vkyg-mj2g-bqgp
Aliases:
CVE-2018-8026
GHSA-7px3-6f6g-hxcj
This vulnerability in Apache Solr 6.0.0 to 6.6.4 and 7.0.0 to 7.3.1 relates to an XML external entity expansion (XXE) in Solr config files (currency.xml, enumsConfig.xml referred from schema.xml, TIKA parsecontext config file). In addition, Xinclude functionality provided in these config files is also affected in a similar way. The vulnerability can be used as XXE using file/ftp/http protocols in order to read arbitrary local files from the Solr server or the internal network. The manipulated files can be uploaded as configsets using Solr's API, allowing to exploit that vulnerability.
7.4.0
Affected by 15 other vulnerabilities.
VCID-zrn1-s7ht-pbdt
Aliases:
CVE-2021-29262
GHSA-jgcr-fg3g-qvw8
Improper permission handling in Apache Solr When starting Apache Solr versions prior to 8.8.2, configured with the SaslZkACLProvider or VMParamsAllAndReadonlyDigestZkACLProvider and no existing security.json znode, if the optional read-only user is configured then Solr would not treat that node as a sensitive path and would allow it to be readable. Additionally, with any ZkACLProvider, if the security.json is already present, Solr will not automatically update the ACLs.
8.8.2
Affected by 9 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T22:50:27.109312+00:00 GitLab Importer Affected by VCID-jc41-ky5q-tkhv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2023-50291.yml 38.4.0
2026-04-16T22:50:25.308081+00:00 GitLab Importer Affected by VCID-hpys-9ncu-3bgv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2023-50386.yml 38.4.0
2026-04-16T22:50:21.340834+00:00 GitLab Importer Affected by VCID-t4p6-84y8-kbbu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2023-50298.yml 38.4.0
2026-04-16T22:40:24.204289+00:00 GitLab Importer Affected by VCID-5781-s1ny-q7ey https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2023-44487.yml 38.4.0
2026-04-16T21:40:07.644039+00:00 GitLab Importer Affected by VCID-835p-mav1-1qem https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2020-13957.yml 38.4.0
2026-04-16T21:36:48.339950+00:00 GitLab Importer Affected by VCID-a4yf-9j54-e3cp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2021-44548.yml 38.4.0
2026-04-16T21:20:47.550199+00:00 GitLab Importer Affected by VCID-3vmh-e7x6-3kf6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2021-29943.yml 38.4.0
2026-04-16T21:20:47.107403+00:00 GitLab Importer Affected by VCID-zrn1-s7ht-pbdt https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2021-29262.yml 38.4.0
2026-04-16T21:20:35.397859+00:00 GitLab Importer Affected by VCID-ftx3-494m-hbee https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2021-27905.yml 38.4.0
2026-04-16T21:06:33.088088+00:00 GitLab Importer Affected by VCID-4dgs-1mk2-5ubr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2020-13941.yml 38.4.0
2026-04-16T20:56:30.951477+00:00 GitLab Importer Affected by VCID-tt7h-4geu-5bc9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2019-0193.yml 38.4.0
2026-04-16T20:52:46.644008+00:00 GitLab Importer Affected by VCID-f12j-fvhp-quec https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2017-3164.yml 38.4.0
2026-04-16T20:45:56.665789+00:00 GitLab Importer Affected by VCID-vkyg-mj2g-bqgp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2018-8026.yml 38.4.0
2026-04-16T20:42:57.425508+00:00 GitLab Importer Affected by VCID-gfmc-r1h7-dfhs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2018-8010.yml 38.4.0
2026-04-16T20:42:33.328557+00:00 GitLab Importer Affected by VCID-h9gm-dpgv-2yeh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2018-1308.yml 38.4.0
2026-04-16T01:28:07.126926+00:00 GHSA Importer Affected by VCID-f12j-fvhp-quec https://github.com/advisories/GHSA-vrh8-27q8-fr8f 38.4.0
2026-04-16T01:25:10.435680+00:00 GHSA Importer Affected by VCID-gfmc-r1h7-dfhs https://github.com/advisories/GHSA-rc9v-h28f-jcmf 38.4.0
2026-04-16T01:25:10.297408+00:00 GHSA Importer Affected by VCID-h9gm-dpgv-2yeh https://github.com/advisories/GHSA-3pph-2595-cgfh 38.4.0
2026-04-16T01:25:09.713116+00:00 GHSA Importer Affected by VCID-vkyg-mj2g-bqgp https://github.com/advisories/GHSA-7px3-6f6g-hxcj 38.4.0
2026-04-12T01:35:05.992354+00:00 GitLab Importer Affected by VCID-3gq7-8e2z-yqcv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2026-22022.yml 38.3.0
2026-04-12T00:38:19.348302+00:00 GitLab Importer Affected by VCID-v5ka-6bd4-33ft https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2025-24814.yml 38.3.0
2026-04-12T00:38:18.457875+00:00 GitLab Importer Affected by VCID-uaxq-nmwp-5uct https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2024-52012.yml 38.3.0
2026-04-12T00:09:56.075385+00:00 GitLab Importer Affected by VCID-jc41-ky5q-tkhv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2023-50291.yml 38.3.0
2026-04-12T00:09:54.819155+00:00 GitLab Importer Affected by VCID-hpys-9ncu-3bgv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2023-50386.yml 38.3.0
2026-04-12T00:09:52.196299+00:00 GitLab Importer Affected by VCID-t4p6-84y8-kbbu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2023-50298.yml 38.3.0
2026-04-11T23:59:51.619793+00:00 GitLab Importer Affected by VCID-5781-s1ny-q7ey https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2023-44487.yml 38.3.0
2026-04-11T22:55:23.390464+00:00 GitLab Importer Affected by VCID-835p-mav1-1qem https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2020-13957.yml 38.3.0
2026-04-11T22:50:42.075833+00:00 GitLab Importer Affected by VCID-a4yf-9j54-e3cp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2021-44548.yml 38.3.0
2026-04-11T22:33:11.977540+00:00 GitLab Importer Affected by VCID-3vmh-e7x6-3kf6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2021-29943.yml 38.3.0
2026-04-11T22:33:11.480808+00:00 GitLab Importer Affected by VCID-zrn1-s7ht-pbdt https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2021-29262.yml 38.3.0
2026-04-11T22:32:58.876762+00:00 GitLab Importer Affected by VCID-ftx3-494m-hbee https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2021-27905.yml 38.3.0
2026-04-11T22:18:06.044338+00:00 GitLab Importer Affected by VCID-4dgs-1mk2-5ubr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2020-13941.yml 38.3.0
2026-04-11T22:07:31.480877+00:00 GitLab Importer Affected by VCID-tt7h-4geu-5bc9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2019-0193.yml 38.3.0
2026-04-11T22:03:35.709019+00:00 GitLab Importer Affected by VCID-f12j-fvhp-quec https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2017-3164.yml 38.3.0
2026-04-11T21:56:43.584854+00:00 GitLab Importer Affected by VCID-vkyg-mj2g-bqgp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2018-8026.yml 38.3.0
2026-04-11T21:53:35.460897+00:00 GitLab Importer Affected by VCID-gfmc-r1h7-dfhs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2018-8010.yml 38.3.0
2026-04-11T21:53:09.568470+00:00 GitLab Importer Affected by VCID-h9gm-dpgv-2yeh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2018-1308.yml 38.3.0
2026-04-11T12:57:25.971518+00:00 GHSA Importer Affected by VCID-f12j-fvhp-quec https://github.com/advisories/GHSA-vrh8-27q8-fr8f 38.3.0
2026-04-11T12:54:28.990594+00:00 GHSA Importer Affected by VCID-gfmc-r1h7-dfhs https://github.com/advisories/GHSA-rc9v-h28f-jcmf 38.3.0
2026-04-11T12:54:28.850429+00:00 GHSA Importer Affected by VCID-h9gm-dpgv-2yeh https://github.com/advisories/GHSA-3pph-2595-cgfh 38.3.0
2026-04-11T12:54:28.317735+00:00 GHSA Importer Affected by VCID-vkyg-mj2g-bqgp https://github.com/advisories/GHSA-7px3-6f6g-hxcj 38.3.0
2026-04-03T01:44:07.355435+00:00 GitLab Importer Affected by VCID-3gq7-8e2z-yqcv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2026-22022.yml 38.1.0
2026-04-03T00:46:16.635247+00:00 GitLab Importer Affected by VCID-v5ka-6bd4-33ft https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2025-24814.yml 38.1.0
2026-04-03T00:46:15.652060+00:00 GitLab Importer Affected by VCID-uaxq-nmwp-5uct https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2024-52012.yml 38.1.0
2026-04-03T00:15:01.103081+00:00 GitLab Importer Affected by VCID-jc41-ky5q-tkhv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2023-50291.yml 38.1.0
2026-04-03T00:14:58.917095+00:00 GitLab Importer Affected by VCID-hpys-9ncu-3bgv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2023-50386.yml 38.1.0
2026-04-03T00:14:54.566368+00:00 GitLab Importer Affected by VCID-t4p6-84y8-kbbu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2023-50298.yml 38.1.0
2026-04-03T00:02:55.190839+00:00 GitLab Importer Affected by VCID-5781-s1ny-q7ey https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2023-44487.yml 38.1.0
2026-04-02T23:04:28.254071+00:00 GitLab Importer Affected by VCID-835p-mav1-1qem https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2020-13957.yml 38.1.0
2026-04-02T23:00:04.653297+00:00 GitLab Importer Affected by VCID-a4yf-9j54-e3cp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2021-44548.yml 38.1.0
2026-04-02T22:44:22.209632+00:00 GitLab Importer Affected by VCID-3vmh-e7x6-3kf6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2021-29943.yml 38.1.0
2026-04-02T22:44:21.753081+00:00 GitLab Importer Affected by VCID-zrn1-s7ht-pbdt https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2021-29262.yml 38.1.0
2026-04-02T22:44:10.048792+00:00 GitLab Importer Affected by VCID-ftx3-494m-hbee https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2021-27905.yml 38.1.0
2026-04-02T22:30:09.652376+00:00 GitLab Importer Affected by VCID-4dgs-1mk2-5ubr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2020-13941.yml 38.1.0
2026-04-02T22:20:17.819588+00:00 GitLab Importer Affected by VCID-tt7h-4geu-5bc9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2019-0193.yml 38.1.0
2026-04-02T22:16:36.823196+00:00 GitLab Importer Affected by VCID-f12j-fvhp-quec https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2017-3164.yml 38.1.0
2026-04-02T22:10:07.896472+00:00 GitLab Importer Affected by VCID-vkyg-mj2g-bqgp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2018-8026.yml 38.1.0
2026-04-02T22:07:18.702914+00:00 GitLab Importer Affected by VCID-gfmc-r1h7-dfhs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2018-8010.yml 38.1.0
2026-04-02T22:06:55.032463+00:00 GitLab Importer Affected by VCID-h9gm-dpgv-2yeh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2018-1308.yml 38.1.0
2026-04-02T13:49:47.278630+00:00 GHSA Importer Affected by VCID-f12j-fvhp-quec https://github.com/advisories/GHSA-vrh8-27q8-fr8f 38.1.0
2026-04-02T13:47:06.470151+00:00 GHSA Importer Affected by VCID-gfmc-r1h7-dfhs https://github.com/advisories/GHSA-rc9v-h28f-jcmf 38.1.0
2026-04-02T13:47:06.344468+00:00 GHSA Importer Affected by VCID-h9gm-dpgv-2yeh https://github.com/advisories/GHSA-3pph-2595-cgfh 38.1.0
2026-04-02T13:47:05.889625+00:00 GHSA Importer Affected by VCID-vkyg-mj2g-bqgp https://github.com/advisories/GHSA-7px3-6f6g-hxcj 38.1.0
2026-04-01T17:23:24.535213+00:00 GitLab Importer Affected by VCID-835p-mav1-1qem https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2020-13957.yml 38.0.0
2026-04-01T17:18:49.533993+00:00 GitLab Importer Affected by VCID-a4yf-9j54-e3cp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2021-44548.yml 38.0.0
2026-04-01T17:02:16.180250+00:00 GitLab Importer Affected by VCID-3vmh-e7x6-3kf6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2021-29943.yml 38.0.0
2026-04-01T17:02:15.692996+00:00 GitLab Importer Affected by VCID-zrn1-s7ht-pbdt https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2021-29262.yml 38.0.0
2026-04-01T17:02:01.738126+00:00 GitLab Importer Affected by VCID-ftx3-494m-hbee https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2021-27905.yml 38.0.0
2026-04-01T16:48:15.397621+00:00 GitLab Importer Affected by VCID-4dgs-1mk2-5ubr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2020-13941.yml 38.0.0
2026-04-01T16:38:03.430598+00:00 GitLab Importer Affected by VCID-tt7h-4geu-5bc9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2019-0193.yml 38.0.0
2026-04-01T16:34:12.838441+00:00 GitLab Importer Affected by VCID-f12j-fvhp-quec https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2017-3164.yml 38.0.0
2026-04-01T16:27:26.699129+00:00 GitLab Importer Affected by VCID-vkyg-mj2g-bqgp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2018-8026.yml 38.0.0
2026-04-01T16:24:22.943554+00:00 GitLab Importer Affected by VCID-gfmc-r1h7-dfhs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2018-8010.yml 38.0.0
2026-04-01T16:23:57.682630+00:00 GitLab Importer Affected by VCID-h9gm-dpgv-2yeh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.solr/solr-core/CVE-2018-1308.yml 38.0.0