Lucene search

K

Fedora Update for haproxy FEDORA-2012-16056

🗓️ 23 Oct 2012 00:00:00Reported by Copyright (c) 2012 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 24 Views

Fedora Update for haproxy FEDORA-2012-16056. HA-Proxy is a TCP/HTTP reverse proxy suited for high availability environments. Update packages

Show more

AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Related
Refs
Code
ReporterTitlePublishedViews
Family
fedora
[SECURITY] Fedora 16 Update: haproxy-1.4.22-1.fc16
23 Oct 201201:51
fedora
fedora
[SECURITY] Fedora 18 Update: haproxy-1.4.22-1.fc18
16 Oct 201203:44
fedora
fedora
[SECURITY] Fedora 17 Update: haproxy-1.4.22-1.fc17
23 Oct 201201:56
fedora
fedora
[SECURITY] Fedora 17 Update: haproxy-1.4.23-1.fc17
27 Apr 201300:14
fedora
fedora
[SECURITY] Fedora 17 Update: haproxy-1.4.24-1.fc17
28 Jun 201306:16
fedora
cvelist
CVE-2012-2942
27 May 201220:00
cvelist
prion
Buffer overflow
27 May 201220:55
prion
cve
CVE-2012-2942
27 May 201220:55
cve
cve
CVE-2012-2391
17 Aug 201200:55
cve
nessus
Fedora 18 : haproxy-1.4.22-1.fc18 (2012-16023)
16 Oct 201200:00
nessus
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
#
# Fedora Update for haproxy FEDORA-2012-16056
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (c) 2012 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################

include("revisions-lib.inc");
tag_affected = "haproxy on Fedora 16";
tag_insight = "HA-Proxy is a TCP/HTTP reverse proxy which is particularly suited for high
  availability environments. Indeed, it can:
  - route HTTP requests depending on statically assigned cookies
  - spread the load among several servers while assuring server persistence
    through the use of HTTP cookies
  - switch to backup servers in the event a main one fails
  - accept connections to special ports dedicated to service monitoring
  - stop accepting connections without breaking existing ones
  - add/modify/delete HTTP headers both ways
  - block requests matching a particular pattern";
tag_solution = "Please Install the Updated Packages.";



if(description)
{
  script_xref(name : "URL" , value : "http://lists.fedoraproject.org/pipermail/package-announce/2012-October/090578.html");
  script_id(864801);
  script_version("$Revision: 8336 $");
  script_tag(name:"last_modification", value:"$Date: 2018-01-09 08:01:48 +0100 (Tue, 09 Jan 2018) $");
  script_tag(name:"creation_date", value:"2012-10-23 09:27:05 +0530 (Tue, 23 Oct 2012)");
  script_cve_id("CVE-2012-2942");
  script_tag(name:"cvss_base", value:"5.1");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:P/I:P/A:P");
  script_xref(name: "FEDORA", value: "2012-16056");
  script_name("Fedora Update for haproxy FEDORA-2012-16056");

  script_tag(name: "summary" , value: "Check for the Version of haproxy");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2012 Greenbone Networks GmbH");
  script_family("Fedora Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("ssh/login/fedora", "ssh/login/rpms");
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name:"qod_type", value:"package");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}


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

release = get_kb_item("ssh/login/release");

res = "";
if(release == NULL){
  exit(0);
}

if(release == "FC16")
{

  if ((res = isrpmvuln(pkg:"haproxy", rpm:"haproxy~1.4.22~1.fc16", rls:"FC16")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if (__pkg_match) exit(99); # Not vulnerable.
  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
23 Oct 2012 00:00Current
6.4Medium risk
Vulners AI Score6.4
EPSS0.00198
24
.json
Report