LIVE · cybersecurity feed
Live wire
Malware Hijacks Android Car Head UnitsCritical Flaw in NASA/JPL Open-Source Spacecraft Command Software Allowed Unauthenticated Command ExecutionCVE-2026-73570 · U.S. CISA adds Zimbra Collaboration Suite (ZCS) flaw to its Known Exploited Vulnerabilities catalogCVE-2024-3094 · Connecting the Dots: Securing the Overlooked Corners of the Software Development Lifecycle (SDLC) Supply Chain14 Trojanized npm Packages Drop RedC2 4.0 Linux Backdoor With AI-Assisted C2Hundreds of leaked AWS keys give full control over corporate accountsAndroid Car Malware Spreads Through Built-In Updaters for Ad Fraud, Proxy BotnetMalware injected into popular Rust packages to steal developer credentialsSix Maximum-Severity Flaws Found in Cisco ProductsCritical Isolated-vm Vulnerability Leads to RCE on Host
vulnerabilitycritical

MLflow Vulnerability Exploited for Cloud Credential Theft

The critical-severity flaw allows attackers to send HTTP requests to internal endpoints and extract sensitive information. The post MLflow Vulnerability Exploited for Cloud Credential Theft appeared first on SecurityWeek.

zeroday.news ·

A critical-severity vulnerability in MLflow has reportedly been exploited to facilitate the theft of cloud credentials. The flaw, described as allowing attackers to send HTTP requests to internal endpoints, was observed in active exploitation, leading to the extraction of sensitive information.

The core mechanism of this vulnerability appears to be a form of Server-Side Request Forgery (SSRF). In an SSRF attack, an attacker can coerce a server-side application into making requests to an arbitrary domain of the attacker's choosing, or to internal network resources that are not directly exposed to the internet. This allows the attacker to bypass network access controls and interact with services that would otherwise be inaccessible. In this specific instance, the ability to send HTTP requests to internal endpoints was leveraged.

The impact of such a vulnerability, particularly when exploited for cloud credential theft, can be severe. Cloud environments often rely on metadata services or internal APIs that provide temporary security credentials to applications running within them. If an attacker can force an application to query these internal endpoints, they can potentially obtain these credentials, which might grant access to various cloud resources, including storage, compute instances, and databases.

MLflow is an open-source platform designed to manage the machine learning lifecycle, encompassing experimentation, reproducibility, and deployment. As such, it is frequently deployed in cloud environments where it interacts with various cloud services. A vulnerability in a platform like MLflow could therefore expose an organization's broader cloud infrastructure if exploited.

Mitigation for SSRF vulnerabilities typically involves strict input validation and sanitization to ensure that user-supplied URLs or parameters cannot be used to craft requests to unauthorized internal destinations. Implementing allowlists for permitted domains and IP ranges, rather than blocklists, is a stronger defense. Network segmentation and least-privilege access controls for the MLflow instance can also limit the blast radius of a successful exploitation.

The reported exploitation of this MLflow vulnerability underscores the ongoing challenge of securing applications that operate within complex cloud ecosystems. As machine learning operations become increasingly integrated into enterprise infrastructure, the security posture of platforms like MLflow becomes paramount. Such incidents highlight the need for continuous security auditing and prompt patching to protect against sophisticated attacks targeting cloud resources.

vulnerabilitycloud
ShareXLinkedInWhatsAppFacebook

More News

view all →
nasacritical

Critical Flaw in NASA/JPL Open-Source Spacecraft Command Software Allowed Unauthenticated Command Execution

A critical vulnerability has been discovered in NASA/JPL's open-source AIT-GUI software, which is used to control spacecraft instruments. The flaw allows unauthenticated attackers to execute arbitrary commands, run server-side scripts, and manipulate command sequences by exploiting a lack of authentication, session checks, and CSRF protection. Researchers confirmed the issue, which has a CVSS score of 9.4, and a fix is available in version 2.5.2.

CVE-2026-73570critical

U.S. CISA adds Zimbra Collaboration Suite (ZCS) flaw to its Known Exploited Vulnerabilities catalog

CISA has added a critical vulnerability in Zimbra Collaboration Suite (ZCS) to its Known Exploited Vulnerabilities catalog. The flaw, CVE-2026-73570, allows unauthenticated remote code execution and is being actively exploited by threat actors. Zimbra released a patch for the vulnerability less than a month before exploitation was confirmed.

malware

Hackers infect Android car head units with proxy botnet malware

A supply-chain attack targeting Android-based car head units is using a legitimate device-update app to spread malware that enlists compromised devices in a proxy botnet or uses them for ad fraud. [...]

security

Named Pipes Under Attack: Securing Windows Interprocess Communication

Windows named pipes provide fast interprocess communication, but weak access controls can expose privileged services to untrusted processes. ThreatLocker explains how endpoint verification, command authorization, strict input validation, and narrowly scoped privileges can help secure named-pipe communication. [...]

security

Your Expired Visa Card Could Be ‘Zombified’ to Make Contactless Payments

Plus: Apple sends out an “unprecedented” number of spyware warnings, Ukraine hits a Russian ecommerce giant with cyber and drone attacks, and more.

malwarehigh

Malware Hijacks Android Car Head Units

Researchers have identified new Android malware that hijacks car head units by exploiting their official update mechanisms. The malware installs proxy software, turning vehicles into nodes for the BADBOX botnet, primarily for ad fraud and to provide anonymized internet connections. This marks the first documented instance of malware specifically targeting car head units through their native update channels.