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
PoC_CVE-2024-28157 — PoC for (CVE-2024-28157) Stored XSS in Jenkins GitBucket Plugin <= 0.8 | Kitploit
Tools/GitHubGitHub/jayesh-dev21/poc_cve-2024-28157
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubjayesh-dev21/poc_cve-2024-28157

PoC_CVE-2024-28157

PoC for (CVE-2024-28157) Stored XSS in Jenkins GitBucket Plugin <= 0.8

View Repository
120h 15m agoNot yet reviewed
Website

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-28157 - Stored XSS in Jenkins GitBucket Plugin <= 0.8

The GitBucket URL field in job configuration is not sanitized. Setting it to a javascript: URI stores the payload and executes it in any visitor's browser when they open the project status page.

Report https://report-cve-2024-28157.vercel.app/

Setup

root@kitploit:~
bash poc/download-plugins
docker compose up --build

Jenkins runs on http://localhost:8080 Unlock with the admin password from: docker compose logs jenkins

Reproduce

  1. Create a Freestyle project
  2. Configure > GitBucket > URL: javascript:alert(7*7)
  3. Save, then visit the project page
  4. Alert fires with 49 (7*7)

Screenshots are in poc/screenshots/

References

NVD https://nvd.nist.gov/vuln/detail/CVE-2024-28157

Download Tool