Lucene search
K

Oracle Siebel UI Framework CVE-2014-2468 Remote Security Vulnerability (April 2014 CPU)

🗓️ 11 Jun 2014 00:00:00Reported by This script is Copyright (C) 2014-2022 Tenable Network Security, Inc.Type 
nessus
 nessus
🔗 www.tenable.com👁 34 Views

The Oracle Siebel UI Framework is affected by a remote security vulnerability, CVE-2014-2468, which impacts integrity (April 2014 CPU

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2014-2468
16 Apr 201402:05
cve
Cvelist
CVE-2014-2468
16 Apr 201402:05
cvelist
EUVD
EUVD-2014-2504
7 Oct 202500:30
euvd
NVD
CVE-2014-2468
16 Apr 201402:55
nvd
Oracle
Oracle Critical Patch Update - April 2014
15 Apr 201400:00
oracle
Oracle
Oracle Critical Patch Update - April 2014
15 Apr 201400:00
oracle
Tenable Nessus
Oracle Siebel CRM (April 2014 CPU)
11 Dec 202400:00
nessus
Prion
Design/Logic Flaw
16 Apr 201402:55
prion
Prion
Design/Logic Flaw
17 Jul 201405:10
prion
securityvulns
Oracle / Sun / MySQL / PeopleSoft / OpenJDK applications multiple security vulnerabilities
2 May 201400:00
securityvulns
Rows per page
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#

include('deprecated_nasl_level.inc');
include('compat.inc');

if (description)
{
  script_id(74467);
  script_version("1.4");
  script_set_attribute(attribute:"plugin_modification_date", value:"2022/04/11");

  script_cve_id("CVE-2014-2468");
  script_bugtraq_id(66848);

  script_name(english:"Oracle Siebel UI Framework CVE-2014-2468 Remote Security Vulnerability (April 2014 CPU)");

  script_set_attribute(attribute:"synopsis", value:
"The remote host is affected by an unspecified remote vulnerability
affecting integrity.");
  script_set_attribute(attribute:"description", value:
"The remote Oracle Siebel install has an unspecified remote
vulnerability in the UI Framework component that affects integrity.");
  # http://www.oracle.com/technetwork/topics/security/cpuapr2014-1972952.html
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?ef1fc2a6");
  script_set_attribute(attribute:"solution", value:
"Apply the appropriate patch according to the April 2014 Oracle
Critical Patch Update advisory.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");

  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"false");

  script_set_attribute(attribute:"vuln_publication_date", value:"2014/04/15");
  script_set_attribute(attribute:"patch_publication_date", value:"2014/04/15");
  script_set_attribute(attribute:"plugin_publication_date", value:"2014/06/11");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:oracle:siebel_crm");
  script_set_attribute(attribute:"thorough_tests", value:"true");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Windows");

  script_copyright(english:"This script is Copyright (C) 2014-2022 Tenable Network Security, Inc.");

  script_dependencies("oracle_siebel_server_installed.nbin");
  script_require_keys("Oracle/siebel_server/Installed");

  exit(0);
}

include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");

get_kb_item_or_exit("Oracle/siebel_server/Installed");
app_name = "Oracle Siebel Server";

report = "";
affected = 0;
not_affected = make_list();

# Get installs.
installs = get_kb_list("Oracle/siebel_server/*/Version");

# Verify that each install is patched.
foreach install (keys(installs))
{
  version = installs[install];
  subdir = install - 'Oracle/siebel_server/' - '/Version';

  patched = FALSE;
  fix = NULL;

  if (version =~ "^8\.1\.1\.")
  {
    fix = "811117";
    fix_ver = "8.1.1.11.7";
  }
  else if (version =~ "^8\.2\.2\.")
  {
    fix = "82247";
    fix_ver = "8.2.2.4.7";
  }

  else not_affected = make_list(not_affected, version);
  if (isnull(fix)) continue;

  # patch set check
  if (!isnull(fix_ver))
  {
    if (ver_compare(ver:version, fix:fix_ver, strict:FALSE) >= 0)
      patched = TRUE;
  }

  if (!patched)
  {
    if (!isnull(subdir))
      report += '\n  Install path   : ' + subdir;

    report +=
      '\n  Version        : ' + version +
      '\n  Required patch : ' + fix +
      '\n';

    affected++;
  }
  else not_affected = make_list(not_affected, version);
}

if (affected)
{
  port = 0;
  if (report_verbosity > 0)
  {
    report = affected + ' of ' + max_index(keys(installs)) + ' installs affected :\n' + report;
    security_warning(extra:report, port:port);
  }
  else security_warning(port);
  exit(0);
}
else audit(AUDIT_INST_VER_NOT_VULN, app_name, not_affected);

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

11 Apr 2022 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 24.3
EPSS0.01503
34