# DELMIA Apriso 代码注入漏洞
## 概述
DELMIA Apriso 存在一个代码生成控制不当(代码注入)漏洞,影响从 2020 发行版到 2025 发行版。
## 影响版本
- DELMIA Apriso Release 2020
- DELMIA Apriso Release 2021
- DELMIA Apriso Release 2022
- DELMIA Apriso Release 2023
- DELMIA Apriso Release 2024
- DELMIA Apriso Release 2025
## 细节
该漏洞源于应用程序在生成和执行代码时缺乏适当的安全控制,攻击者可以利用此缺陷注入并执行任意代码。
## 影响
成功利用该漏洞可能导致攻击者在目标系统上执行未经授权的代码,从而获得控制权限或造成其他恶意行为。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | An Improper Control of Generation of Code (code injection / file upload → RCE) vulnerability affecting DELMIA Apriso (Release 2020 → Release 2025). When an authenticated user can upload files and the upload handler fails to canonicalize filenames or enforce storage restrictions, an attacker may place executable artifacts into web-served locations (via path traversal or insufficient normalization) and achieve remote code execution under the webserver context. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2025/CVE-2025-6204.yaml | POC详情 |
暂无评论