Lucene search
+L

F-Secure Products Security Bypass Vulnerability - Linux

🗓️ 17 Jun 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 27 Views

F-Secure Product Security Bypass Vulnerability - Linu

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2009-1782
22 May 200920:00
cve
cvelist
Cvelist
CVE-2009-1782
22 May 200920:00
cvelist
euvd
EUVD
EUVD-2009-1777
7 Oct 202500:30
euvd
nessus
Tenable Nessus
F-Secure Products ZIP/RAR File Scan Evasion (FSC-2009-1)
10 May 200900:00
nessus
nvd
NVD
CVE-2009-1782
22 May 200920:30
nvd
openvas
OpenVAS
F-Secure Products Malware Detection Bypass Vulnerability - Windows
17 Jun 200900:00
openvas
openvas
OpenVAS
F-Secure Products Malware Detection Bypass Vulnerability (Windows)
17 Jun 200900:00
openvas
openvas
OpenVAS
F-Secure Products Security Bypass Vulnerability (Linux)
17 Jun 200900:00
openvas
prion
Prion
Design/Logic Flaw
22 May 200920:30
prion
# SPDX-FileCopyrightText: 2009 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.900363");
  script_version("2025-03-05T05:38:52+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2009-06-17 17:54:48 +0200 (Wed, 17 Jun 2009)");
  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_cve_id("CVE-2009-1782");
  script_name("F-Secure Products Security Bypass Vulnerability - Linux");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Malware");
  script_dependencies("gb_fsecure_prdts_detect_lin.nasl");
  script_mandatory_keys("F-Sec/Products/Lin/Installed");

  script_xref(name:"URL", value:"http://secunia.com/advisories/35008");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/34849");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/50346");
  script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2009/1262");
  script_xref(name:"URL", value:"http://www.f-secure.com/en_EMEA/downloads");
  script_xref(name:"URL", value:"http://www.f-secure.com/en_EMEA/support/security-advisory/fsc-2009-1.html");

  script_tag(name:"impact", value:"Successful attacks can allow attackers to bypass scanning detection and
  possibly launch further attacks on the vulnerable system.");

  script_tag(name:"affected", value:"F-Secure Linux Security prior to 7.03 build 81803

  F-Secure Internet Gatekeeper for Linux prior to 3.02 build 1221

  F-Secure Anti-Virus Linux Client and Server Security 5.54 and prior");

  script_tag(name:"insight", value:"Error in the file parsing engine can be exploited to bypass the anti-virus
  scanning functionality via a specially crafted ZIP or RAR file.");

  script_tag(name:"solution", value:"Apply the update from the referenced advisory.");

  script_tag(name:"summary", value:"F-Secure Product is prone to a security bypass vulnerability.");

  script_tag(name:"qod_type", value:"executable_version");
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}

include("version_func.inc");

fsavVer = get_kb_item("F-Sec/AV/LnxSec/Ver");
if(fsavVer)
{
  if(version_is_less(version:fsavVer, test_version:"7.03.81803"))
  {
    report = report_fixed_ver(installed_version:fsavVer, fixed_version:"7.03.81803");
    security_message(port: 0, data: report);
    exit(0);
  }
}

fslcsVer = get_kb_item("F-Sec/AV/LnxClntSec/Ver");
if(fslcsVer)
{
  if(version_is_less_equal(version:fslcsVer, test_version:"5.54"))
  {
    report = report_fixed_ver(installed_version:fslcsVer, vulnerable_range:"Less than or equal to 5.54");
    security_message(port: 0, data: report);
    exit(0);
  }
}

fslssVer = get_kb_item("F-Sec/AV/LnxSerSec/Ver");
if(fslssVer)
{
  if(version_is_less_equal(version:fslssVer, test_version:"5.54"))
  {
    report = report_fixed_ver(installed_version:fslssVer, vulnerable_range:"Less than or equal to 5.54");
    security_message(port: 0, data: report);
    exit(0);
  }
}

fsigkVer = get_kb_item("F-Sec/IntGatekeeper/Lnx/Ver");
if(fsigkVer)
{
  if(version_is_less(version:fsigkVer, test_version:"3.02.1221")){
    report = report_fixed_ver(installed_version:fsigkVer, fixed_version:"3.02.1221");
    security_message(port: 0, data: report);
  }
}

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

05 Mar 2025 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 26.8
EPSS0.02209
27