| Reporter | Title | Published | Views | Family All 14 |
|---|---|---|---|---|
| CVE-2024-8526 | 21 Nov 202411:00 | – | circl | |
| Automated Logic WebCtrl 输入验证错误漏洞 | 21 Nov 202400:00 | – | cnnvd | |
| CVE-2024-8526 | 21 Nov 202415:29 | – | cve | |
| CVE-2024-8526 Automated Logic WebCTRL and Carrier i-Vu Open Redirect | 21 Nov 202415:29 | – | cvelist | |
| EUVD-2024-49548 | 3 Oct 202520:07 | – | euvd | |
| CVE-2024-8526 | 21 Nov 202416:15 | – | nvd | |
| PT-2024-39076 · Automated Logic · Automated Logic Webctrl | 21 Nov 202400:00 | – | ptsecurity | |
| CVE-2024-8526 | 23 May 202506:38 | – | redhatcve | |
| Automated Logic WebCTRL Premium Server Unrestricted Upload of File with Dangerous Type (CVE-2024-8525) | 17 Feb 202500:00 | – | nessus | |
| Automated Logic WebCTRL Premium Server Unrestricted Upload of File with Dangerous Type (CVE-2024-8525) | 17 Feb 202500:00 | – | nessus |
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(502852);
script_version("1.4");
script_set_attribute(attribute:"plugin_modification_date", value:"2025/03/21");
script_cve_id("CVE-2024-8526");
script_xref(name:"ICSA", value:"24-326-01");
script_name(english:"Automated Logic WebCTRL URL Redirection to Untrusted Site (CVE-2024-8526)");
script_set_attribute(attribute:"synopsis", value:
"The remote OT asset is affected by a vulnerability.");
script_set_attribute(attribute:"description", value:
"CWE-601 URL Redirection to Untrusted Site ('Open Redirect') vulnerability exists which
could allow an attacker to send a maliciously crafted URL, which when visited by an
authenticated WebCTRL user, results in the redirection of the user to a malicious
webpage via 'index.jsp'
This plugin only works with Tenable.ot.
Please visit https://www.tenable.com/products/tenable-ot for more information.");
# https://www.corporate.carrier.com/Images/CARR-PSA-2024-04-WebCTRL_Server_tcm558-245852.pdf
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?56a939f1");
script_set_attribute(attribute:"see_also", value:"https://www.cisa.gov/news-events/ics-advisories/icsa-24-326-01");
script_set_attribute(attribute:"solution", value:
"The following text was originally created by the Cybersecurity and Infrastructure Security Agency (CISA). The original
can be found at CISA.gov.
Automated Logic has recommended the following:
- For CVE-2024-8526, the vulnerability was fixed at version 8.0 for all impacted products.
- Additionally, Customers are encouraged to follow Automated Logic Security Best Practices Checklists for Building
Automation Systems (BAS) https://www.automatedlogic.com/en/media/Security Best Practices for a WebCTRL v8.0system-522_tcm702-168128.pdf
to ensure alignment with best practices installation guidelines.");
script_set_attribute(attribute:"cvss4_vector", value:"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N");
script_set_attribute(attribute:"cvss4_threat_vector", value:"CVSS:4.0/E:U");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2024-8526");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_cwe_id(601);
script_set_attribute(attribute:"vuln_publication_date", value:"2024/11/21");
script_set_attribute(attribute:"patch_publication_date", value:"2024/11/21");
script_set_attribute(attribute:"plugin_publication_date", value:"2025/02/17");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/a:automatedlogic:webctrl_server");
script_set_attribute(attribute:"generated_plugin", value:"former");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Tenable.ot");
script_copyright(english:"This script is Copyright (C) 2025 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("tenable_ot_api_integration.nasl");
script_require_keys("Tenable.ot/AutomatedLogicCorporation");
exit(0);
}
include('tenable_ot_cve_funcs.inc');
get_kb_item_or_exit('Tenable.ot/AutomatedLogicCorporation');
var asset = tenable_ot::assets::get(vendor:'AutomatedLogicCorporation');
var vuln_cpes = {
"cpe:/a:automatedlogic:webctrl_server" :
{"versionStartIncluding" : "7.0", "versionEndIncluding" : "7.0", "family" : "WebCTRL"}
};
tenable_ot::cve::compare_and_report(asset:asset, cpes:vuln_cpes, severity:SECURITY_WARNING);
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