| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2024-36046 | 27 Feb 202523:25 | – | circl | |
| Infoblox NIOS 安全漏洞 | 27 Feb 202500:00 | – | cnnvd | |
| CVE-2024-36046 | 27 Feb 202500:00 | – | cve | |
| CVE-2024-36046 | 27 Feb 202500:00 | – | cvelist | |
| EUVD-2024-53956 | 3 Oct 202520:07 | – | euvd | |
| CVE-2024-36046 | 27 Feb 202523:15 | – | nvd | |
| CVE-2024-36046 | 27 Feb 202523:15 | – | osv | |
| PT-2025-9033 · Infoblox · Infoblox Nios | 27 Feb 202500:00 | – | ptsecurity | |
| CVE-2024-36046 | 1 Mar 202500:22 | – | redhatcve | |
| CVE-2024-36046 | 27 Feb 202500:00 | – | vulnrichment |
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(237354);
script_version("1.1");
script_set_attribute(attribute:"plugin_modification_date", value:"2025/05/27");
script_cve_id("CVE-2024-36046");
script_name(english:"Infoblox NIOS RCE (000010390)");
script_set_attribute(attribute:"synopsis", value:
"An application installed on the remote host is affected by a vulnerability.");
script_set_attribute(attribute:"description", value:
"The version of Infoblox NIOS installed on the remote host is affected by a vulnerability in OpenSSH. Inadequate input
sanitization within a specific component can lead to authenticated Remote Code Execution (RCE) and unauthorized
user-level shell access. However, this requires valid admin credentials to exploit.
Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
script_set_attribute(attribute:"see_also", value:"https://support.infoblox.com/s/article/000010390");
script_set_attribute(attribute:"solution", value:
"See vendor advisory");
script_set_cvss_base_vector("CVSS2#AV:N/AC:H/Au:S/C:C/I:P/A:P");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:L/A:L");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2024-36046");
script_set_attribute(attribute:"vuln_publication_date", value:"2022/02/25");
script_set_attribute(attribute:"patch_publication_date", value:"2022/02/25");
script_set_attribute(attribute:"plugin_publication_date", value:"2025/05/27");
script_set_attribute(attribute:"plugin_type", value:"combined");
script_set_attribute(attribute:"cpe", value:"cpe:/o:infoblox:nios");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Misc.");
script_copyright(english:"This script is Copyright (C) 2025 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("infoblox_nios_web_interface_detect.nbin", "infoblox_nios_detect.nbin");
script_require_keys("Host/Infoblox/NIOS");
exit(0);
}
include('vcf_extras_infoblox.inc');
include('vcf.inc');
var app_info = vcf::infoblox::get_app_info();
# Vuln fixed in 9.0.3.3 CHF (i.e. 9.0.3 CHF-3)
if (app_info['version'] == '9.0.3.3') audit(AUDIT_INST_VER_NOT_VULN, 'Infoblox NIOS');
var hotfixes = {
'8.6.4' : 'Hotfix-8-6-4-1-NIOS-102361-APPLY-3188e17edad7c0a19b0e70a49dc11e11-Wed-Sep-4-05-23-08-2024'
};
if (!app_info.extra_no_report.hotfixes_checked_successfully && report_paranoia < 2)
{
audit(AUDIT_POTENTIAL_VULN, 'Infoblox', app_info.version);
}
var constraints = [
{'min_version' : '8.6', 'fixed_version' : '8.6.5' },
{'min_version' : '9.0.0', 'fixed_version' : '9.0.4' }
];
vcf::infoblox::check_version_and_report(
app_info:app_info,
constraints:constraints,
severity:SECURITY_WARNING,
hotfixes:hotfixes
);
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