huynambka/cve-2026-26114-poc — explained in plain English
Analysis updated 2026-05-18
Verify whether a lab or authorized SharePoint instance is vulnerable to CVE-2026-26114.
Run the included Metasploit module to demonstrate remote code execution in a permitted penetration test.
Use the marker-file option to confirm exploitability without running arbitrary commands.
Study the request pattern used to trigger this SharePoint vulnerability for defensive detection work.
| huynambka/cve-2026-26114-poc | afomera/apple-foundation-models-ruby-sdk | dawarich-app/atlas | |
|---|---|---|---|
| Stars | 22 | 22 | 21 |
| Language | Ruby | Ruby | Ruby |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 4/5 | 3/5 | 4/5 |
| Audience | developer | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires a lab or explicitly authorized SharePoint target, valid domain credentials, and either Python with NTLM support or a Metasploit installation.
This repository is a proof of concept for CVE-2026-26114, a remote code execution vulnerability in SharePoint. The README states plainly that it is meant to be used only in a lab environment or on systems the user has explicit permission to test, which is the standard disclaimer for security research tools of this kind. The repo provides two ways to run the exploit. The first is a Python script that connects to a target SharePoint server using NTLM authentication, given a username, password, and domain, and then runs a command on the server, for example asking it to run whoami and write the output to a file. It supports routing traffic through a local proxy for inspection and can skip certificate verification, and instead of running a command it can be pointed at writing a marker file to confirm the vulnerability without doing anything more invasive. The second option is a Metasploit module, placed at a specific path under modules/exploits/windows/http, which can be loaded into the Metasploit framework. The README shows the options a user would set, including the target host, port, credentials, domain, and the listener host and port used to receive a reverse connection back from the exploited server. It also notes that if the module's automatic discovery of certain SharePoint internal identifiers does not work, those identifiers can be set manually. There is no license file mentioned, and the README does not include any background on how the vulnerability works internally, only how to run the two provided exploitation methods against a target.
A proof-of-concept exploit for CVE-2026-26114, a SharePoint remote code execution vulnerability, provided as a Python script and a Metasploit module.
Mainly Ruby. The stack also includes Python, Ruby, Metasploit.
No license information is provided in the README.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.