From ea96055409bf7b055ae695fab5d86302c9b94e95 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Wed, 17 Jan 2024 02:41:04 +0530 Subject: [PATCH] misc changes --- http/cves/2023/CVE-2023-50290.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/http/cves/2023/CVE-2023-50290.yaml b/http/cves/2023/CVE-2023-50290.yaml index 7d23118af0..49007704d9 100644 --- a/http/cves/2023/CVE-2023-50290.yaml +++ b/http/cves/2023/CVE-2023-50290.yaml @@ -1,19 +1,22 @@ id: CVE-2023-50290 info: - name: Apache Solr Host Environment Variables via Metrics API + name: Apache Solr - Host Environment Variables Leak via Metrics API author: Banana69,DhiyaneshDK severity: high - description: |- - Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache Solr. - The Solr Metrics API publishes all unprotected environment variables available to each Apache Solr instance. Users are able to specify which environment variables to hide, however, the default list is designed to work for known secret Java system properties. Environment variables cannot be strictly defined in Solr, like Java system properties can be, and may be set for the entire host,unlike Java system properties which are set per-Java-proccess. + description: | + Exposure of Sensitive Information to an Unauthorized Actor Vulnerability in Apache Solr. + The Solr Metrics API publishes all unprotected environment variables available to each Apache Solr instance. Users can specify which environment variables to hide, however, the default list is designed to work for known secret Java system properties. Environment variables cannot be strictly defined in Solr, like Java system properties can be, and may be set for the entire host,unlike Java system properties which are set per-Java-proccess. + impact: | + This vulnerability can lead to the exposure of sensitive information, potentially allowing an attacker to gain unauthorized access or perform further attacks. remediation: Users are recommended to upgrade to version 9.3.0 or later, in which environment variables are not published via the Metrics API. reference: - https://solr.apache.org/security.html#cve-2023-50290-apache-solr-allows-read-access-to-host-environment-variables - https://x.com/sirifu4k1/status/1746755165066236216?s=20 + - https://nvd.nist.gov/vuln/detail/CVE-2023-50290 metadata: shodan-query: title:"Apache Solr" - tags: cve,cve2023,apache,solr,info-leak + tags: cve,cve2023,apache,solr,exposure http: - method: GET