The vendor has published a fix. Version details are below where the sources state them.
Steps
Written by AI from the record
Check whether your organization uses Android devices that could be affected, and gather the exact Android build/version and device models.
Check for any Android security updates released after 2026-09-01 for your specific device(s) and update to the latest available security patch.
If you manage Android devices, confirm GNSS/location image loading components are present in your use case and that the devices are reachable only in controlled environments (not exposed to untrusted local apps/users).
If you can’t upgrade quickly, isolate the affected devices from untrusted local access (restrict physical/USB access and lock down accounts) until a patch is applied.
Monitor for unusual local activity: unexpected app behavior, privilege changes, or repeated crashes in GNSS/location-related components after device updates.
May need vendor or contractor work
What it is
From the CVE record
In link_load_gnss_image of link_device.c, there is a possible out-of-bounds write due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation.
In plain language
Written by AI from the record
This is a memory-bug in Android’s GNSS image loading that can let a local attacker with powerful system privileges write past memory limits; only people who already have local, system-level access are at risk, but the bug is being reported as exploited in limited cases.
CVE-2026-58773 is a possible out-of-bounds write in Android GNSS image loading (link_load_gnss_image in link_device.c) that can be triggered locally by an attacker with System execution privileges, enabling local escalation of privilege without user interaction; exploitation has been reported as limited and targeted.
If you're affected
Device takeover with elevated privileges
Sensitive data exposure
System integrity compromise
Service disruption on affected devices
What is it
Imagine a program that loads a GNSS (satellite/navigation) image. Because it’s missing a boundary check, it may write to memory locations it shouldn’t—like putting data into the wrong part of a notebook’s pages. If someone already has very high access on the device, this can help them gain even more control, without needing you to click or do anything.
Who is affected
This primarily matters if you run or administer Android devices where an attacker could gain local code execution that reaches “System execution privileges.” It’s not a typical remote internet risk, and it does not rely on user clicks. Based on the available findings, exploitation depends on local access with System execution privileges (reachability is not known in default configurations).
How urgent is it
This is RED because limited, targeted exploitation has been reported, meaning real attackers have already found a workable path. The weakness allows privilege escalation after a local attacker reaches very high (System execution) capability, so successful compromise can quickly become full device control. Act as if devices you manage may already be at risk if local high-privilege access can be obtained.
What to do — in detail
Confirm exposure in your environment
Inventory: list all Android device models and the exact Android build/version (and whether devices are managed by you/your MDM).
Determine relevance: focus on devices where untrusted local apps or local adversaries could realistically reach high privileges (for example, through other vulnerabilities, misconfigurations, or device compromise).
Check for a patched version
The provided findings indicate “no fix/patch information available,” so you must rely on vendor/device update channels.
For each device model, check the vendor’s Android security bulletin / patch notes for the Android security patch level that corresponds to CVE-2026-58773.
If your vendor provides a CVE-to-bulletin mapping, use that to identify the exact fixed build for your device(s).
Upgrade / remediation
If a patched build exists for your exact device model, upgrade immediately to the latest vendor-provided Android security update.
If multiple Android branches are in use (different OS versions across devices), patch the ones with the higher risk first—those closer to the affected component’s code path.
Temporary workarounds if patching is delayed
Reduce the chance of local adversaries gaining the needed privileges: enforce strong device lock screens, restrict app installation from unknown sources, and limit developer options/USB debugging.
Isolate devices from untrusted physical access (badge/locker control, disable or tightly control USB ports where feasible).
Monitor device health closely: look for crashes or abnormal behavior in GNSS/location-related services after updates.
What to monitor
Device logs for repeated errors or faults around GNSS/image loading components.
Indicators of unexpected privilege changes or suspicious processes running with unusually high privileges.
Ensure your endpoint/mobile security tooling is configured to alert on local compromise patterns.
Note: KEV listing was not found in the available details, so the main operational driver here is the reported limited, targeted exploitation and the need for vendor-specific patch confirmation.
Technical context
Severity and type: The findings describe a missing bounds check causing a possible out-of-bounds write (CWE-787). This is a memory corruption class issue that can be used to escalate privileges.
Attack vector and preconditions: Exploitation is local and requires System execution privileges. There is no user interaction requirement.
Exploitation status: While KEV does not list this CVE, news/press reporting states Google acknowledged limited, targeted exploitation in the context of the advisory publication referenced (2026-09-01). That raises real-world concern even if public exploit code is not available.
Patch status: No fix/patch information or fixed version is provided in the available findings, so the exact remediation build must be obtained from device/vendor patch notes.
EPSS: A low predicted likelihood was provided in the findings, but public reporting of exploitation overrides reliance on prediction for urgency in practice.
This is a general assessment based on public vulnerability data. It does not account for your specific infrastructure — when in doubt, consult a security specialist.