| Reporter | Title | Published | Views | Family All 17 |
|---|---|---|---|---|
| The vulnerability of the DELMIA Apriso production management system, related to deficiencies in the deserialization mechanism, allows a hacker to execute arbitrary code. | 4 Jun 202500:00 | – | bdu_fstec | |
| CVE-2025-5086 | 2 Jun 202518:34 | – | circl | |
| Dassault Systèmes DELMIA Apriso Deserialization of Untrusted Data Vulnerability | 11 Sep 202500:00 | – | cisa_kev | |
| CISA Adds One Known Exploited Vulnerability to Catalog | 11 Sep 202512:00 | – | cisa | |
| Dassault Systèmes DELMIA Apriso 安全漏洞 | 2 Jun 202500:00 | – | cnnvd | |
| CVE-2025-5086 | 2 Jun 202517:42 | – | cve | |
| CVE-2025-5086 Deserialization of Untrusted Data vulnerability affecting DELMIA Apriso from Release 2020 through Release 2025 | 2 Jun 202517:42 | – | cvelist | |
| Dassault Systèmes DELMIA Apriso (up to 2025) - Insecure Deserialization | 28 Jun 202615:08 | – | nuclei | |
| CVE-2025-5086 | 2 Jun 202518:15 | – | nvd | |
| CVE-2025-5086 | 2 Jun 202518:15 | – | osv |
| Source | Link |
|---|---|
| nessus | www.nessus.org/u |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(271384);
script_version("1.2");
script_set_attribute(attribute:"plugin_modification_date", value:"2025/10/25");
script_cve_id("CVE-2025-5086");
script_xref(name:"CISA-KNOWN-EXPLOITED", value:"2025/10/02");
script_name(english:"DELMIA Apriso Deserialization of Untrusted Data Vulnerability (CVE-2025-5086)");
script_set_attribute(attribute:"synopsis", value:
"DELMIA Apriso is affected by a deserialization of untrusted data vulnerability leading to RCE.");
script_set_attribute(attribute:"description", value:
"The version of DELMIA Apriso installed on the remote host is Release 2020 through 2025. It is, therefore,
affected by a deserialization of untrusted data vulnerability (CVE-2025-5086) that could allow an unauthenticated
attacker to execute arbitrary code remotely. Exploitation involves sending a specially crafted POST request,
often Base64-encoded and GZIP-compressed, which may lead to full system compromise, disruption of MES/MOM
operations, data exfiltration, and lateral movement.
Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
# https://www.3ds.com/trust-center/security/security-advisories/cve-2025-5086
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?a9dc60c9");
script_set_attribute(attribute:"solution", value:
"Upgrade to the latest version.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:H/Au:N/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:F/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:F/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2025-5086");
script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
script_set_attribute(attribute:"exploit_available", value:"true");
script_set_attribute(attribute:"vuln_publication_date", value:"2025/06/02");
script_set_attribute(attribute:"patch_publication_date", value:"2025/06/02");
script_set_attribute(attribute:"plugin_publication_date", value:"2025/10/24");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:3ds:delmia_apriso");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Windows");
script_copyright(english:"This script is Copyright (C) 2025 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("dassault_systemes_delmia_apriso.nbin");
script_require_keys("SMB/Registry/Enumerated", "installed_sw/Dassault Systèmes DELMIA Apriso");
exit(0);
}
include('vcf.inc');
get_kb_item_or_exit('SMB/Registry/Enumerated');
var app_info = vcf::get_app_info(app:'Dassault Systèmes DELMIA Apriso', win_local:TRUE);
var product_year = app_info['product_version'];
if (empty_or_null(product_year))
{
exit(0, "The release year of Dassault Systèmes DELMIA Apriso could not be determined.");;
}
if (product_year !~ "202[012345]")
{
audit(AUDIT_HOST_NOT,'affected');
}
var report =
'\n' + 'Nessus detected the vulnerable release:' +
'\n' + join(product_year, sep:'\n') +
'See Vendor Advisory.';
security_report_v4(
port : 0,
severity : SECURITY_HOLE,
extra : report
);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