Tinyproxy <= 1.11.2 Integer Overflow Vulnerability
🗓️ 27 Nov 2025 00:00:00Reported by Copyright (C) 2025 Greenbone AGType
openvas🔗 plugins.openvas.org👁 2 Views
| Reporter | Title | Published | Views | Family All 24 |
|---|---|---|---|---|
| CVE-2025-63938 | 26 Nov 202500:00 | – | alpinelinux | |
| The vulnerability of the HTTP-proxy server Tinyproxy, related to integer overflows, allows attackers to induce a service failure. | 25 Mar 202600:00 | – | bdu_fstec | |
| CVE-2025-63938 | 26 Nov 202516:21 | – | circl | |
| Tinyproxy 安全漏洞 | 26 Nov 202500:00 | – | cnnvd | |
| CVE-2025-63938 | 26 Nov 202500:00 | – | cve | |
| CVE-2025-63938 | 26 Nov 202500:00 | – | cvelist | |
| CVE-2025-63938 | 26 Nov 202500:00 | – | debiancve | |
| EUVD-2025-199723 | 26 Nov 202518:31 | – | euvd | |
| [SECURITY] Fedora 42 Update: tinyproxy-1.11.2-5.fc42 | 11 Dec 202501:01 | – | fedora | |
| [SECURITY] Fedora 43 Update: tinyproxy-1.11.2-5.fc43 | 4 Dec 202500:53 | – | fedora |
10
# SPDX-FileCopyrightText: 2025 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.119237");
script_version("2025-11-28T05:40:45+0000");
script_tag(name:"last_modification", value:"2025-11-28 05:40:45 +0000 (Fri, 28 Nov 2025)");
script_tag(name:"creation_date", value:"2025-11-27 14:46:01 +0000 (Thu, 27 Nov 2025)");
script_tag(name:"cvss_base", value:"6.4");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:N");
script_cve_id("CVE-2025-63938");
# nb: Backports for older CVEs exists on at least Debian, Fedora and openSUSE...
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"NoneAvailable");
script_name("Tinyproxy <= 1.11.2 Integer Overflow Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2025 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 integer overflow vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"The product contains an integer overflow vulnerability in the
strip_return_port() function within src/reqs.c.");
script_tag(name:"affected", value:"Tinyproxy version 1.11.2 and prior.");
# nb: Only source code fix, last version is still from May 2024:
# https://github.com/tinyproxy/tinyproxy/releases
script_tag(name:"solution", value:"No known solution is available as of 27th November, 2025.
Information regarding this issue will be updated once solution details are available.");
script_xref(name:"URL", value:"https://github.com/rayinaw/my-hub/blob/main/CVE-2025-63938/DISCLOSURE.md");
script_xref(name:"URL", value:"https://github.com/tinyproxy/tinyproxy/issues/586");
script_xref(name:"URL", value:"https://github.com/tinyproxy/tinyproxy/commit/3c0fde94981b025271ffa1788ae425257841bf5a");
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.2")) {
report = report_fixed_ver(installed_version: version, fixed_version: "None");
security_message(port: port, data: report);
exit(0);
}
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
28 Nov 2025 00:00Current
7.3High risk
Vulners AI Score7.3
CVSS 3.16.5
EPSS0.00261
SSVC