cve/2022/CVE-2022-23544.md
2024-06-18 02:51:15 +02:00

19 lines
1.3 KiB
Markdown

### [CVE-2022-23544](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23544)
![](https://img.shields.io/static/v1?label=Product&message=metersphere&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%202.5.0%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%3A%20Improper%20Neutralization%20of%20Input%20During%20Web%20Page%20Generation%20('Cross-site%20Scripting')&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-918%3A%20Server-Side%20Request%20Forgery%20(SSRF)&color=brighgreen)
### Description
MeterSphere is a one-stop open source continuous testing platform, covering test management, interface testing, UI testing and performance testing. Versions prior to 2.5.0 are subject to a Server-Side Request Forgery that leads to Cross-Site Scripting. A Server-Side request forgery in `IssueProxyResourceService::getMdImageByUrl` allows an attacker to access internal resources, as well as executing JavaScript code in the context of Metersphere's origin by a victim of a reflected XSS. This vulnerability has been fixed in v2.5.0. There are no known workarounds.
### POC
#### Reference
- https://github.com/metersphere/metersphere/security/advisories/GHSA-vrv6-cg45-rmjj
#### Github
No PoCs found on GitHub currently.