Zabbix < 1.8.9 SQLi Vulnerability
🗓️ 15 Dec 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType
openvas🔗 plugins.openvas.org👁 35 Views
| Reporter | Title | Published | Views | Family All 23 |
|---|---|---|---|---|
| CVE-2011-4674 | 24 Nov 201100:00 | – | circl | |
| CVE-2011-4674 | 2 Dec 201118:00 | – | cve | |
| CVE-2011-4674 | 2 Dec 201118:00 | – | cvelist | |
| CVE-2011-4674 | 2 Dec 201118:00 | – | debiancve | |
| Zabbix <= 1.8.4 SQL Injection | 5 Jul 201200:00 | – | dsquare | |
| Zabbix 1.8.4 - 'popup.php' SQL Injection | 24 Nov 201100:00 | – | exploitdb | |
| EUVD-2011-4592 | 7 Oct 202500:30 | – | euvd | |
| [SECURITY] Fedora 15 Update: zabbix-1.8.9-1.fc15 | 11 Dec 201121:51 | – | fedora | |
| [SECURITY] Fedora 16 Update: zabbix-1.8.9-1.fc16 | 11 Dec 201121:49 | – | fedora | |
| Fedora 15 : zabbix-1.8.9-1.fc15 (2011-16712) | 12 Dec 201100:00 | – | nessus |
10
| Source | Link |
|---|---|
| support | www.support.zabbix.com/browse/ZBX-4385 |
| exploit-db | www.exploit-db.com/exploits/18155/ |
# SPDX-FileCopyrightText: 2011 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:zabbix:zabbix";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.902769");
script_version("2025-03-05T05:38:53+0000");
script_tag(name:"last_modification", value:"2025-03-05 05:38:53 +0000 (Wed, 05 Mar 2025)");
script_tag(name:"creation_date", value:"2011-12-15 11:10:21 +0530 (Thu, 15 Dec 2011)");
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-2011-4674");
script_tag(name:"qod_type", value:"remote_vul");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Zabbix < 1.8.9 SQLi Vulnerability");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2011 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_zabbix_http_detect.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("zabbix/http/detected");
script_tag(name:"summary", value:"Zabbix is prone to an SQL injection (SQLi) vulnerability.");
script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");
script_tag(name:"insight", value:"The flaw is due to improper validation of user-supplied input
passed via the 'only_hostid' parameter to 'popup.php', which allows attackers to manipulate SQL
queries by injecting arbitrary SQL code.");
script_tag(name:"impact", value:"Successful exploitation will allow attacker to perform SQL
injection attack and gain sensitive information.");
script_tag(name:"affected", value:"Zabbix version 1.8.4 and prior.");
script_tag(name:"solution", value:"Update to version 1.8.9 or later.");
script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/18155/");
script_xref(name:"URL", value:"https://support.zabbix.com/browse/ZBX-4385");
exit(0);
}
include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
if( ! port = get_app_port( cpe:CPE, service:"www" ) )
exit( 0 );
if( ! dir = get_app_location( cpe:CPE, port:port ) )
exit( 0 );
if( dir == "/" )
dir = "";
url = dir + "/popup.php?dstfrm=form_scenario&dstfld1=application&srctbl=applications&srcfld1=name&only_hostid='";
if( http_vuln_check( port:port, url:url, pattern:"You have an error in your SQL syntax;" ) ) {
report = http_report_vuln_url( port:port, url:url );
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
05 Mar 2025 00:00Current
7.3High risk
Vulners AI Score7.3
CVSS 27.5
EPSS0.02409