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-2026-1731 — Proof-of-concept exploit for CVE-2026-1731, a blind RCE in BeyondTrust Privileged Remote Access and Remote Support, allowing remote command execution on vulnerable versions. | Kitploit
Tools/GitHubGitHub/jakubie07/cve-2026-1731
Vulnerability AnalysisExploitationPenetration TestingRed TeamingRemote Access Trojan
GitHubjakubie07/cve-2026-1731

CVE-2026-1731

Proof-of-concept exploit for CVE-2026-1731, a blind RCE in BeyondTrust Privileged Remote Access and Remote Support, allowing remote command execution on vulnerable versions.

View Repository
63 months 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-2026-1731 Blind RCE PoC

Effected Versions:

  • Privileged Remote Access: <= 24.3.4
  • Remote Support: <= 25.3.1

For further information I recommend you read the analysis by attackerkb.com.

How to Build

You will need to following tools to build this PoC: Git, rust

  1. Clone my repository
root@kitploit:~
git clone https://github.com/jakubie07/CVE-2026-1731.git
  1. Traverse into the directory and build
root@kitploit:~
cd CVE-2026-1731
cargo build --release
  1. Wait until the code compiles and your CVE-2026-1731 binary will be located in target/release

Unix Environment (MacOS/Linux)

root@kitploit:~
cd target/release
chmod +x ./CVE-2026-1731
./CVE-2026-1731 -h

Windows Environment:

root@kitploit:~
cd target/release
./CVE-2026-1731.exe -h

Usage

You can run ./CVE-2026-1731 -h to view a list of options available

Example Usage:

root@kitploit:~
./CVE-2026-1731 --targets targets.txt --command "whoami"

Note: Since CVE-2026-1731 is a blind RCE there is no response sent back form the host that can be used as an indicator of vulnerability. A request can be successful but a target that is not vulnerabile will not trigger RCE. It is recommended you use a service like webhook.site or PortSwigger's Burp Collaborator for testing against targets. A failure or success in this PoC is based on whether the server responds with a status code 200 or not.

Todo

  • Add version checking before exploitation through GET /get_rdf?comp=sdcust&locale_code=en-us endpoint.

References

https://github.com/win3zz/CVE-2026-1731

https://nvd.nist.gov/vuln/detail/CVE-2026-1731

Excellent analysis: https://attackerkb.com/topics/jNMBccstay/cve-2026-1731/rapid7-analysis

Download Tool