Lucene search

K

Oracle: Security Advisory (ELSA-2009-1204)

πŸ—“οΈΒ 08 Oct 2015Β 00:00:00Reported byΒ Copyright (C) 2015 Greenbone AGTypeΒ 
openvas
Β openvas
πŸ”—Β plugins.openvas.orgπŸ‘Β 18Β Views

The remote host is missing an update for the 'apr, apr-util' package(s) announced via the ELSA-2009-1204 advisory. Please install the updated package(s)

Show more
Related
Refs
Code
ReporterTitlePublishedViews
Family
Fedora
[SECURITY] Fedora 11 Update: apr-1.3.8-1.fc11
7 Aug 200905:01
–fedora
Fedora
[SECURITY] Fedora 10 Update: apr-1.3.8-1.fc10
7 Aug 200905:08
–fedora
Fedora
[SECURITY] Fedora 11 Update: apr-util-1.3.9-1.fc11
7 Aug 200905:05
–fedora
Fedora
[SECURITY] Fedora 10 Update: apr-util-1.3.9-1.fc10
7 Aug 200904:57
–fedora
OpenVAS
Debian: Security Advisory (DSA-1854-1)
17 Aug 200900:00
–openvas
OpenVAS
Fedora Core 11 FEDORA-2009-8336 (apr)
17 Aug 200900:00
–openvas
OpenVAS
Slackware: Security Advisory (SSA:2009-219-02)
10 Sep 201200:00
–openvas
OpenVAS
Slackware Advisory SSA:2009-219-02 apr
11 Sep 201200:00
–openvas
OpenVAS
Fedora Core 11 FEDORA-2009-8336 (apr)
17 Aug 200900:00
–openvas
OpenVAS
CentOS Update for apr CESA-2009:1204 centos5 i386
9 Aug 201100:00
–openvas
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.122457");
  script_cve_id("CVE-2009-2412");
  script_tag(name:"creation_date", value:"2015-10-08 11:45:44 +0000 (Thu, 08 Oct 2015)");
  script_version("2025-01-23T05:37:38+0000");
  script_tag(name:"last_modification", value:"2025-01-23 05:37:38 +0000 (Thu, 23 Jan 2025)");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");

  script_name("Oracle: Security Advisory (ELSA-2009-1204)");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2015 Greenbone AG");
  script_family("Oracle Linux Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("ssh/login/oracle_linux", "ssh/login/release", re:"ssh/login/release=(OracleLinux4|OracleLinux5)");

  script_xref(name:"Advisory-ID", value:"ELSA-2009-1204");
  script_xref(name:"URL", value:"https://linux.oracle.com/errata/ELSA-2009-1204.html");

  script_tag(name:"summary", value:"The remote host is missing an update for the 'apr, apr-util' package(s) announced via the ELSA-2009-1204 advisory.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");

  script_tag(name:"insight", value:"apr:

[1.2.7-11.1]
- add security fix for CVE-2009-2412 (#515709)

apr-util:

[1.2.7-7.el5_3.2]
- add security fix for CVE-2009-2412 (#515713)");

  script_tag(name:"affected", value:"'apr, apr-util' package(s) on Oracle Linux 4, Oracle Linux 5.");

  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");

  exit(0);
}

include("revisions-lib.inc");
include("pkg-lib-rpm.inc");

release = rpm_get_ssh_release();
if(!release)
  exit(0);

res = "";
report = "";

if(release == "OracleLinux4") {

  if(!isnull(res = isrpmvuln(pkg:"apr", rpm:"apr~0.9.4~24.9.el4_8.2", rls:"OracleLinux4"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"apr-devel", rpm:"apr-devel~0.9.4~24.9.el4_8.2", rls:"OracleLinux4"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"apr-util", rpm:"apr-util~0.9.4~22.el4_8.2", rls:"OracleLinux4"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"apr-util-devel", rpm:"apr-util-devel~0.9.4~22.el4_8.2", rls:"OracleLinux4"))) {
    report += res;
  }

  if(report != "") {
    security_message(data:report);
  } else if(__pkg_match) {
    exit(99);
  }
  exit(0);
}

if(release == "OracleLinux5") {

  if(!isnull(res = isrpmvuln(pkg:"apr", rpm:"apr~1.2.7~11.el5_3.1", rls:"OracleLinux5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"apr-devel", rpm:"apr-devel~1.2.7~11.el5_3.1", rls:"OracleLinux5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"apr-docs", rpm:"apr-docs~1.2.7~11.el5_3.1", rls:"OracleLinux5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"apr-util", rpm:"apr-util~1.2.7~7.el5_3.2", rls:"OracleLinux5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"apr-util-devel", rpm:"apr-util-devel~1.2.7~7.el5_3.2", rls:"OracleLinux5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"apr-util-docs", rpm:"apr-util-docs~1.2.7~7.el5_3.2", rls:"OracleLinux5"))) {
    report += res;
  }

  if(report != "") {
    security_message(data:report);
  } else if(__pkg_match) {
    exit(99);
  }
  exit(0);
}

exit(0);

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. ContactΒ us for a demo andΒ discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
08 Oct 2015 00:00Current
7.7High risk
Vulners AI Score7.7
CVSS210
EPSS0.112
18
.json
Report