LiveActive security incident?Get immediate response
CVE Record

CVE-2025-50861: The Lotus Cars Android app (com.lotus.carsdomestic.intl) 1.2.8 contains an exported component, PushDeepLink...

The Lotus Cars Android app (com.lotus.carsdomestic.intl) 1.2.8 contains an exported component, PushDeepLinkActivity, which is accessible without authentication via ADB or malicious apps. This poses a risk of unintended access to application internals and can cause denial of service or logic abuse.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2025-50861 affects the Lotus Cars Android app version 1.2.8. An exposed app component may be reachable without authentication, letting another app or ADB trigger internal behavior. Reported impact is limited unintended access, denial of service, or logic abuse. No active exploitation is identified in the provided sources.

Executive priority

Treat as a medium-priority mobile app risk. It is not currently reported as exploited, but affected managed devices should be identified and updated or restricted. Priority is higher where employees use the Lotus app on corporate-managed Android devices or where untrusted app installation is permitted.

Technical view

The issue is an exported Android component, PushDeepLinkActivity, in com.lotus.carsdomestic.intl 1.2.8. The CVE maps to CWE-284 and CWE-400 with CVSS 3.1 score 6.5. The description says access is possible via ADB or malicious apps without authentication, potentially affecting confidentiality and availability.

Likely exposure

Exposure appears limited to Android devices with Lotus Cars app com.lotus.carsdomestic.intl version 1.2.8 installed. Enterprise exposure depends on whether managed mobile devices allow this app or untrusted apps. The CVE record does not provide broader affected version ranges.

Exploitation context

The provided CVE data does not show CISA KEV listing or active exploitation. Abuse would require interaction with the affected mobile app environment, such as a malicious local app or ADB access, based on the description. No public weaponization status is provided.

Researcher notes

Evidence is limited to the CVE description and linked researcher repository. The CVSS vector lists network attack, while the description emphasizes ADB or malicious apps; validate the true attack surface before scoring internally. No patch, fixed version, or vendor advisory is named in the provided sources.

Mitigation direction

  • Check Lotus or app store guidance for an updated fixed version.
  • Update the Lotus Cars Android app if a vendor fix is available.
  • Remove or restrict the app on managed devices if not required.
  • Limit installation of untrusted Android apps on affected devices.
  • Restrict ADB access on managed or corporate Android devices.

Validation and detection

  • Inventory Android devices for package com.lotus.carsdomestic.intl version 1.2.8.
  • Confirm whether PushDeepLinkActivity is exported in the installed APK manifest.
  • Check mobile device management records for affected app deployment.
  • Review vendor release notes or app store listings for fixed versions.
  • Prioritize devices with untrusted app installation allowed.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-284: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cwe · low confidence lookup

CWE-400: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-50861 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L3.92.5CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2025-50861Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-284 · source CWE mapping

Improper Access Control

Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-400 · source CWE mapping

Uncontrolled Resource Consumption

Uncontrolled Resource Consumption represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.