IPFire < 2.17 - Core Update 93 Multiple Vulnerabilities
🗓️ 18 Aug 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType
openvas🔗 plugins.openvas.org👁 42 Views
| Reporter | Title | Published | Views | Family All 161 |
|---|---|---|---|---|
| pcre -- Heap Overflow Vulnerability in find_fixedlength() | 23 Jun 201500:00 | – | freebsd | |
| CVE-2015-5073 | 13 Dec 201616:59 | – | attackerkb | |
| Medium: pcre | 8 Jun 202300:00 | – | amazon | |
| Medium: glib2 | 27 Jun 202300:00 | – | amazon | |
| Amazon Linux AMI : pcre (ALAS-2023-1767) | 9 Jun 202300:00 | – | nessus | |
| Amazon Linux AMI : glib2 (ALAS-2023-1775) | 3 Jul 202300:00 | – | nessus | |
| CentOS 7 : pcre (CESA-2016:1025) | 13 May 201600:00 | – | nessus | |
| EulerOS 2.0 SP1 : pcre (EulerOS-SA-2016-1023) | 1 May 201700:00 | – | nessus | |
| EulerOS Virtualization 3.0.1.0 : pcre (EulerOS-SA-2019-1558) | 15 May 201900:00 | – | nessus | |
| EulerOS 2.0 SP2 : glib2 (EulerOS-SA-2020-1654) | 17 Jun 202000:00 | – | nessus |
10
| Source | Link |
|---|---|
| ipfire | www.ipfire.org/blog/ipfire-2-17-core-update-93-released |
# SPDX-FileCopyrightText: 2015 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.105322");
script_version("2025-07-17T05:43:33+0000");
script_cve_id("CVE-2015-5073");
script_tag(name:"cvss_base", value:"6.4");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:P");
script_tag(name:"last_modification", value:"2025-07-17 05:43:33 +0000 (Thu, 17 Jul 2025)");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2018-05-18 01:29:00 +0000 (Fri, 18 May 2018)");
script_tag(name:"creation_date", value:"2015-08-18 13:36:54 +0200 (Tue, 18 Aug 2015)");
script_name("IPFire < 2.17 - Core Update 93 Multiple Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_family("General");
script_copyright("Copyright (C) 2015 Greenbone AG");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ipfire/system-release");
script_xref(name:"URL", value:"https://www.ipfire.org/blog/ipfire-2-17-core-update-93-released");
script_tag(name:"summary", value:"IPFire is prone to multiple vulnerabilities.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"IPFire 2.17 - Core 93 comes with various security fixes in the
Squid web proxy, the dnsmasq DNS proxy server and the Perl-compatible regular expressions
library.");
script_tag(name:"affected", value:"IPFire versions prior to 2.17 - Core Update 93.");
script_tag(name:"solution", value:"Update to version 2.17 - Core Update 93 or later.");
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("version_func.inc");
if( ! rls = get_kb_item( "ipfire/system-release" ) )
exit( 0 );
if( "IPFire" >!< rls )
exit( 0 );
vers = eregmatch( pattern:'IPFire ([0-9.]+[^ ]*)', string:rls );
if( ! isnull( vers[1] ) )
version = vers[1];
if( ! version )
exit( 0 );
c = eregmatch( pattern:"core([0-9]+)", string:rls );
if( ! isnull( c[1] ) )
core = c[1];
else
core = 0;
chk_version = version + "." + core;
if( version_is_less( version:chk_version, test_version:"2.17.93" ) ) {
report = report_fixed_ver( installed_version:version + " - Core Update" + core, fixed_version:"2.17 - Core Update 93" );
security_message( port:0, data:report );
exit( 0 );
}
exit( 99 );
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
17 Jul 2025 00:00Current
9.9High risk
Vulners AI Score9.9
CVSS 26.4
CVSS 39.1
EPSS0.07125