{"id":19639490,"url":"https://github.com/m3ssap0/wordpress-jetpack-broken-access-control-exploit","last_synced_at":"2026-02-05T05:02:12.576Z","repository":{"id":261938457,"uuid":"881924384","full_name":"m3ssap0/wordpress-jetpack-broken-access-control-exploit","owner":"m3ssap0","description":"Exploits Jetpack \u003c 13.9.1 broken access control (CVE-2024-9926).","archived":false,"fork":false,"pushed_at":"2024-11-09T11:19:38.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-28T10:39:40.735Z","etag":null,"topics":["cve-2024-9926","exploit","jetpack","security","security-tools","vulnerability","vulnerability-scan","wordpress"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m3ssap0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-01T14:03:55.000Z","updated_at":"2024-11-27T13:31:35.000Z","dependencies_parsed_at":"2024-11-09T12:20:17.591Z","dependency_job_id":null,"html_url":"https://github.com/m3ssap0/wordpress-jetpack-broken-access-control-exploit","commit_stats":null,"previous_names":["m3ssap0/wordpress-jetpack-broken-access-control-exploit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m3ssap0/wordpress-jetpack-broken-access-control-exploit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m3ssap0%2Fwordpress-jetpack-broken-access-control-exploit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m3ssap0%2Fwordpress-jetpack-broken-access-control-exploit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m3ssap0%2Fwordpress-jetpack-broken-access-control-exploit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m3ssap0%2Fwordpress-jetpack-broken-access-control-exploit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m3ssap0","download_url":"https://codeload.github.com/m3ssap0/wordpress-jetpack-broken-access-control-exploit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m3ssap0%2Fwordpress-jetpack-broken-access-control-exploit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29113188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T03:44:17.043Z","status":"ssl_error","status_checked_at":"2026-02-05T03:44:12.077Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cve-2024-9926","exploit","jetpack","security","security-tools","vulnerability","vulnerability-scan","wordpress"],"created_at":"2024-11-11T13:01:07.569Z","updated_at":"2026-02-05T05:02:12.559Z","avatar_url":"https://github.com/m3ssap0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wordpress-jetpack-broken-access-control-exploit\n\nThis is a Python3 program that exploits Jetpack \u003c 13.9.1 broken access control vulnerability (CVE-2024-9926).\n\n## DISCLAIMER\n\n**This tool is intended for security engineers and appsec people for security assessments. Please use this tool responsibly. I do not take responsibility for the way in which any one uses this application. I am NOT responsible for any damages caused or any crimes committed by using this tool.**\n\n## Vulnerability info\n\n* **CVE-ID**: CVE-2024-9926\n* **Link**: [https://www.cve.org/CVERecord?id=CVE-2024-9926](https://www.cve.org/CVERecord?id=CVE-2024-9926)\n* **Description**: This vulnerability could be used by any logged in users on a site to read forms submitted by visitors on the site.\n* **Vendor link**: [https://jetpack.com/blog/jetpack-13-9-1-critical-security-update/](https://jetpack.com/blog/jetpack-13-9-1-critical-security-update/)\n* **Fix:** [https://github.com/Automattic/jetpack-production/commit/18605ae8cdc7438c2088336c51f3db8d6a5b90fd](https://github.com/Automattic/jetpack-production/commit/18605ae8cdc7438c2088336c51f3db8d6a5b90fd)\n* **Official PoC:** [https://wpscan.com/vulnerability/669382af-f836-4896-bdcb-5c6a57c99bd9/](https://wpscan.com/vulnerability/669382af-f836-4896-bdcb-5c6a57c99bd9/)\n\n## Help\n\n```\n$ ./exploit.py --help\nusage: exploit.py [-h] -t TARGET -u USERNAME -ap APPLICATION_PASSWORD [-v]\n\nExploit for Jetpack \u003c 13.9.1 broken access control vulnerability. - v1.0 (2024-11-01)\n\noptions:\n  -h, --help            show this help message and exit\n  -t TARGET, --target TARGET\n                        URL of the target WordPress\n  -u USERNAME, --username USERNAME\n                        Username of WordPress\n  -ap APPLICATION_PASSWORD, --application-password APPLICATION_PASSWORD\n                        Application Password generated for the user (it's NOT the user password)\n  -v, --verbose         verbose mode\n```\n\n## Examples\n\n```\n./exploit.py -t https://localhost:1337 -u attacker -ap \"AAAA 1111 bbbb 2222 CCCC 3333\"\n```\n\n## Vulnerable application\n\nA vulnerable application can be setup using [this repository](https://github.com/m3ssap0/wordpress-jetpack-broken-access-control-vulnerable-application).\n\n## Authors\n\n* **Antonio Francesco Sardella** - *implementation* - [m3ssap0](https://github.com/m3ssap0)\n\n## License\n\nSee the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n* [**Marc Montpas**](https://wpscan.com/vulnerability/669382af-f836-4896-bdcb-5c6a57c99bd9/), the security researcher who discovered the vulnerability.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm3ssap0%2Fwordpress-jetpack-broken-access-control-exploit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm3ssap0%2Fwordpress-jetpack-broken-access-control-exploit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm3ssap0%2Fwordpress-jetpack-broken-access-control-exploit/lists"}