
😭 WSOB는 WSO2에 CVE-2022-29464로 지정된 새로운 취약점을 악용하기 위해 만들어진 Python 도구입니다.
😭 WSOB는 WSO2에서 CVE-2022-29464로 지정된 새로운 취약점을 악용하기 위해 만들어진 Python 도구입니다.
일부 WSO2 제품은 무제한 파일 업로드를 허용하여 결과적으로 원격 코드 실행이 가능합니다. 공격자는 /fileupload 엔드포인트에 Content-Disposition 디렉터리 트래버설 시퀀스를 사용하여 웹 루트 아래 디렉터리(예: ../../../../repository/deployment/server/webapps 디렉터리)에 도달해야 합니다. 이 취약점은 WSO2 API Manager 2.2.0 이상부터 4.0.0까지, WSO2 Identity Server 5.2.0 이상부터 5.11.0까지, WSO2 Identity Server Analytics 5.4.0, 5.4.1, 5.5.0, 5.6.0, WSO2 Identity Server as Key Manager 5.3.0 이상부터 5.10.0까지, WSO2 Enterprise Integrator 6.2.0 이상부터 6.6.0까지에 영향을 미칩니다.
출처: https://nvd.nist.gov/vuln/detail/CVE-2022-29464
WSOB를 설치하고 사용하는 방법에 대한 빠른 안내
1. Clone the repository - git clone https://github.com/oppsec/wsob.git
2. Install the libraries - pip3 install -r requirements.txt
3. Run WSOB2 - python3 main.py -u https://example.com
pip3 install -r requirements.txt로 라이브러리를 설치합니다.프로젝트에 기여하는 방법에 대한 빠른 안내입니다.
1. Create a fork from WSOB repository
2. Download the project with git clone https://github.com/your/wsob.git
3. Make your changes
4. Commit and make a git push
5. Open a pull request