Lucene search
+L

Tinyproxy <= 1.11.1 Information Disclosure Vulnerability

🗓️ 11 Mar 2024 00:00:00Reported by Copyright (C) 2024 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 59 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

Related
Refs
Code
ReporterTitlePublishedViews
Family
alpinelinux
AlpineLinux
CVE-2022-40468
19 Sep 202200:00
alpinelinux
cnnvd
CNNVD
Tinyproxy 安全漏洞
19 Sep 202200:00
cnnvd
cve
CVE
CVE-2022-40468
19 Sep 202200:00
cve
cvelist
Cvelist
CVE-2022-40468
19 Sep 202200:00
cvelist
debian
Debian
[SECURITY] [DLA 3892-1] tinyproxy security update
18 Sep 202421:15
debian
debiancve
Debian CVE
CVE-2022-40468
19 Sep 202200:00
debiancve
nessus
Tenable Nessus
Debian dla-3892 : tinyproxy - security update
18 Sep 202400:00
nessus
nessus
Tenable Nessus
GLSA-202305-27 : Tinyproxy: Memory Disclosure
21 May 202300:00
nessus
nessus
Tenable Nessus
openSUSE 15 Security Update : tinyproxy (openSUSE-SU-2024:0119-1)
11 May 202400:00
nessus
nessus
Tenable Nessus
Ubuntu 16.04 LTS / 18.04 LTS / 20.04 LTS / 22.04 LTS : Tinyproxy vulnerability (USN-7140-1)
9 Dec 202400:00
nessus
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);

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