A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-29190

CVE-2024-29190: Mobile Security Framework SSRF Vulnerability

CVE-2024-29190 is a server-side request forgery flaw in Mobile Security Framework (MobSF) that allows attackers to access internal services. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-29190 Overview

CVE-2024-29190 is a Server-Side Request Forgery (SSRF) vulnerability affecting Mobile Security Framework (MobSF), an open-source pen-testing, malware analysis, and security assessment framework. The flaw exists in MobSF version 3.9.5 Beta and prior, where the application fails to perform input validation when extracting hostnames from the android:host attribute during static analysis of Android applications. Attackers can craft malicious Android manifests that force the MobSF server to issue requests to internal-only services within an organization's infrastructure. The issue is tracked under CWE-918 and was addressed via commit 5a8eeee73c5f504a6c3abdf2a139a13804efdb77.

Critical Impact

Unauthenticated attackers can pivot through MobSF to reach internal services, exposing sensitive metadata endpoints, admin interfaces, and cloud instance APIs that are otherwise unreachable from the internet.

Affected Products

  • OpenSecurity Mobile Security Framework (MobSF) version 3.9.5 Beta
  • OpenSecurity Mobile Security Framework (MobSF) all prior versions
  • Deployments scanning untrusted Android APK samples

Discovery Timeline

  • 2024-03-22 - CVE-2024-29190 published to the National Vulnerability Database
  • 2025-06-30 - Last updated in NVD database

Technical Details for CVE-2024-29190

Vulnerability Analysis

The vulnerability resides in the static analysis routine that parses Android manifest files. During analysis, MobSF extracts hostname values from the android:host attribute of intent filters and uses them to construct outbound HTTP requests. The parsing logic accepts arbitrary string values without filtering against an allowlist or rejecting internal address ranges. As a result, an attacker who submits a crafted APK to MobSF can direct the server to connect to 127.0.0.1, RFC1918 ranges, or cloud metadata services such as 169.254.169.254.

The flaw produces a classic blind SSRF condition. Because MobSF performs scanning under privileged contexts and is frequently deployed inside corporate networks or CI/CD pipelines, the requests originate from a trusted internal source. Attackers can enumerate internal hosts, fingerprint services, and in cloud environments retrieve temporary credentials from instance metadata endpoints.

Root Cause

The root cause is missing input validation on user-controlled data parsed from APK manifests. The android:host value flows directly into the network request layer without sanitization, hostname resolution checks, or restrictions on the resolved IP ranges. This is a textbook CWE-918 Server-Side Request Forgery defect.

Attack Vector

Exploitation requires an attacker to submit a malicious APK to a MobSF instance for static analysis. No authentication is required when MobSF is exposed without access controls, and no user interaction is required beyond the standard scan invocation. The attacker embeds an intent filter referencing an internal hostname or IP in the AndroidManifest.xml data element. When MobSF parses the manifest, it issues outbound traffic to the attacker-specified destination. See the GitHub Security Advisory GHSA-wfgj-wrgh-h3r3 for additional technical context.

Detection Methods for CVE-2024-29190

Indicators of Compromise

  • Outbound HTTP connections from the MobSF host to internal IP ranges (127.0.0.0/8, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) during APK scans
  • Connections from the MobSF host to cloud metadata endpoints such as 169.254.169.254
  • Unexpected DNS resolutions for internal hostnames triggered by the MobSF process

Detection Strategies

  • Inspect submitted APK manifests for android:host values referencing private IP literals or internal DNS names
  • Correlate MobSF process network telemetry with scan job identifiers to surface anomalous destinations
  • Alert on MobSF-originated traffic that bypasses the configured outbound proxy or egress controls

Monitoring Recommendations

  • Forward MobSF application logs and host network logs to a centralized SIEM for retention and correlation
  • Baseline normal MobSF outbound destinations and flag deviations to internal address space
  • Monitor cloud audit logs for metadata service access from any host running MobSF

How to Mitigate CVE-2024-29190

Immediate Actions Required

  • Upgrade MobSF to a version that includes commit 5a8eeee73c5f504a6c3abdf2a139a13804efdb77 or later
  • Restrict network access from MobSF servers to internal subnets and cloud metadata endpoints using host-based or network firewalls
  • Place MobSF behind authentication and limit APK submission to trusted analysts only

Patch Information

The MobSF maintainers published a hotfix in commit 5a8eeee73c5f504a6c3abdf2a139a13804efdb77. The fix introduces validation on hostnames extracted from android:host to block requests targeting internal-only destinations. Administrators should pull the patched build from the official repository and redeploy any analysis workers.

Workarounds

  • Deploy MobSF inside an isolated network segment with no route to production internal services or cloud metadata APIs
  • Configure an egress proxy that enforces an allowlist of permitted external destinations for MobSF traffic
  • Disable IMDSv1 and require IMDSv2 with hop-limit 1 on cloud instances hosting MobSF to limit metadata exposure

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechOpensecurity Mobile Security Framework

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.59%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • Google Drive File
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-46730: Mobile Security Framework DOS Vulnerability

  • CVE-2025-46335: Mobile Security Framework Stored XSS Flaw

  • CVE-2025-24805: MobSF Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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