Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-42850 PoC — Silverpeas 安全漏洞

Source
Associated Vulnerability
Title:Silverpeas 安全漏洞 (CVE-2024-42850)
Description:Silverpeas是Silverpeas开源的一套开源的业务协作平台。该平台包括项目管理、博客、论坛和文档管理等应用程序。 Silverpeas v6.4.2及之前版本存在安全漏洞,该漏洞源于密码更改功能中存在问题,允许绕过密码复杂性要求。
Description
An issue in Silverpeas v6.4.2 and lower allows for the bypassing of password complexity requirements.
Readme
# CVE-2024-42850
An issue in the password change function of Silverpeas v6.4.2 and lower allows for the bypassing of password complexity requirements.

## Writeup
![Logging in with a single character password](https://github.com/njmbb8/CVE-2024-42850/blob/main/login.PNG?raw=true)

When changing your password, upon submission of the new password, the password is first sent in a POST request to an endpoint which checks to ensure that the password is in compliance with complexity requirements.

![Request to check conformity](https://github.com/njmbb8/CVE-2024-42850/blob/main/password_check.PNG?raw=true)

After Silverpeas has confirmed that the password meets the requirements, a separate POST request is made to update the account with the password with no checks, leading to a possibility of setting a single character password.

![Request to update account](https://github.com/njmbb8/CVE-2024-42850/blob/main/badpw.PNG?raw=true)

![Account update confirmation](https://github.com/njmbb8/CVE-2024-42850/blob/main/confirmation.PNG?raw=true)
File Snapshot

[4.0K] /data/pocs/47c7f994e2e30192f0ba10650e2d25bd59d0b7af ├── [113K] badpw.PNG ├── [ 70K] confirmation.PNG ├── [ 19K] login.PNG ├── [ 44K] password_check.PNG └── [1.0K] README.md 0 directories, 5 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.