Lucene search

K

Tinyproxy <= 1.11.1 Information Disclosure Vulnerability

🗓️ 11 Mar 2024 00:00:00Reported by Copyright (C) 2024 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 50 Views

Tinyproxy <= 1.11.1 Information Disclosure Vulnerability. Potential leak of left-over heap data if custom error page templates containing special non-standard variables are used. No known solution available for at least one year since the disclosure of this vulnerability

Show more
Related
Refs
Code
ReporterTitlePublishedViews
Family
OSV
OPENSUSE-SU-2024:12351-1 tinyproxy-1.11.1-2.1 on GA media
15 Jun 202400:00
osv
OSV
USN-7140-1 tinyproxy vulnerability
9 Dec 202404:23
osv
OSV
CVE-2022-40468
19 Sep 202217:15
osv
OSV
USN-7140-2 tinyproxy vulnerability
6 Jan 202508:56
osv
OSV
MGASA-2025-0003 Updated tinyproxy packages fix security vulnerabilities
10 Jan 202519:54
osv
OSV
CVE-2023-40533
1 May 202416:15
osv
OSV
DLA-3892-1 tinyproxy - security update
18 Sep 202400:00
osv
Ubuntu
Tinyproxy vulnerability
9 Dec 202400:00
ubuntu
Ubuntu
Tinyproxy vulnerability
6 Jan 202500:00
ubuntu
OpenVAS
Ubuntu: Security Advisory (USN-7140-2)
7 Jan 202500:00
openvas
Rows per page
# SPDX-FileCopyrightText: 2024 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:banu:tinyproxy";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.124619");
  script_version("2024-12-06T15:41:14+0000");
  script_tag(name:"last_modification", value:"2024-12-06 15:41:14 +0000 (Fri, 06 Dec 2024)");
  script_tag(name:"creation_date", value:"2024-03-11 11:31:40 +0700 (Mon, 11 Mar 2024)");
  script_tag(name:"cvss_base", value:"7.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:N/A:N");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2022-09-21 19:44:32 +0000 (Wed, 21 Sep 2022)");

  script_cve_id("CVE-2022-40468");

  # nb: Backports on at least Debian and openSUSE exists...
  script_tag(name:"qod_type", value:"remote_banner_unreliable");

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("Tinyproxy <= 1.11.1 Information Disclosure Vulnerability");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2024 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("sw_tinyproxy_http_detect.nasl");
  script_mandatory_keys("tinyproxy/detected");

  script_tag(name:"summary", value:"Tinyproxy is prone to an information disclosure
  vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"Potential leak of left-over heap data if custom error page
  templates containing special non-standard variables are used.");

  script_tag(name:"affected", value:"Tinyproxy version 1.11.1 and prior.");

  script_tag(name:"solution", value:"Update to version 1.11.2 or later.");

  script_xref(name:"URL", value:"https://github.com/tinyproxy/tinyproxy/releases/tag/1.11.2");
  script_xref(name:"URL", value:"https://github.com/tinyproxy/tinyproxy/issues/457");
  script_xref(name:"URL", value:"https://github.com/tinyproxy/tinyproxy/issues/457#issuecomment-1264176815");
  script_xref(name:"URL", value:"https://github.com/tinyproxy/tinyproxy/issues/457#issuecomment-2094902618");
  script_xref(name:"URL", value:"https://github.com/tinyproxy/tinyproxy/commit/3764b8551463b900b5b4e3ec0cd9bb9182191cb7");

  exit(0);
}

include("host_details.inc");
include("version_func.inc");

if (!port = get_app_port(cpe: CPE))
  exit(0);

if (!version = get_app_version(cpe: CPE, port: port))
  exit(0);

if (version_is_less_equal(version: version, test_version: "1.11.1")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "1.11.2");
  security_message(port: port, 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