Apache Solr: 使用“可信”配置集创建核心时可使用任意不受信任的文件
oss-secmailing list archivesFrom: Jason Gerlowski <gerlowskija () apache org>D 2025-1-26 12:36:0 Author: seclists.org(查看原文) 阅读量:3 收藏

oss-sec logo

oss-sec mailing list archives


From: Jason Gerlowski <gerlowskija () apache org>
Date: Sun, 26 Jan 2025 11:57:25 +0000

Severity: moderate

Affected versions:

- Apache Solr through 9.7

Description:

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.

Credit:

pwn null (finder)

References:

https://solr.apache.org
https://www.cve.org/CVERecord?id=CVE-2025-24814


Current thread:

  • CVE-2025-24814: Apache Solr: Core-creation with "trusted" configset can use arbitrary untrusted files Jason Gerlowski (Jan 26)

文章来源: https://seclists.org/oss-sec/2025/q1/77
如有侵权请联系:admin#unsafe.sh