libpng 'CVE-2008-1382' Vulnerability
🗓️ 03 Sep 2008 00:00:00Reported by Copyright (C) 2008 Greenbone AGType
openvas🔗 plugins.openvas.org👁 16 Views
| Reporter | Title | Published | Views | Family All 146 |
|---|---|---|---|---|
| Mac OS X < 10.5.5 Multiple Vulnerabilities | 16 Sep 200800:00 | – | nessus | |
| Mac OS X 10.5 < 10.5.7 Multiple Vulnerabilities | 18 Aug 200400:00 | – | nessus | |
| CentOS 4 : libpng (CESA-2009:0333) | 6 Jan 201000:00 | – | nessus | |
| Debian DSA-1750-1 : libpng - several vulnerabilities | 23 Mar 200900:00 | – | nessus | |
| Fedora 9 : libpng10-1.0.37-1.fc9 (2008-3683) | 29 May 200800:00 | – | nessus | |
| Fedora 8 : libpng10-1.0.37-1.fc8 (2008-3937) | 29 May 200800:00 | – | nessus | |
| Fedora 7 : libpng10-1.0.37-1.fc7 (2008-3979) | 29 May 200800:00 | – | nessus | |
| Fedora 8 : libpng-1.2.29-1.fc8 (2008-4847) | 4 Jun 200800:00 | – | nessus | |
| Fedora 9 : libpng-1.2.29-1.fc9 (2008-4910) | 4 Jun 200800:00 | – | nessus | |
| Fedora 7 : libpng-1.2.29-1.fc7 (2008-4947) | 4 Jun 200800:00 | – | nessus |
10
# SPDX-FileCopyrightText: 2008 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
CPE = "cpe:/a:libpng:libpng";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.90021");
script_version("2024-07-23T05:05:30+0000");
script_tag(name:"last_modification", value:"2024-07-23 05:05:30 +0000 (Tue, 23 Jul 2024)");
script_tag(name:"creation_date", value:"2008-09-03 22:30:27 +0200 (Wed, 03 Sep 2008)");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_cve_id("CVE-2008-1382");
script_name("libpng 'CVE-2008-1382' Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2008 Greenbone AG");
script_family("General");
script_dependencies("secpod_libpng_detect_lin.nasl");
script_mandatory_keys("Libpng/Version");
script_tag(name:"summary", value:"The remote host is probably affected by the vulnerabilities
described in CVE-2008-1382.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"affected", value:"libpng versions 1.0.6 through 1.0.32, 1.2.0 through 1.2.26 and
1.4.0beta01 through 1.4.0beta19.");
script_tag(name:"impact", value:"libpng allows context-dependent attackers to cause a denial of
service (crash) and possibly execute arbitrary code via a PNG file with zero length unknown
chunks, which trigger an access of uninitialized memory.");
script_tag(name:"solution", value:"All users should upgrade to the latest libpng version of their
Linux Distribution.");
script_tag(name:"qod_type", value:"executable_version_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if( ! infos = get_app_version_and_location( cpe:CPE, exit_no_version:TRUE ) )
exit( 0 );
vers = infos["version"];
path = infos["location"];
if( version_in_range( version:vers, test_version:"1.0.6", test_version2:"1.0.32" ) ||
version_in_range( version:vers, test_version:"1.2.0", test_version2:"1.2.26" ) ||
version_in_range( version:vers, test_version:"1.4.0beta01", test_version2:"1.4.0beta19" ) ) {
report = report_fixed_ver( installed_version:vers, fixed_version:"See references", install_path:path );
security_message( port:0, data:report );
exit( 0 );
}
exit( 99 );
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
23 Jul 2024 00:00Current
7.4High risk
Vulners AI Score7.4
CVSS 27.5
EPSS0.05514