| Reporter | Title | Published | Views | Family All 45 |
|---|---|---|---|---|
| Medium: gdb | 2 Mar 201300:00 | – | amazon | |
| Amazon Linux AMI : gdb (ALAS-2013-159) | 4 Sep 201300:00 | – | nessus | |
| CentOS 6 : gdb (CESA-2013:0522) | 10 Mar 201300:00 | – | nessus | |
| Fedora 16 : gdb-7.3.50.20110722-16.fc16 (2012-6614) | 20 Aug 201200:00 | – | nessus | |
| Fedora 17 : gdb-7.4.50.20120120-42.fc17 (2012-6635) | 7 May 201200:00 | – | nessus | |
| MiracleLinux 4 : gdb-7.2-60.AXS4 (AXSA:2013-121:01) | 16 Jan 202600:00 | – | nessus | |
| Oracle Linux 6 : gdb (ELSA-2013-0522) | 12 Jul 201300:00 | – | nessus | |
| Photon OS 3.0: Crash PHSA-2023-3.0-0601 | 24 Jul 202400:00 | – | nessus | |
| Photon OS 4.0: Crash PHSA-2023-4.0-0414 | 23 Jul 202400:00 | – | nessus | |
| RHEL 6 : gdb (RHSA-2013:0522) | 21 Feb 201300:00 | – | nessus |
###############################################################################
# OpenVAS Vulnerability Test
#
# RedHat Update for gdb RHSA-2013:0522-02
#
# 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 = "The GNU Debugger (GDB) allows debugging of programs written in C, C++,
Java, and other languages by executing them in a controlled fashion and
then printing out their data.
GDB tried to auto-load certain files (such as GDB scripts, Python scripts,
and a thread debugging library) from the current working directory when
debugging programs. This could result in the execution of arbitrary code
with the user's privileges when GDB was run in a directory that has
untrusted content. (CVE-2011-4355)
With this update, GDB no longer auto-loads files from the current directory
and only trusts certain system directories by default. The list of trusted
directories can be viewed and modified using the show auto-load safe-path
and set auto-load safe-path GDB commands. Refer to the GDB manual, linked
to in the References, for further information.
This update also fixes the following bugs:
* When a struct member was at an offset greater than 256 MB, the resulting
bit position within the struct overflowed and caused an invalid memory
access by GDB. With this update, the code has been modified to ensure that
GDB can access such positions. (BZ#795424)
* When a thread list of the core file became corrupted, GDB did not print
this list but displayed the Cannot find new threads: generic error error
message instead. With this update, GDB has been modified and it now prints
the thread list of the core file as expected. (BZ#811648)
* GDB did not properly handle debugging of multiple binaries with the
same build ID. This update modifies GDB to use symbolic links created for
particular binaries so that debugging of binaries that share a build ID
now proceeds as expected. Debugging of live programs and core files is
now more user-friendly. (BZ#836966)
All users of gdb are advised to upgrade to these updated packages, which
contain backported patches to correct these issues.";
tag_affected = "gdb on Red Hat Enterprise Linux Desktop (v. 6),
Red Hat Enterprise Linux Server (v. 6),
Red Hat Enterprise Linux Workstation (v. 6)";
tag_solution = "Please Install the Updated Packages.";
if(description)
{
script_xref(name : "URL" , value : "https://www.redhat.com/archives/rhsa-announce/2013-February/msg00061.html");
script_id(870923);
script_version("$Revision: 8466 $");
script_tag(name:"last_modification", value:"$Date: 2018-01-19 07:58:30 +0100 (Fri, 19 Jan 2018) $");
script_tag(name:"creation_date", value:"2013-02-22 10:01:47 +0530 (Fri, 22 Feb 2013)");
script_cve_id("CVE-2011-4355");
script_bugtraq_id(50829);
script_tag(name:"cvss_base", value:"6.9");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:M/Au:N/C:C/I:C/A:C");
script_xref(name: "RHSA", value: "2013:0522-02");
script_name("RedHat Update for gdb RHSA-2013:0522-02");
script_tag(name: "summary" , value: "Check for the Version of gdb");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2013 Greenbone Networks GmbH");
script_family("Red Hat Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/rhel", "ssh/login/rpms");
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "insight" , value : tag_insight);
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 == "RHENT_6")
{
if ((res = isrpmvuln(pkg:"gdb", rpm:"gdb~7.2~60.el6", rls:"RHENT_6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"gdb-debuginfo", rpm:"gdb-debuginfo~7.2~60.el6", rls:"RHENT_6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"gdb-gdbserver", rpm:"gdb-gdbserver~7.2~60.el6", rls:"RHENT_6")) != 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