Lucene search
K

Eaton Discontinued Devices Detection

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

Detects Eaton devices that are discontinued or no longer supported; migrate to active products.

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

include('compat.inc');

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

  script_name(english:"Eaton Discontinued Devices Detection");

  script_set_attribute(attribute:"synopsis", value:
"Detection of Eaton devices that are discontinued and no longer supported.");
  script_set_attribute(attribute:"description", value:
"The current plugin identifies Eaton devices that are currently discontinued.
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:
"Migrate to a product that is actively supported.");
  script_set_attribute(attribute:"risk_factor", value:"High");

  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 = {
  "5PX1500IRT": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.5PX1500IRT.html",
    "ReplacementProduct": "5PX1500HRTG2",
    "LastModifiedDate": ""
  },
  "5PX1500RT": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.5PX1500RT.html",
    "ReplacementProduct": "5PX1500RTG2",
    "LastModifiedDate": ""
  },
  "5PX1500RTUS": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.5PX1500RTUS.html",
    "ReplacementProduct": "SMART1500RXLTAA",
    "LastModifiedDate": ""
  },
  "5PX2200IRT": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.5PX2200IRT.html",
    "ReplacementProduct": "5PX2200HRTG2",
    "LastModifiedDate": ""
  },
  "5PX2200RTUS": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.5PX2200RTUS.html",
    "ReplacementProduct": "SMART2200RXLTAA",
    "LastModifiedDate": ""
  },
  "5PX3000RT2US": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.5PX3000RT2US.html",
    "ReplacementProduct": "SMART3000RXLTAA",
    "LastModifiedDate": ""
  },
  "9PX11K": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX11K.html",
    "ReplacementProduct": "9PX11KMG2",
    "LastModifiedDate": ""
  },
  "9PX11KHW": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX11KHW.html",
    "ReplacementProduct": "9PX11KG2",
    "LastModifiedDate": ""
  },
  "9PX11KTF11": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX11KTF11.html",
    "ReplacementProduct": "9PX11KTF11G2",
    "LastModifiedDate": ""
  },
  "9PX11KTF11M": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX11KTF11M.html",
    "ReplacementProduct": "9PX11KTF11MG2",
    "LastModifiedDate": ""
  },
  "9PX11KTF5": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX11KTF5.html",
    "ReplacementProduct": "9PX11KTF5G2",
    "LastModifiedDate": ""
  },
  "9PX3K3UNP1": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX3K3UNP1.html",
    "ReplacementProduct": "9PX3K3UNP1G2",
    "LastModifiedDate": ""
  },
  "9PX3K3UNP2": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX3K3UNP2.html",
    "ReplacementProduct": "9PX3K3UNP2G2",
    "LastModifiedDate": ""
  },
  "9PX3K3UNTF5": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX3K3UNTF5.html",
    "ReplacementProduct": "9PX3K3UNTF5G2",
    "LastModifiedDate": ""
  },
  "9PX5K": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX5K.html",
    "ReplacementProduct": "9PX5KG2",
    "LastModifiedDate": ""
  },
  "9PX5KP1": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX5KP1.html",
    "ReplacementProduct": "9PX5KP1G2",
    "LastModifiedDate": ""
  },
  "9PX5KP2": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX5KP2.html",
    "ReplacementProduct": "9PX5KP2G2",
    "LastModifiedDate": ""
  },
  "9PX5KTF5": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX5KTF5.html",
    "ReplacementProduct": "9PX5KTF5G2",
    "LastModifiedDate": ""
  },
  "9PX6K": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX6K.html",
    "ReplacementProduct": "9PX6KG2",
    "LastModifiedDate": ""
  },
  "9PX6K-10": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX6K-10.html",
    "ReplacementProduct": "9PX6KG2",
    "LastModifiedDate": ""
  },
  "9PX6KP1": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX6KP1.html",
    "ReplacementProduct": "9PX6KP1G2",
    "LastModifiedDate": ""
  },
  "9PX6KP2": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX6KP2.html",
    "ReplacementProduct": "9PX6KP2G2",
    "LastModifiedDate": ""
  },
  "9PX6KTF5": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX6KTF5.html",
    "ReplacementProduct": "9PX6KTF5G2",
    "LastModifiedDate": ""
  },
  "9PX6KUS": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX6KUS.html",
    "ReplacementProduct": "SU6000RT3UTAA",
    "LastModifiedDate": ""
  },
  "9PX8K": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX8K.html",
    "ReplacementProduct": "9PX8KMG2",
    "LastModifiedDate": ""
  },
  "9PX8KHW": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX8KHW.html",
    "ReplacementProduct": "9PX8KG2",
    "LastModifiedDate": ""
  },
  "9PX8KTF5": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "",
    "Reference": "https://www.eaton.com/us/en-us/skuPage.9PX8KTF5.html",
    "ReplacementProduct": "9PX8KTF5G2",
    "LastModifiedDate": ""
  },
  "TEST-DISCONTINUED": {
    "Vendor": "Eaton",
    "LifecycleStatus": "Discontinued",
    "DiscontinuedDate": "2050/12/31",
    "Reference": "https://www.eaton.com/TEST-DISCONTINUED",
    "ReplacementProduct": "TEST-NEWMODEL",
    "LastModifiedDate": ""
  }
};

tenable_ot::eol::compare_and_report(asset:asset, eol_info:eol_info, severity:SECURITY_HOLE);

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.5Medium risk
Vulners AI Score5.5
5