Lucene search
K

Eaton End-of-Life Devices Detection

🗓️ 13 Apr 2026 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 3 Views

Detects Eaton devices that are still supported but have an announced discontinued date.

Refs
Code
#%NASL_MIN_LEVEL 80900
#
# (C) Tenable Network Security, Inc.
#

include('compat.inc');

if (description)
{
  script_id(505317);
  script_version("1.3");
  script_set_attribute(attribute:"plugin_modification_date", value:"2026/06/05");

  script_name(english:"Eaton End-of-Life Devices Detection");

  script_set_attribute(attribute:"synopsis", value:
"Detection of Eaton devices that are still supported but have a discontinued date announced.");
  script_set_attribute(attribute:"description", value:
"The current plugin identifies Eaton devices that are end-of-life, i.e., still supported but have a discontinued date announced.
Eaton Lifecycle Statuses:
 - Active: Most current offering within a product category.
 - End of Life: Discontinued date announced - actively execute migrations and last time buys.
Product generally orderable until the discontinued date.
 - Discontinued: Product no longer manufactured or procured. Repair/exchange services may be available.");
  script_set_attribute(attribute:"see_also", value:"https://www.eaton.com/us/en-us.html");
  script_set_attribute(attribute:"solution", value:
"Plan and initiate the transition to an actively supported product before the discontinuation date.");
  script_set_attribute(attribute:"risk_factor", value:"Medium");

  script_set_attribute(attribute:"plugin_publication_date", value:"2026/04/13");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Tenable.ot");

  script_copyright(english:"This script is Copyright (C) 2026 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("tenable_ot_api_integration.nasl");
  script_require_keys("Tenable.ot/Eaton");

  exit(0);
}

#
# EoL checks here
#

include('tenable_ot_eol_funcs.inc');

get_kb_item_or_exit('Tenable.ot/Eaton');

var asset = tenable_ot::assets::get(vendor:'Eaton');

var eol_info = {
  "5PX1500RTN": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.5PX1500RTN.html",
    "ReplacementProduct": "5PX1500RTNG2",
    "LastModifiedDate": ""
  },
  "5PX2200RT": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.5PX2200RT.html",
    "ReplacementProduct": "5PX2000RTG2",
    "LastModifiedDate": ""
  },
  "5PX2200RTN": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.5PX2200RTN.html",
    "ReplacementProduct": "5PX2000RTNG2",
    "LastModifiedDate": ""
  },
  "5PX3000IRT2U": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.5PX3000IRT2U.html",
    "ReplacementProduct": "5PX3000HRTG2",
    "LastModifiedDate": ""
  },
  "5PX3000IRTN": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.5PX3000IRTN.html",
    "ReplacementProduct": "5PX3000HRTNG2",
    "LastModifiedDate": ""
  },
  "5PX3000RT2U": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.5PX3000RT2U.html",
    "ReplacementProduct": "",
    "LastModifiedDate": ""
  },
  "5PX3000RT3U": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.5PX3000RT3U.html",
    "ReplacementProduct": "5PX3000RT3UNG2",
    "LastModifiedDate": ""
  },
  "5PX3000RTN": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.5PX3000RTN.html",
    "ReplacementProduct": "5PX3000RTNG2",
    "LastModifiedDate": ""
  },
  "9PX11KIBP Model Code: Eaton 9PX 11000i HotSwap": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/gb/en-gb/skuPage.9PX11KIBP.html",
    "ReplacementProduct": "",
    "LastModifiedDate": ""
  },
  "9PX11KIRTNBP Model Code: Eaton 9PX 11000i RT6U HotSwap Netpack": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/gb/en-gb/skuPage.9PX11KIRTNBP.html",
    "ReplacementProduct": "",
    "LastModifiedDate": ""
  },
  "9PX3K3UN": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX3K3UN.html",
    "ReplacementProduct": "9PX3K3UG2",
    "LastModifiedDate": ""
  },
  "9PX5KIBP Model Code: Eaton 9PX 5000i HotSwap": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/gb/en-gb/skuPage.9PX5KIBP.html",
    "ReplacementProduct": "",
    "LastModifiedDate": ""
  },
  "9PX5KIRTN Model Code: Eaton 9PX 5000i RT3U Netpack": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/gb/en-gb/skuPage.9PX5KIRTN.html",
    "ReplacementProduct": "",
    "LastModifiedDate": ""
  },
  "9PX6KIBP Model Code: Eaton 9PX 6000i HotSwap": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/gb/en-gb/skuPage.9PX6KIBP.html",
    "ReplacementProduct": "",
    "LastModifiedDate": ""
  },
  "9PX6KIRTN Model Code: Eaton 9PX 6000i RT3U Netpack": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/gb/en-gb/skuPage.9PX6KIRTN.html",
    "ReplacementProduct": "",
    "LastModifiedDate": ""
  },
  "9PX8KIBP Model Code: Eaton 9PX 8000i HotSwap": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/gb/en-gb/skuPage.9PX8KIBP.html",
    "ReplacementProduct": "",
    "LastModifiedDate": ""
  },
  "9PX8KIRTNBP Model Code: Eaton 9PX 8000i RT6U HotSwap Netpack": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/gb/en-gb/skuPage.9PX8KIRTNBP.html",
    "ReplacementProduct": "",
    "LastModifiedDate": ""
  },
  "9PXM10KIRTN Model Code: Eaton 9PX 10Ki 5Ki Red. RT9U Netpack": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/gb/en-gb/skuPage.9PXM10KIRTN.html",
    "ReplacementProduct": "",
    "LastModifiedDate": ""
  },
  "9PXM12KIRTN Model Code: Eaton 9PX 12Ki 6Ki Red. RT9U Netpack": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/gb/en-gb/skuPage.9PXM12KIRTN.html",
    "ReplacementProduct": "",
    "LastModifiedDate": ""
  },
  "9PXM16KIRTN Model Code: Eaton 9PX 16Ki 8Ki Red. RT15U Netpack": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/gb/en-gb/skuPage.9PXM16KIRTN.html",
    "ReplacementProduct": "",
    "LastModifiedDate": ""
  },
  "9PXM22KIRTN Model Code: Eaton 9PX 22Ki 11Ki Red. RT15U Netpack": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/gb/en-gb/skuPage.9PXM22KIRTN.html",
    "ReplacementProduct": "",
    "LastModifiedDate": ""
  },
  "9SX11KI Model Code: Eaton 9SX 11000i": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/gb/en-gb/skuPage.9SX11KI.html",
    "ReplacementProduct": "",
    "LastModifiedDate": ""
  },
  "9SX11KIRT Model Code: Eaton 9SX 11000i RT6U": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/gb/en-gb/skuPage.9SX11KIRT.html",
    "ReplacementProduct": "",
    "LastModifiedDate": ""
  },
  "9SX8KI Model Code: Eaton 9SX 8000i": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/gb/en-gb/skuPage.9SX8KI.html",
    "ReplacementProduct": "",
    "LastModifiedDate": ""
  },
  "9SX8KIRT Model Code: Eaton 9SX 8000i RT6U": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/gb/en-gb/skuPage.9SX8KIRT.html",
    "ReplacementProduct": "",
    "LastModifiedDate": ""
  },
  "Power Xpert Gateway 200E": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/products/low-voltage-power-distribution-control-systems/power-and-energy-monitoring-equipment-and-software/end-of-life-product-support.html",
    "ReplacementProduct": "Eaton PXG900",
    "LastModifiedDate": ""
  },
  "Power Xpert Gateway 400": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/products/low-voltage-power-distribution-control-systems/power-and-energy-monitoring-equipment-and-software/end-of-life-product-support.html",
    "ReplacementProduct": "Eaton PXG900",
    "LastModifiedDate": ""
  },
  "Power Xpert Gateway 400E": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/products/low-voltage-power-distribution-control-systems/power-and-energy-monitoring-equipment-and-software/end-of-life-product-support.html",
    "ReplacementProduct": "Eaton PXG900",
    "LastModifiedDate": ""
  },
  "Power Xpert Gateway 600A": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/products/low-voltage-power-distribution-control-systems/power-and-energy-monitoring-equipment-and-software/end-of-life-product-support.html",
    "ReplacementProduct": "Eaton PXG900",
    "LastModifiedDate": ""
  },
  "Power Xpert Gateway 600E": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/products/low-voltage-power-distribution-control-systems/power-and-energy-monitoring-equipment-and-software/end-of-life-product-support.html",
    "ReplacementProduct": "Eaton PXG900",
    "LastModifiedDate": ""
  },
  "Power Xpert Gateway 800E": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/products/low-voltage-power-distribution-control-systems/power-and-energy-monitoring-equipment-and-software/end-of-life-product-support.html",
    "ReplacementProduct": "Eaton PXG900",
    "LastModifiedDate": ""
  },
  "SMP 16": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/catalog/utility-and-grid-solutions/smp-gateway-automation-platform.html",
    "ReplacementProduct": "SMP SG-4260",
    "LastModifiedDate": ""
  },
  "SMP SG-4250": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/catalog/utility-and-grid-solutions/smp-gateway-automation-platform.html",
    "ReplacementProduct": "SMP SG-4260",
    "LastModifiedDate": ""
  },
  "TEST-EOL": {
    "Vendor": "Eaton",
    "LifecycleStatus": "End of Life",
    "DiscontinuedDate": "2050/12/31",
    "Reference": "https://www.eaton.com/TEST-EOL",
    "ReplacementProduct": "",
    "LastModifiedDate": ""
  }
};

tenable_ot::eol::compare_and_report(asset:asset, eol_info:eol_info, 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

05 Jun 2026 00:00Current
5.6Medium risk
Vulners AI Score5.6
3