# NGINX ngx_http_mp4_module 漏洞 CVE-2022-41741
## 漏洞概述
NGINX Open Source和NGINX Plus中存在一个漏洞,该漏洞影响ngx_http_mp4_module模块,可能会导致NGINX工作进程内存损坏,进而导致进程终止或其他潜在影响。此漏洞利用要求攻击者能够触发特制的音频或视频文件的处理。
## 影响版本
- NGINX Open Source: 1.23.2及之前的版本、1.22.1及之前的版本
- NGINX Open Source Subscription: R2 P1及之前的版本、R1 P1及之前的版本
- NGINX Plus: R27 P1及之前的版本、R26 P1及之前的版本
## 细节
问题仅影响使用ngx_http_mp4_module模块编译的NGINX产品,且配置文件中使用了mp4指令。只有当攻击者能够触发特制的音频或视频文件时,攻击才可能发生。
## 影响
- NGINX工作进程内存损坏
- NGINX工作进程终止或引发其他潜在影响
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | Explore CVE-2022-41741 with the Evil MP4 repository. It offers educational PoCs,and documentation on securing nginx against MP4 file vulnerabilities. For legal, ethical security testing only. | https://github.com/dumbbutt0/evilMP4 | POC详情 |
2 | CVE-2022-41741/742 Nginx Vulnerability Scanner | https://github.com/moften/CVE-2022-41741-742-Nginx-Vulnerability-Scanner | POC详情 |
暂无评论