The images in this article were generated with artificial intelligence. How we publish
CISA has included in its catalogue of Known and Exploited Vulnerabilities (KEV) two failures that risk both Android devices and Linux-based infrastructure: an entire overflow in the Android framework that allows for the escalation of privileges without user interaction (CVE-2025-48595) and a failure in the Linux kernel's cgroups v1 subsystem that facilitates container escape and root in the host (CVE-2022-0492). The inclusion in KEV activates operational obligations for federal agencies and functions as a sign of urgency for companies and operators of critical infrastructure. More information about the CISA catalogue is available on the official website of the agency.
The Android failure, reported by Google, affects versions 14 to 16 of the operating system and can be exploited without the victim doing anything, which classifies it as a zero-click vector. Fails that do not require interaction significantly increase risk in mobile environments, because they allow for discreet and persistent commitments. Google incorporated the correction in the June 2026 patches; organizations and users must verify and apply these patches through their OEM channels or through MDM / EMM policies in corporate environments. Check the Android security newsletter to confirm the manufacturer's parking levels and indications: https: / / source.android.com / security / bulletin.

The other defect, CVE-2022-0492, affects multiple branches of the kernel (from 2.6 versions to 5.x series indicated by the maintainers) and lies in the cgroup _ release _ agent _ write () function of cgroups v1. Public investigations have shown how a malicious local execution can exploit the lack of authentication checks to get out of a container and get root privileges in the host, especially when containers have high capabilities. In cloud and Kubernete clusters this is a critical risk: a compromised container can become a door to the rest of the cluster and to host machines. Additional technical analysis can be found in security publications such as Aqua Security and Unit42 from Palo Alto Networks: Aqua Security and Unit42 (Palo Alto Networks), and the public entry of the NVD for the CVE is in https: / / nvd.nist.gov / vuln / detail / cve-2022-0492.
What should organizations do right now? The first and most important action is to park: apply security levels published by suppliers (Android patches for devices and kernel versions corrected for hosts). If the patch cannot be applied immediately, reduce the attack surface: avoid running containers with unnecessary capabilities, do not use privileged containers, transpose critical loads to isolated nodes, and consider moving loads to environments that implement cgroups v2 where possible. At the operational level, it activates mitigation controls such as restrictive seccomp profiles, capacity limitation (capacity reduction), and network policies that segmentate critical services.

It is also essential to implement detections: monitor process creation anomalies, namespace changes, unusual scriptures to release _ agent or unusual access to / proc and / sys, and alert on local privilege steps. Implement EDR and kernel-level records where feasible, and verify image integrity and orchestrator settings. If you detect suspicious activity, isolate the affected bodies and perform a forensic rescue before reintegrating them.
From the point of view of governance and continuity, keep an updated inventory of assets (corporate Android devices, kernel versions in hosts and nodes), prioritize according to exposure and criticality, and test patches in staging environments to minimize regression risks. Remember that CISA set a time frame for remediation in its catalogue; for entities under the BOD 22-01 directive this is not optional. The exposure window can be short: apply patches, mitigate and monitor urgently reduces the likelihood of successful intrusions.
Although CISA has not marked these entries as exploited by Ransomware groups, the managed operation has already been pointed out by Google for Android and the container escape implications are well known in the security community; therefore, the response must be proactive. To consult the KEV catalogue and confirm deadlines and requirements, visit the official CISA page: https: / / www.cisa.gov / knowledge-exploited-vulnerabilities-catalog. Keeping patches up to date, hardening container configurations and effective detection remains the best defense against these threats.
Related
More news on the same subject.

GitLab critical alert: emergency patch fixes CVE-2026-19478 allowing to modify or eliminate public projects without credentials
GitLab published an emergency patch on August 17, 2026 to correct critical vulnerability in its self-hosted software (Community and Enterprise Edition) which, under certain cond...

When the MCP server keeps your credentials: the silent attack vector of the IA in production
The incorporation of IA agents into business processes has opened a practical way for production systems and data to be accessible from models: it is called Model Context Protoc...

Critical alert: CVE-2026-58231 in SAP Commerce Cloud could allow remote code execution; patch and urgent mitigation
A critical vulnerability that affects SAP Commerce Cloud, registered as CVE-2026-58231 and with maximum score 10.0 on the CVSS scale, it is being exploited attempts shortly afte...

The massive purchase of expired domains drives fraud, malware and streaming pirate: the business behind the dropcatch
An intelligence report on DNS published by Infoblox and disseminated by specialized media confirms that criminals are buying large-scale expired domains - the so-called dropcatc...

HoneyMyte updates CoolClient with a signed kernel driver to hide processes and protect the C2 channel
Kaspersky has published an analysis that attributes to the actor known as HoneyMyte (also Mustang Panda) an updated version of the CoolClient backdoor that incorporates a signed...

GeoServer on zero-day vulnerability alert in jsonArrayContains with real risk of remote execution
The GeoServer open source project has a zero-day vulnerability that is being actively explored by attackers, according to researchers' public alerts and the watchTowr intelligen...

AmnesiaStealer MacOS malware that steals credentials and controls real-time browser sessions
Security researchers have documented a new malware family aimed at macOS - called AmnesiaStealer - that combines a dropper in shell, an infostealer written in Rust and a remote ...