| Reporter | Title | Published | Views | Family All 103 |
|---|---|---|---|---|
| CentOS 5 : gnupg (CESA-2013:1458) | 27 Oct 201300:00 | – | nessus | |
| CentOS 5 / 6 : gnupg2 (CESA-2013:1459) | 27 Oct 201300:00 | – | nessus | |
| Debian DSA-2601-1 : gnupg, gnupg2 - missing input sanitation | 7 Jan 201300:00 | – | nessus | |
| F5 Networks BIG-IP : GnuPG vulnerability (K11785283) | 22 Feb 201600:00 | – | nessus | |
| Fedora 18 : gnupg2-2.0.19-7.fc18 (2013-0148) | 10 Jan 201300:00 | – | nessus | |
| Fedora 16 : gnupg2-2.0.19-7.fc16 (2013-0222) | 21 Jan 201300:00 | – | nessus | |
| Fedora 17 : gnupg2-2.0.19-7.fc17 (2013-0258) | 14 Jan 201300:00 | – | nessus | |
| Fedora 18 : gnupg-1.4.13-2.fc18 (2013-0377) | 10 Jan 201300:00 | – | nessus | |
| Fedora 17 : gnupg-1.4.13-2.fc17 (2013-0459) | 21 Jan 201300:00 | – | nessus | |
| Fedora 16 : gnupg-1.4.13-2.fc16 (2013-0477) | 21 Jan 201300:00 | – | nessus |
| Source | Link |
|---|---|
| mandriva | www.mandriva.com/en/support/security/advisories/ |
###############################################################################
# OpenVAS Vulnerability Test
#
# Mandriva Update for gnupg MDVSA-2013:001 (gnupg)
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (c) 2013 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_insight = "A vulnerability has been found and corrected in gnupg:
Versions of GnuPG <= 1.4.12 are vulnerable to memory access violations
and public keyring database corruption when importing public keys
that have been manipulated. An OpenPGP key can be fuzzed in such a
way that gpg segfaults (or has other memory access violations) when
importing the key (CVE-2012-6085).
The updated packages have been patched to correct this issue.";
tag_affected = "gnupg on Mandriva Linux 2011.0,
Mandriva Enterprise Server 5.2";
tag_solution = "Please Install the Updated Packages.";
if(description)
{
script_xref(name : "URL" , value : "http://www.mandriva.com/en/support/security/advisories/?name=MDVSA-2013:001");
script_id(831761);
script_version("$Revision: 8672 $");
script_tag(name:"last_modification", value:"$Date: 2018-02-05 17:39:18 +0100 (Mon, 05 Feb 2018) $");
script_tag(name:"creation_date", value:"2013-01-04 12:54:28 +0530 (Fri, 04 Jan 2013)");
script_cve_id("CVE-2012-6085");
script_tag(name:"cvss_base", value:"5.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:P");
script_xref(name: "MDVSA", value: "2013:001");
script_name("Mandriva Update for gnupg MDVSA-2013:001 (gnupg)");
script_tag(name: "summary" , value: "Check for the Version of gnupg");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"package");
script_copyright("Copyright (c) 2013 Greenbone Networks GmbH");
script_family("Mandrake Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/mandriva_mandrake_linux", "ssh/login/release");
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "insight" , value : tag_insight);
exit(0);
}
include("pkg-lib-rpm.inc");
release = get_kb_item("ssh/login/release");
res = "";
if(release == NULL){
exit(0);
}
if(release == "MNDK_2011.0")
{
if ((res = isrpmvuln(pkg:"gnupg", rpm:"gnupg~1.4.11~2.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"gnupg2", rpm:"gnupg2~2.0.18~1.1", rls:"MNDK_2011.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
if(release == "MNDK_mes5.2")
{
if ((res = isrpmvuln(pkg:"gnupg", rpm:"gnupg~1.4.9~5.1mdvmes5.2", rls:"MNDK_mes5.2")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"gnupg2", rpm:"gnupg2~2.0.9~3.2mdvmes5.2", rls:"MNDK_mes5.2")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
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