Debian: Security Advisory (DLA-2327-1)
🗓️ 17 Aug 2020 00:00:00Reported by Copyright (C) 2020 Greenbone AGType
openvas🔗 plugins.openvas.org👁 24 Views
| Reporter | Title | Published | Views | Family All 46 |
|---|---|---|---|---|
| Exploit for Code Injection in Apache Solr | 12 Aug 201907:17 | – | githubexploit | |
| Exploit for Code Injection in Apache Solr | 9 Aug 201906:27 | – | githubexploit | |
| CVE-2019-0193 | 1 Aug 201900:00 | – | attackerkb | |
| The vulnerability of the DataImportHandler module of the Apache Solr search server allows attackers to compromise the confidentiality, integrity, and accessibility of the protected information. | 26 Dec 201900:00 | – | bdu_fstec | |
| CVE-2019-0193 | 13 Aug 201907:19 | – | circl | |
| Apache Solr DataImportHandler Code Injection Vulnerability | 10 Dec 202100:00 | – | cisa_kev | |
| CISA Adds Thirteen Known Exploited Vulnerabilities to Catalog | 10 Dec 202100:00 | – | cisa | |
| CISA Adds 13 Known Exploited Vulnerabilities to Catalog | 10 Dec 202100:00 | – | cisa | |
| Apache Solr Remote Code Execution Vulnerability (CNVD-2019-26390) | 8 Aug 201900:00 | – | cnvd | |
| Apache Solr Remote Code Execution (CVE-2019-0193) | 15 Dec 201900:00 | – | checkpoint_advisories |
10
# SPDX-FileCopyrightText: 2020 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.892327");
script_cve_id("CVE-2019-0193");
script_tag(name:"creation_date", value:"2020-08-17 13:22:29 +0000 (Mon, 17 Aug 2020)");
script_version("2024-08-08T05:05:41+0000");
script_tag(name:"last_modification", value:"2024-08-08 05:05:41 +0000 (Thu, 08 Aug 2024)");
script_tag(name:"cvss_base", value:"9.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:C/I:C/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2024-07-24 17:08:36 +0000 (Wed, 24 Jul 2024)");
script_name("Debian: Security Advisory (DLA-2327-1)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2020 Greenbone AG");
script_family("Debian Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/debian_linux", "ssh/login/packages", re:"ssh/login/release=DEB9");
script_xref(name:"Advisory-ID", value:"DLA-2327-1");
script_xref(name:"URL", value:"https://www.debian.org/lts/security/2020/DLA-2327-1");
script_xref(name:"URL", value:"https://security-tracker.debian.org/tracker/lucene-solr");
script_xref(name:"URL", value:"https://wiki.debian.org/LTS");
script_tag(name:"summary", value:"The remote host is missing an update for the Debian 'lucene-solr' package(s) announced via the DLA-2327-1 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"A security vulnerability was discovered in lucene-solr, an enterprise search server.
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 from now on, use of this parameter requires setting the Java System property enable.dih.dataConfigParam to true. For example this can be achieved with solr-tomcat by adding -Denable.dih.dataConfigParam=true to JAVA_OPTS in /etc/default/tomcat8.
For Debian 9 stretch, this problem has been fixed in version 3.6.2+dfsg-10+deb9u3.
We recommend that you upgrade your lucene-solr packages.
For the detailed security status of lucene-solr please refer to its security tracker page at: [link moved to references]
Further information about Debian LTS security advisories, how to apply these updates to your system and frequently asked questions can be found at: [link moved to references]");
script_tag(name:"affected", value:"'lucene-solr' package(s) on Debian 9.");
script_tag(name:"solution", value:"Please install the updated package(s).");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"package");
script_xref(name:"CISA", value:"Known Exploited Vulnerability (KEV) catalog");
script_xref(name:"URL", value:"https://www.cisa.gov/known-exploited-vulnerabilities-catalog");
exit(0);
}
include("revisions-lib.inc");
include("pkg-lib-deb.inc");
release = dpkg_get_ssh_release();
if(!release)
exit(0);
res = "";
report = "";
if(release == "DEB9") {
if(!isnull(res = isdpkgvuln(pkg:"liblucene3-contrib-java", ver:"3.6.2+dfsg-10+deb9u3", rls:"DEB9"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"liblucene3-java", ver:"3.6.2+dfsg-10+deb9u3", rls:"DEB9"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"liblucene3-java-doc", ver:"3.6.2+dfsg-10+deb9u3", rls:"DEB9"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"libsolr-java", ver:"3.6.2+dfsg-10+deb9u3", rls:"DEB9"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"solr-common", ver:"3.6.2+dfsg-10+deb9u3", rls:"DEB9"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"solr-jetty", ver:"3.6.2+dfsg-10+deb9u3", rls:"DEB9"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"solr-tomcat", ver:"3.6.2+dfsg-10+deb9u3", rls:"DEB9"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
exit(0);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
08 Aug 2024 00:00Current
7.2High risk
Vulners AI Score7.2
CVSS 3.17.2
CVSS 29
EPSS0.83547
SSVC