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-5457

CVE-2026-5457: PropertyGuru AgentNet Information Disclosure

CVE-2026-5457 is an information disclosure vulnerability in PropertyGuru AgentNet Singapore App caused by hard-coded cryptographic keys. This article covers the technical details, affected versions, and mitigation strategies.

Published: April 10, 2026

CVE-2026-5457 Overview

A security vulnerability has been discovered in the PropertyGuru AgentNet Singapore App for Android up to version 23.7.10. The vulnerability exists in the com/allproperty/android/agentnet/BuildConfig.java file within the com.allproperty.android.agentnet component. The flaw involves the use of hard-coded cryptographic keys in the SEGMENT_ANDROID_WRITE_KEY and SEGMENT_TOS_WRITE_KEY arguments, potentially enabling attackers to exploit exposed Segment write keys for data injection and user profile manipulation.

Critical Impact

Hard-coded Segment API write keys can be extracted from the application, potentially allowing attackers with local access to inject unauthorized analytics data or manipulate user tracking profiles within the Segment analytics platform.

Affected Products

  • PropertyGuru AgentNet Singapore App for Android up to version 23.7.10
  • com.allproperty.android.agentnet component
  • Applications utilizing exposed Segment write keys in BuildConfig

Discovery Timeline

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

Technical Details for CVE-2026-5457

Vulnerability Analysis

This vulnerability falls under CWE-320 (Key Management Errors), specifically involving the use of hard-coded cryptographic keys within the application's build configuration. The Segment write keys (SEGMENT_ANDROID_WRITE_KEY and SEGMENT_TOS_WRITE_KEY) are embedded directly in the BuildConfig.java file, making them accessible to anyone who can decompile the Android APK.

The exposure of these Segment API keys creates a pathway for unauthorized interaction with the application's analytics infrastructure. While the attack requires local access to the device or application package, the exposed keys could enable an attacker to send arbitrary tracking events to the Segment platform or manipulate user profile data associated with the application's analytics.

Root Cause

The root cause of this vulnerability is improper key management practices where sensitive API credentials are compiled directly into the application source code rather than being securely stored or dynamically retrieved. Hard-coding secrets in BuildConfig.java is a common anti-pattern in Android development that exposes credentials to anyone capable of reverse engineering the APK using tools like jadx, apktool, or similar decompilation utilities.

Attack Vector

The attack vector is local, requiring the attacker to have access to the Android device or the APK file itself. An attacker would need to:

  1. Obtain the PropertyGuru AgentNet Singapore APK (either from the device or by downloading from an app store)
  2. Decompile the application using Android reverse engineering tools
  3. Locate the BuildConfig.java file and extract the hard-coded Segment write keys
  4. Use the extracted keys to interact with the Segment analytics API

The vulnerability mechanism involves extracting hard-coded credentials from compiled Android application code. The Segment write keys are stored as string constants in the BuildConfig class, which can be recovered through standard APK decompilation. Once extracted, these keys could potentially be used to inject false analytics data or interact with the Segment platform's API endpoints. For detailed technical analysis, see the Notion Security Analysis.

Detection Methods for CVE-2026-5457

Indicators of Compromise

  • Unusual or anomalous analytics events appearing in Segment dashboard that do not correlate with legitimate user activity
  • API calls to Segment endpoints originating from unexpected IP addresses or geographic locations
  • Spike in analytics data volume or patterns inconsistent with normal application usage
  • Evidence of APK decompilation tools or reverse engineering activity on devices

Detection Strategies

  • Monitor Segment analytics dashboard for anomalous event patterns or unexpected data injection
  • Implement server-side validation for critical analytics events to detect potentially spoofed data
  • Review application logs for unusual API interaction patterns
  • Conduct periodic security audits of Android applications for hard-coded credentials

Monitoring Recommendations

  • Enable detailed logging on Segment API endpoints to track the source of analytics requests
  • Set up alerts for unusual spikes in analytics event volume or new event types
  • Monitor application distribution channels for unauthorized APK modifications
  • Implement rate limiting on analytics endpoints to detect and prevent abuse

How to Mitigate CVE-2026-5457

Immediate Actions Required

  • Update the PropertyGuru AgentNet Singapore App to a version newer than 23.7.10 when a patched version becomes available
  • Rotate all exposed Segment write keys immediately to invalidate any extracted credentials
  • Review Segment analytics data for signs of unauthorized data injection
  • Consider implementing additional server-side validation for critical analytics events

Patch Information

The vendor was contacted about this disclosure but did not respond. No official patch information is currently available. Users should monitor the PropertyGuru AgentNet Singapore App updates on the Google Play Store for security fixes. Additional vulnerability details can be found in the VulDB Vulnerability Entry.

Workarounds

  • Remove or uninstall the affected application until a patched version is available
  • Implement network-level monitoring to detect unauthorized API calls to Segment endpoints
  • If you are the application developer, migrate to secure key storage solutions such as Android Keystore or server-side key retrieval
  • Consider implementing certificate pinning and code obfuscation to make reverse engineering more difficult
bash
# Example: Rotate Segment write keys via Segment API (requires admin access)
# After rotating, update your secure key storage and redeploy the application
# Note: This invalidates all existing write keys - coordinate with development team

# Verify current Segment source configuration
curl -X GET "https://api.segment.io/v1/sources/<source_id>" \
  -H "Authorization: Bearer <admin_token>"

# Generate new write key through Segment dashboard or API
# Update server-side key storage (not in application code)
# Redeploy application with secure key retrieval mechanism

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechPropertyguru Agentnet

  • 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 #781764

  • VulDB Vulnerability #355045

  • VulDB CTI for #355045

  • Notion Security 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