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
Tools/GitHubGitHub/0xblackash/cve-2026-44277
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHub0xblackash/cve-2026-44277

CVE-2026-44277

CVE-2026-44277

View Repository
3 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-44277 - FortiAuthenticator Unauthenticated RCE

ChatGPT Image May 13, 2026, 05_25_26 PM

Critical Unauthenticated Remote Code Execution in Fortinet FortiAuthenticator

Critical Fortinet RCE


📋 Overview

CVE-2026-44277 is a critical vulnerability in Fortinet FortiAuthenticator that allows unauthenticated attackers to achieve Remote Code Execution (RCE) via improper access control on specific API endpoints.

🛠 Affected Versions

ProductVulnerable VersionsFixed Versions
FortiAuthenticator6.5.0 - 6.5.66.5.7+
FortiAuthenticator6.6.0 - 6.6.86.6.9+
FortiAuthenticator8.0.0 - 8.0.28.0.3+

Note: FortiAuthenticator Cloud is not affected.

⚡ Impact

  • Unauthenticated Remote Code Execution
  • Full compromise of the appliance
  • Potential lateral movement into Active Directory / RADIUS environments
  • High risk for organizations using FortiAuthenticator for 2FA, RADIUS, or SAML

🧪 PoC Usage

root@kitploit:~
python3 CVE-2026-44277.py http://target-ip

Example Output (Vulnerable):

root@kitploit:~
[*] Testing → /api/v1/aaa → Reachable
[!!] Potential vulnerable endpoint found!
[!!] Target is likely vulnerable to CVE-2026-44277

🛡️ Mitigation

  • Upgrade immediately to the latest patched version
  • Restrict access to FortiAuthenticator admin interface (use VPN + IP allowlist)
  • Disable unnecessary API access

🔍 Shodan / FoFa Dorks

FoFa:

root@kitploit:~
app="Fortinet-FortiAuthenticator"

Shodan:

root@kitploit:~
"FortiAuthenticator" port:443
Download Tool