Lucene search
+L

IPFire < 2.17 - Core Update 92 Multiple Vulnerabilities

🗓️ 18 Aug 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 74 Views

IPFire 2.17 - Core Update 92 fixes openssl 1.0.2d and Squid Advisory SQUID-2015:2 vulnerabilities

Related
Refs
Code
ReporterTitlePublishedViews
Family
FreeBSD
openssl -- alternate chains certificate forgery vulnerability
9 Jul 201500:00
freebsd
FreeBSD
squid -- Improper Protection of Alternate Path with CONNECT requests
6 Jul 201500:00
freebsd
IBM Security Bulletins
Security Bulletin: Vulnerability in OpenSSL affects IBM® SDK for Node.js™ in IBM Bluemix (CVE-2015-1793)
9 Aug 201804:20
ibm
IBM Security Bulletins
Security Bulletin: Vulnerabilities in OpenSSL including Logjam affect the Cordova platform packaged with Rational Application Developer affecting Rational Developer for i and Rational Developer for AIX and Linux
3 Aug 201804:23
ibm
IBM Security Bulletins
Security Bulletin: Vulnerabilities in OpenSSL including Logjam affect Rational Application Developer for WebSphere Software (CVE-2015-4000, CVE-2015-1793)
5 Feb 202000:09
ibm
IBM Security Bulletins
Security Bulletin: Vulnerability in OpenSSL affects Rational Tau (CVE-2015-1793)
17 Jun 201805:04
ibm
IBM Security Bulletins
Security Bulletin: Vulnerabilities in OpenSSL affect IBM InfoSphere Information Server
16 Jun 201814:07
ibm
IBM Security Bulletins
Security Bulletin: Vulnerabilities in OpenSSL including Logjam affect IBM i
18 Dec 201914:26
ibm
IBM Security Bulletins
Security Bulletin: Vulnerabilities in OpenSSL affect Rational Automaiton Framework (CVE-2015-1793)
17 Jun 201805:05
ibm
IBM Security Bulletins
Security Bulletin: Vulnerabilities in OpenSSL affect IBM InfoSphere Master Data Management ( CVE-2015-1793)
27 Apr 202209:58
ibm
Rows per page
# 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.105321");
  script_version("2025-07-17T05:43:33+0000");
  script_cve_id("CVE-2015-1793", "CVE-2015-5400");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/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:L/I:L/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2018-11-30 21:30:00 +0000 (Fri, 30 Nov 2018)");
  script_tag(name:"creation_date", value:"2015-08-18 13:35:54 +0200 (Tue, 18 Aug 2015)");
  script_name("IPFire < 2.17 - Core Update 92 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-92-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:"The following vulnerabilities are fixed with IPFire 2.17 - Core
  Update 92:

  - openssl 1.0.2d: The openssl package has been updated to version 1.0.2d because of a high
  severity security fix filed under CVE-2015-1793.

  - Squid Advisory SQUID-2015:2: This update comes with a patched version of squid to fix
  SQUID-2015:2.");

  script_tag(name:"affected", value:"IPFire versions prior to 2.17 - Core Update 92.");

  script_tag(name:"solution", value:"Update to version 2.17 - Core Update 92 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.92" ) ) {
  report = report_fixed_ver( installed_version:version + " - Core Update" + core, fixed_version:"2.17 - Core Update 92" );
  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
7.4High risk
Vulners AI Score7.4
CVSS 26.8
CVSS 36.5
EPSS0.61798
74