Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-2977

CVE-2026-2977: Fastapi-admin RCE Vulnerability

CVE-2026-2977 is a remote code execution vulnerability in Fastapi-admin affecting versions up to 2.2.0. The flaw enables unrestricted file uploads through the Scheduled Task API. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Published: February 27, 2026

CVE-2026-2977 Overview

A security vulnerability has been detected in FastApiAdmin up to version 2.2.0. This affects the function upload_controller of the file /backend/app/api/v1/module_common/file/controller.py of the component Scheduled Task API. Such manipulation leads to unrestricted upload. It is possible to launch the attack remotely. The exploit has been disclosed publicly and may be used.

Critical Impact

Unrestricted file upload vulnerability allowing remote attackers to upload arbitrary files to the server, potentially leading to remote code execution, data compromise, or system takeover.

Affected Products

  • FastApiAdmin 2.0
  • FastApiAdmin 2.1
  • FastApiAdmin 2.2.0

Discovery Timeline

  • 2026-02-23 - CVE CVE-2026-2977 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2026-2977

Vulnerability Analysis

This vulnerability is classified as an unrestricted file upload flaw (CWE-284: Improper Access Control). The affected component is the upload_controller function within the Scheduled Task API module. The vulnerability allows attackers with low-privilege access to upload arbitrary files to the server without proper validation or restrictions.

The network-accessible nature of this vulnerability means that any authenticated user with minimal privileges can remotely exploit the flaw. The impact affects confidentiality, integrity, and availability of the system, though each at a limited scope. Successfully exploiting this vulnerability could enable attackers to upload malicious scripts, web shells, or other executable content that may lead to further compromise of the underlying system.

Root Cause

The root cause of this vulnerability lies in the improper access control implementation within the file upload functionality. The upload_controller function located at /backend/app/api/v1/module_common/file/controller.py fails to implement adequate restrictions on:

  1. File type validation - allowing upload of potentially dangerous file types
  2. File content verification - not validating file contents against declared MIME types
  3. Access control enforcement - insufficient authorization checks for the upload operation

Attack Vector

The attack is conducted over the network and requires low-privilege authentication to the FastApiAdmin application. An attacker can exploit this vulnerability by sending crafted HTTP requests to the Scheduled Task API endpoint with malicious file payloads.

The vulnerability manifests in the upload_controller function where file uploads are processed without proper validation. Attackers can leverage this weakness to upload arbitrary files including web shells or malicious scripts. For detailed technical analysis, refer to the GitHub Vulnerability Repository.

Detection Methods for CVE-2026-2977

Indicators of Compromise

  • Unexpected files appearing in upload directories or web-accessible folders
  • Unusual file extensions being uploaded (e.g., .py, .sh, .php, .jsp)
  • Suspicious HTTP POST requests to /api/v1/module_common/file/ endpoints
  • Web shell activity or reverse shell connections originating from the server

Detection Strategies

  • Monitor web server logs for POST requests to the file upload API endpoint with unusual file types or large payloads
  • Implement file integrity monitoring on upload directories to detect unauthorized file additions
  • Deploy web application firewall (WAF) rules to inspect and block requests containing malicious file upload patterns
  • Review access logs for authenticated users making repeated upload requests to the Scheduled Task API

Monitoring Recommendations

  • Enable detailed logging for all file upload operations including source IP, user context, and file metadata
  • Configure alerting for file uploads containing executable content or script extensions
  • Implement real-time monitoring of the /backend/app/api/v1/module_common/file/ endpoint activity
  • Track authentication events correlated with file upload attempts to identify compromised accounts

How to Mitigate CVE-2026-2977

Immediate Actions Required

  • Restrict access to the Scheduled Task API file upload functionality to only trusted administrative users
  • Implement file type whitelisting to allow only explicitly permitted file extensions
  • Add server-side file content validation to verify uploaded files match expected MIME types
  • Consider temporarily disabling the file upload feature if not critical to operations

Patch Information

At the time of publication, no official vendor patch has been released for this vulnerability. Organizations using FastApiAdmin versions 2.0, 2.1, or 2.2.0 should monitor the official project repository for security updates. Additional technical details are available through the VulDB CTI entry.

Workarounds

  • Implement a reverse proxy or WAF rule to filter upload requests to the vulnerable endpoint
  • Apply file extension validation at the web server level (e.g., nginx or Apache configuration)
  • Configure upload directories with non-executable permissions to prevent uploaded script execution
  • Restrict network access to the administrative API endpoints using firewall rules
bash
# Example nginx configuration to restrict file upload types
location /api/v1/module_common/file/ {
    # Restrict access to trusted IPs only
    allow 10.0.0.0/8;
    deny all;
    
    # Limit upload size
    client_max_body_size 10M;
    
    # Additional security headers
    add_header X-Content-Type-Options "nosniff" always;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechFastapiadmin

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Vulnerability Repository

  • VulDB CTI ID #347361

  • VulDB #347361

  • VulDB Submission ID #756144
  • Related CVEs
  • CVE-2026-2978: Fastapi-admin RCE Vulnerability

  • CVE-2026-2979: Fastapi-admin Auth Bypass Vulnerability

  • CVE-2026-2976: Fastapi-admin Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English