CVE-2025-67780: SpaceX Starlink Dish devices with firmware 2024.12.04.mr46620 (e.g., on Mini1_prod2) allow administrative a...
SpaceX Starlink Dish devices with firmware 2024.12.04.mr46620 (e.g., on Mini1_prod2) allow administrative actions via unauthenticated LAN gRPC requests, aka MARMALADE 2. The cross-origin policy can be bypassed by omitting a Referer header. In some cases, an attacker's ability to read tilt, rotation, and elevation data via gRPC can make it easier to infer the geographical location of the dish. NOTE: this is disputed by the Supplier because unauthenticated LAN gRPC is intended behavior for certain mobile app integration, and because the cross-origin policy is correctly enforced for gRPC-Web (port 9201), i.e., it is not a valid vulnerability report.
Security readout for executives and security teams
Plain-English summary
A device on the same local network as some Starlink dishes may be able to request administrative or telemetry functions without logging in. The reported impact is limited, but could affect availability or reveal orientation data that may help infer location. SpaceX disputes that this is a vulnerability.
Executive priority
Treat this as a moderate, environment-dependent risk. It matters most for mobile, shared, guest, or field networks where untrusted devices can reach Starlink equipment. Prioritize inventory and segmentation before emergency response, because active exploitation and an official fix are not established in the provided sources.
Technical view
The CVE describes unauthenticated LAN gRPC administrative actions on Starlink Dish firmware 2024.12.04.mr46620, labeled MARMALADE 2. It also alleges cross-origin policy bypass by omitting a Referer header and possible location inference from dish orientation telemetry. SpaceX disputes validity, saying unauthenticated LAN gRPC is intended for mobile app integration and gRPC-Web origin controls work.
Likely exposure
Organizations using Starlink Dish firmware 2024.12.04.mr46620, including Mini1_prod2 examples, where untrusted devices share LAN access. Exposure appears adjacent-network or local-network, not Internet-wide, based on the CVSS vector and LAN gRPC description. Product and version coverage beyond the named firmware is unknown.
Exploitation context
The source bundle does not show CISA KEV listing or active exploitation. Practical exploitation would require access to the same local or adjacent network and is rated high complexity. Public reporting exists, but the supplier disputes the vulnerability interpretation and states the relevant behavior is intended in some integration paths.
Researcher notes
Key uncertainty is the supplier dispute: the reported unauthenticated LAN gRPC behavior may be intentional for app integration. Validate only against owned devices and avoid assuming broader Starlink models or firmware are affected. The CVSS vector indicates adjacent access, high complexity, low confidentiality impact, and low availability impact.
Mitigation direction
Check SpaceX or Starlink guidance for official firmware and configuration recommendations.
Keep Starlink dish firmware current where managed updates are available.
Do not place untrusted clients on the same LAN as dish management paths.
Use network segmentation or guest Wi-Fi separation where operationally feasible.
Monitor vendor communications because the report is disputed and affected scope is narrow.
Validation and detection
Inventory Starlink Dish devices and record firmware versions.
Identify networks where Starlink dishes share LAN access with untrusted clients.
Review whether 2024.12.04.mr46620 or named Mini1_prod2 examples are present.
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-306: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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.
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.
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-306 · source CWE mapping
Missing Authentication for Critical Function
Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.