cve/2022/CVE-2022-25304.md

20 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2022-25304](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25304)
![](https://img.shields.io/static/v1?label=Product&message=asyncua&color=blue)
![](https://img.shields.io/static/v1?label=Product&message=opcua&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3E%3D%200%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Denial%20of%20Service%20(DoS)&color=brighgreen)
### Description
All versions of package opcua; all versions of package asyncua are vulnerable to Denial of Service (DoS) due to a missing limitation on the number of received chunks - per single session or in total for all concurrent sessions. An attacker can exploit this vulnerability by sending an unlimited number of huge chunks (e.g. 2GB each) without sending the Final closing chunk.
### POC
#### Reference
- https://security.snyk.io/vuln/SNYK-PYTHON-ASYNCUA-2988731
- https://security.snyk.io/vuln/SNYK-PYTHON-OPCUA-2988730
#### Github
- https://github.com/claroty/opcua-exploit-framework