Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2024-42849 — An issue in Silverpeas v.6.4.2 and lower allows a remote attacker to cause a denial of service via the password change function. | Kitploit
Tools/GitHubGitHub/njmbb8/cve-2024-42849
Password AttacksVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubnjmbb8/cve-2024-42849

CVE-2024-42849

An issue in Silverpeas v.6.4.2 and lower allows a remote attacker to cause a denial of service via the password change function.

View Repository
22 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2024-42849

An issue in Silverpeas v.6.4.2 and lower allows a remote attacker to cause a denial of service via the password change function.

Writeup

If the password change request is intercepted and a sufficiently long(1MB) string is supplied as the password to use, system resources will be overwhelmed by the attempt to hash the password and cause a DoS.

Proof of Concept(PoC)/Steps to Reproduce

  1. Generate a 1MB long string.

Generate a long string

  1. Intercept request using Burpsuite or similar, send it to Intruder and set the new and confirmation passwords as payload positions.

Sending request to intruder

  1. Load the file generated in step 1 as a payload.

Setting the payload

  1. Once the attack is started, resource usage should skyrocket and the Silverpeas application will become unresponsive.

High resource usage

Download Tool