| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2026-50012 | 12 Jun 202612:48 | – | circl | |
| CVE-2026-50012 | 12 Jun 202612:48 | – | cve | |
| CVE-2026-50012 | 12 Jun 202612:48 | – | debiancve | |
| DEBIAN-CVE-2026-50012 | 12 Jun 202614:48 | – | osv | |
| UBUNTU-CVE-2026-50012 | 12 Jun 202600:00 | – | osv | |
| USN-8435-1 squid vulnerabilities | 16 Jun 202614:27 | – | osv | |
| PT-2026-49606 | 12 Jun 202600:00 | – | ptsecurity | |
| SUSE CVE-2026-50012 | 16 Jun 202602:19 | – | susecve | |
| Ubuntu 22.04 LTS / 24.04 LTS / 25.10 / 26.04 LTS : Squid vulnerabilities (USN-8435-1) | 17 Jun 202600:00 | – | nessus | |
| Linux Distros Unpatched Vulnerability : CVE-2026-50012 | 12 Jun 202600:00 | – | nessus |
| Source | Link |
|---|---|
| nessus | www.nessus.org/u |
| seclists | www.seclists.org/oss-sec/2026/q2/896 |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(321511);
script_version("1.1");
script_set_attribute(attribute:"plugin_modification_date", value:"2026/06/18");
script_cve_id("CVE-2026-50012");
script_name(english:"Squid < 7.6 Heap-based Buffer Overflow");
script_set_attribute(attribute:"synopsis", value:
"The remote proxy server is affected by a heap-based buffer overflow vulnerability.");
script_set_attribute(attribute:"description", value:
"The version of Squid on the remote host is prior to 7.6. It is, therefore, affected by a heap-based buffer overflow
vulnerability:
- Due to an Improper Input Validation bug, Squid is vulnerable to a Heap-based Buffer Overflow attack against
cache digests. This problem allows a trusted server to perform a Heap-based Buffer Overflow when sending
maliciously crafted replies to cache_digest request messages. This attack is limited to Squid instances that
have been compiled with the --enable-cache-digests option. (CVE-2026-50012)
Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
# https://github.com/squid-cache/squid/commit/19fcfe922717c8b255270c032dcde4071c003bcd.patch
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?c99d5d24");
script_set_attribute(attribute:"see_also", value:"https://seclists.org/oss-sec/2026/q2/896");
script_set_attribute(attribute:"solution", value:
"Upgrade to Squid version 7.6 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:P");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2026-50012");
script_set_attribute(attribute:"vuln_publication_date", value:"2026/06/12");
script_set_attribute(attribute:"patch_publication_date", value:"2026/06/08");
script_set_attribute(attribute:"plugin_publication_date", value:"2026/06/18");
script_set_attribute(attribute:"potential_vulnerability", value:"true");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/a:squid-cache:squid");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Firewalls");
script_copyright(english:"This script is Copyright (C) 2026 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("squid_version.nasl");
script_require_keys("installed_sw/Squid", "Settings/ParanoidReport");
script_require_ports("Services/http_proxy", 3128, 8080);
exit(0);
}
include('vdf.inc');
if (report_paranoia < 2)
audit(AUDIT_PARANOID);
# @tvdl-content
var vuln_data = {
'metadata': {'spec_version': '1.0'},
'requires': [
{'scope': 'target', 'match': {'paranoia': true}}
],
'checks': [
{
'product': {'name': 'Squid', 'type': 'app'},
'check_algorithm': 'default',
'constraints': [
{'fixed_version' : '7.6'}
]
}
]
};
var result = vdf::check_and_report(vuln_data:vuln_data, severity:SECURITY_WARNING);
vdf::handle_check_and_report_errors(vdf_result:result);
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