Framework, the San Francisco-based company that designs repairable and upgradeable laptops, has suffered a data breach after attackers managed to exploit a zero-day vulnerability in the Metabase business intelligence service. According to the notification sent to affected Framework customers, the attackers accessed names, email addresses, phone numbers, physical addresses, and login IP addresses,

Framework, a San Francisco-based laptop manufacturer, has confirmed a data breach stemming from a zero-day vulnerability in the Metabase business intelligence service. The incident led to unauthorized access to customer names, email addresses, phone numbers, physical addresses, and login IP addresses. Framework clarified that payment information and order records were not compromised.
The company was alerted to the breach by Metabase, which confirmed that attackers had gained access to Framework's cloud instance of the service. In response, Framework has rotated credentials for all databases connected to its Metabase instance and stated that it has not found evidence of a broader system compromise. Customers affected by the breach have been advised to remain vigilant against potential phishing attempts.
The zero-day vulnerability, a critical SQL injection flaw, affects Metabase versions 58 and above. It allows an unauthenticated remote attacker to inject arbitrary SQL into the Metabase application database, potentially granting them administrator access to the instance. With administrative access, an attacker could modify application configurations, exfiltrate stored credentials for connected databases, read any data accessible via those connections, and export data.
Metabase, a business intelligence tool, is used by companies to analyze their business data. It offers both a free open-source version for self-hosting and paid service plans that include cloud and self-hosted options. The company behind Metabase disclosed on August 6, 2026, that its Metabase Cloud service had been targeted via this SQL injection vulnerability, which currently lacks a CVE identifier.
Beyond Framework, other companies have also reported breaches through the same Metabase vulnerability. Tally, a Belgian online form-building platform, notified users that their email addresses and password hashes were accessed. Kilo Code, an AI coding platform now owned by Anaconda, reported that customer names, emails, and Slack access tokens were compromised, though the Slack tokens were immediately invalidated.
Metabase has released fixes for all affected versions and urged self-hosting customers to upgrade promptly. Additionally, Metabase recommended that users revoke active sessions, review API keys and administrator accounts, rotate credentials, examine data warehouse logs for unauthorized access, and scrutinize Metabase activity and query history for any unexpected or unauthorized actions.
The company identified a specific attack pattern: a POST request to `/api/session/reset_password` returning a 400 status code, immediately followed by a GET request to `/api/user/current` with a 200 status code. Organizations observing this pattern in their application or Metabase server ingress logs should assume their instance has been compromised. For those unable to upgrade immediately, Metabase advised temporarily blocking access to the `/api/session/reset_password` endpoint.

JetBrains is urging Cadence users to revoke and rotate all credentials following a security incident last month in which unidentified threat actors exploited a recently disclosed critical vulnerability in TeamCity to breach its own environment. "Cadence users should immediately revoke or rotate all credentials and secrets that may have been used to run their Cadence executions," JetBrains said.
A weakness has been identified in Tenda CP3 27.5.57.101. This issue affects some unknown processing of the file Net/NetCheckPing.cpp. This manipulation of the argument interface_name/host causes os command injection. The attack can be initiated remotely.
A security flaw has been discovered in Tenda CP3 27.5.57.101. This vulnerability affects the function SystemAsh of the file Apis/system.c of the component Kylin. The manipulation of the argument AlarmVoiceURL results in os command injection. It is possible to launch the attack remotely.

OpenAI has announced a $1 billion commitment to provide subsidized access to its Daybreak AI cybersecurity tools for under-resourced critical infrastructure defenders. The initiative, named Daybreak for Frontline Defenders, will offer AI models, training, and technical support over the next six months, prioritizing water and wastewater utilities, electric grid operators, and local government entities. This move aims to equip organizations with limited budgets and staff against increasingly sophisticated cyber threats.

Attackers are exploiting a new unpatched vulnerability in Magento Open Source and Adobe Commerce that lets them run malicious code on an online store's server without logging in, Dutch e-commerce security company Sansec said in an advisory published on September 5. Sansec, which discovered the flaw and named it StyleSmuggler, said attacks started on September 4. "Sansec is publishing early
In BPF instructions that load/store a value from/to a scratch memory register the register index is an unsigned 32-bit integer and must not exceed 15, but libpcap BPF interpreter does not validate the value. In particular uncommon use cases a crafted filter program can cause the interpreter to try reading and writing the OS process memory in the 16GiB starting at the current stack frame on 64-bit architectures and in the entire address space on 32-bit architectures.