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-2017-15950 — Proof-of-concept exploit for CVE-2017-15950, a stack-based buffer overflow in SyncBreeze XML parser and sync functionality. Includes Python payload generators for XML and text-based exploitation. | Kitploit
Tools/GitHubGitHub/rnnsz/cve-2017-15950
Payload GenerationVulnerability AnalysisExploitationPenetration TestingBinary Exploitation
GitHubrnnsz/cve-2017-15950

CVE-2017-15950

Proof-of-concept exploit for CVE-2017-15950, a stack-based buffer overflow in SyncBreeze XML parser and sync functionality. Includes Python payload generators for XML and text-based exploitation.

View Repository
115 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-2017-15950

PoC exploit for vulnerability CVE-2017-15950 SyncBreeze XML Parser and/or Sync functionality Stack-Based Buffer Overflow.

Usage

When running the XML payload generator, the script will output a XML file xplSyncBreeze.xml containing the payload to import using SyncBreeze.

root@kitploit:~
python3 payloadgenerator_XML_CVE-2017-15950.py

When running the default payload generator, the script will output a TXT file POCPayload.txt containing the payload to insert into Sync functionality Destination PATH or Source PATH fields.

root@kitploit:~
python3 payloadgenerator_CVE-2017-15950.py

Acknowledgments

Exploits developed with Filipe Oliveira and Toronto Garcez.

Download Tool