LIVE · cybersecurity feed
Live wire
Metabase Zero-Day Exploited in the Wild, Exposing Admin Access and Sensitive DataCritical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise DataSensitive Info Goes Into ‘No Reply’ Emails Constantly. This Guy Sees It AllAtlassian Rovo Can Be Tricked Into Sending Jira and Confluence Data to AttackersNew CSS Attacks Can Break Webmail Defenses to Steal Passwords and TokensCVE-2023-38646 · Metabase Zero-Day Exploited in Wild Allows Admin Access Without AuthenticationCVE-2026-18577 · N-able Issues N-central Hotfix 2 as Attackers Reach Managed Systems and PersistCVE-2026-8037 · Progress Kemp LoadMaster Flaw Hits CISA KEV After 792 Reported Exploit AttemptsLiving off the coding agent: Two tales of tunnels and LaunchAgentsInside the Modern SOC: The Identity Front Door
vulnerabilityhigh

Metabase Zero-Day Exploited in the Wild, Exposing Admin Access and Sensitive Data

Attackers exploited a CVSS 10 Metabase zero-day to gain admin access and steal sensitive data. Framework confirmed it was among the victims. Metabase just confirmed something no analytics vendor wants to write: attackers found and used an unpatched, maximum-severity flaw against Metabase Cloud before anyone on the defense side knew it existed. The company’s own […]

zeroday.news ·

Attackers have exploited a zero-day vulnerability in Metabase, an open-source business intelligence and data analytics platform, to gain administrative access and steal sensitive data. The flaw, which carries a maximum CVSS score of 10.0, allowed unauthenticated attackers to inject arbitrary SQL into the Metabase application database.

Metabase confirmed that its cloud service was targeted using this previously unknown vulnerability in versions 1.58 and above. The company detected the attack, blocked the exploited endpoints, and patched the flaw, ensuring that Metabase Cloud instances were updated before a public advisory was released.

However, self-hosted Metabase deployments remain vulnerable if not updated. The affected versions range from 0.58 through 0.63. Specific patched point releases are 0.58.24, 0.59.21, 0.60.17, 0.61.11, 0.62.9, and 0.63.5. Users running versions 0.57 or earlier are not affected.

Once an attacker gained access, they could achieve administrator rights over the Metabase instance. This level of access allowed them to modify application configurations, exfiltrate stored credentials for all connected databases, read any data accessible through those connections, and export that data. Given that Metabase typically connects to a company's most sensitive data warehouses, this represents a significant security breach.

As a temporary mitigation for self-hosted instances that cannot be immediately updated, Metabase recommends blocking the `/api/session/reset_password` endpoint at the network level.

Metabase also provided an attack signature for organizations to check their logs. A sequence involving a `POST` call to `/api/session/reset_password` resulting in a 400 status code, immediately followed by a `GET` call to `/api/user/current` with a 200 status code, indicates a likely compromise. If this pattern is found in application or ingress logs, the instance should be treated as breached.

For compromised instances, Metabase advises a comprehensive cleanup. This includes clearing all active sessions by wiping the `core_session` table, auditing API keys for any unauthorized additions, checking administrator accounts for unexpected changes, rotating credentials for every connected database, and reviewing both data warehouse logs and Metabase's query history for suspicious activity.

PC manufacturer Framework has confirmed it was a victim of this zero-day exploit. The company notified its customers that personal information, including names, login IP addresses, physical addresses, phone numbers, and email addresses, was accessed. Framework stated that no order or payment information was compromised.

The exploitation of this vulnerability as a genuine zero-day means that attackers discovered and utilized the flaw before Metabase was aware of its existence, with the company only learning of it through attacks on its own cloud infrastructure.

vulnerabilityzero-daypatchcloud
ShareXLinkedInWhatsAppFacebook

More News

view all →
breachcritical

Critical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise Data

The RovoBlast attack method identified by Varonis researchers could have been exploited to steal Confluence, Jira and SharePoint data. The post Critical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise Data appeared first on SecurityWeek.

email securityhigh

Sensitive Info Goes Into ‘No Reply’ Emails Constantly. This Guy Sees It All

Security researchers Cory Solovewicz and Mike Sheward have inadvertently created honeypots by purchasing domains like noreply.us and deleteduser.com. Organizations are mistakenly sending sensitive data, including personal information, company secrets, and system credentials, to these domains, believing they are unmonitored. Both researchers are now working to notify affected entities and raise awareness about this widespread misconfiguration, highlighting the potential for malicious actors to exploit such vulnerabilities.

ai

Devs to Anthropic, OpenAI, Cursor, and friends: Make security and privacy the default

Researchers scour social media to measure developer concerns about AI coding tools

surveillance

Flock’s Plans for Rideshare Dashcams and Coaching Police, Revealed

Flock Safety, a company known for its public safety cameras, reportedly pitched a plan to utilize dashcams from rideshare and delivery vehicles to collect license plate data. This initiative, which did not proceed, would have involved a partnership with Nexar, a dashcam manufacturer, and potentially involved drivers without their knowledge. Separately, a former Flock employee alleged the company provided direct camera access to ICE and CBP through a pilot program, contradicting internal statements.

atlassianhigh

Atlassian Rovo Can Be Tricked Into Sending Jira and Confluence Data to Attackers

Two security firms have identified vulnerabilities in Atlassian's Rovo assistant that could allow attackers to exfiltrate data from Jira and Confluence. One vulnerability, dubbed RovoBlast by Varonis Threat Labs, allowed attackers to trick Rovo into sending data to an external server via a malicious link. Atlassian has confirmed this issue is fixed server-side. The second vulnerability, found by PromptArmor, involved injecting malicious instructions into content Rovo processes, enabling data exfiltration without explicit user approval. The status of this second vulnerability remains unconfirmed after its initial disclosure.

css attackshigh

New CSS Attacks Can Break Webmail Defenses to Steal Passwords and Tokens

New research reveals that sophisticated CSS-based attacks can bypass webmail security measures, enabling attackers to steal sensitive information like passwords and session tokens. These techniques exploit vulnerabilities in popular email services including Outlook, Gmail, and Yahoo Mail, potentially leading to account takeovers and data breaches. The findings highlight the need for stricter sanitization and isolation of email content.