Lucene search

K

libpng 'CVE-2008-1382' Vulnerability

πŸ—“οΈΒ 03 Sep 2008Β 00:00:00Reported byΒ Copyright (C) 2008 Greenbone AGTypeΒ 
openvas
Β openvas
πŸ”—Β plugins.openvas.orgπŸ‘Β 14Β Views

libpng 'CVE-2008-1382' Vulnerability impacting libpng versions 1.0.6 through 1.0.32, 1.2.0 through 1.2.26 and 1.4.0beta01 through 1.4.0beta19. Allows attackers to cause denial of service and potentially execute arbitrary code via a specially crafted PNG file triggering access of uninitialized memory

Show more

AI Insights are available for you today

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

Related
Code
ReporterTitlePublishedViews
Family
OpenVAS
Slackware Advisory SSA:2008-119-01 libpng
11 Sep 201200:00
–openvas
OpenVAS
Fedora Update for libpng10 FEDORA-2008-3937
17 Feb 200900:00
–openvas
OpenVAS
Fedora Update for libpng10 FEDORA-2008-9393
17 Feb 200900:00
–openvas
OpenVAS
Fedora Update for libpng10 FEDORA-2008-3683
17 Feb 200900:00
–openvas
OpenVAS
Fedora Update for libpng FEDORA-2008-4910
17 Feb 200900:00
–openvas
OpenVAS
Gentoo Security Advisory GLSA 200805-10 (pngcrush)
24 Sep 200800:00
–openvas
OpenVAS
Fedora Update for libpng FEDORA-2008-4910
17 Feb 200900:00
–openvas
OpenVAS
Fedora Update for libpng10 FEDORA-2008-9379
17 Feb 200900:00
–openvas
OpenVAS
Slackware: Security Advisory (SSA:2008-119-01)
10 Sep 201200:00
–openvas
OpenVAS
Fedora Update for libpng10 FEDORA-2008-9379
17 Feb 200900:00
–openvas
Rows per page
# 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 );

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
03 Sep 2008 00:00Current
7.4High risk
Vulners AI Score7.4
CVSS27.5
EPSS0.06916
14
.json
Report