The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-5453

CVE-2026-5453: Rico App Information Disclosure Vulnerability

CVE-2026-5453 is an information disclosure flaw in Rico só vantagem pra investir App affecting versions up to 4.58.32.12421 on Android due to hard-coded cryptographic keys. This post covers technical details, affected versions, impact, and mitigation strategies.

Updated: May 14, 2026

CVE-2026-5453 Overview

CVE-2026-5453 affects the Rico investment Android application (br.com.rico.mobile) up to version 4.58.32.12421. The vulnerability resides in br/com/rico/mobile/di/SegmentSettingsModule.java, where the SEGMENT_WRITE_KEY argument is embedded as a hard-coded cryptographic key [CWE-320]. An attacker with local access to the application package can extract the key and abuse it to inject analytics data or manipulate user profiles via the Segment platform. The vendor was contacted before public disclosure but did not respond. The exploit details have been published and may be reused by other actors.

Critical Impact

Extraction of the embedded SEGMENT_WRITE_KEY enables unauthenticated data injection into the vendor's Segment analytics pipeline and tampering with downstream user profile records.

Affected Products

  • Rico Mobile Android application package br.com.rico.mobile
  • Versions up to and including 4.58.32.12421
  • Component: br/com/rico/mobile/di/SegmentSettingsModule.java

Discovery Timeline

  • 2026-04-03 - CVE-2026-5453 published to NVD
  • 2026-04-24 - Last updated in NVD database

Technical Details for CVE-2026-5453

Vulnerability Analysis

The Rico Android application bundles a Segment analytics write key directly inside the compiled APK. The key is referenced through the Dagger-style dependency injection module SegmentSettingsModule.java, which exposes the literal value at runtime. Any party able to read the APK on a local device can decompile the DEX bytecode and recover the credential. This is a classic hard-coded cryptographic key flaw classified under CWE-320 (Key Management Errors).

The issue is local-only and does not directly compromise device confidentiality or integrity. Its impact is on the integrity of telemetry and user profile data managed by the third-party Segment service rather than on the device or session itself.

Root Cause

The root cause is the inclusion of a long-lived analytics write key as a compile-time constant in source-controlled code. Because Android applications are distributed as decompilable artifacts, embedded secrets are recoverable with standard tooling such as apktool, jadx, or dex2jar. The application provides no runtime key retrieval, rotation, or attestation mechanism that would prevent reuse outside the legitimate client.

Attack Vector

An attacker installs the Rico APK on a controlled device or obtains the APK file from a public source. They decompile the package and locate the SEGMENT_WRITE_KEY string inside SegmentSettingsModule.java. With the key in hand, the attacker issues authenticated requests to Segment's tracking endpoints, injecting arbitrary identify and track events. This enables manipulation of user profile attributes, pollution of analytics data, and possible disruption of downstream personalization or fraud-detection workflows that consume the Segment pipeline.

The vulnerability is not remotely exploitable. Privileges required are limited to local access to the application binary. No verified proof-of-concept code is published in the references; technical details are described in the Notion Data Exposure Analysis and the VulDB Vulnerability #355041 entry.

Detection Methods for CVE-2026-5453

Indicators of Compromise

  • Outbound HTTPS requests to api.segment.io/v1/track or api.segment.io/v1/identify originating from hosts other than legitimate mobile clients.
  • Unexpected spikes in identify events tied to user IDs that do not correlate with active sessions.
  • Profile attribute changes in the Segment workspace that were not triggered by an authenticated application flow.

Detection Strategies

  • Audit the Segment workspace for use of the exposed write key and review event sources, IP ranges, and User-Agent strings.
  • Correlate Segment ingestion logs with backend authentication logs to flag events without a matching user session.
  • Static-analyze the deployed APK using jadx or apktool to confirm whether the key is still embedded in production builds.

Monitoring Recommendations

  • Forward Segment audit logs and source telemetry into a centralized analytics or SIEM platform for anomaly review.
  • Alert on event volumes per source that deviate from established baselines, particularly for identify calls that change PII fields.
  • Track APK distribution channels for unauthorized rebuilds that may indicate broader abuse of the recovered key.

How to Mitigate CVE-2026-5453

Immediate Actions Required

  • Rotate the exposed SEGMENT_WRITE_KEY in the Segment workspace and revoke the previous value.
  • Remove the hard-coded key from SegmentSettingsModule.java and any version-controlled artifact, then rebuild and re-sign the APK.
  • Block ingestion from the old key at the Segment source level until rotation is verified.

Patch Information

No vendor patch is referenced in the NVD entry. The vendor was contacted prior to public disclosure but did not respond, according to the VulDB Vulnerability #355041 record. Users of the Rico Android application should monitor the Google Play listing for updates beyond version 4.58.32.12421.

Workarounds

  • Fetch the Segment write key at runtime from an authenticated backend endpoint tied to the user session rather than embedding it in the client.
  • Apply server-side validation on incoming Segment events using a proxy that enforces user identity and rejects forged userId values.
  • Enable Play Integrity API attestation so backend systems can reject telemetry from non-genuine clients before it reaches Segment.
bash
# Configuration example - fetch analytics key at runtime instead of bundling it
# (replace hard-coded SEGMENT_WRITE_KEY with an authenticated lookup)
curl -X GET https://api.example-backend.internal/v1/analytics/key \
  -H "Authorization: Bearer ${USER_SESSION_JWT}" \
  -H "X-Device-Attestation: ${PLAY_INTEGRITY_TOKEN}"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechRico

  • SeverityLOW

  • CVSS Score1.9

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-320
  • Technical References
  • VulDB Submission #781758

  • VulDB Vulnerability #355041

  • VulDB CTI for #355041

  • Notion Data Exposure Analysis
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS 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