Mathspace Data Breach Hits Over 1 Million Users

Mathspace Breach Affects 1M Users via Metabase Flaw

HIGH
September 14, 2026
5m read
Data BreachVulnerabilityCyberattack

Impact Scope

People Affected

more than 1 million

Affected Companies

Mathspace

Industries Affected

Education

Geographic Impact

AustraliaNew Zealand (regional)

Related Entities

Products & Tech

Other

CVE Identifiers

Full Report

Executive Summary

Australian education technology company Mathspace has announced a data breach impacting more than one million of its users, primarily students and educators in Australia and New Zealand. The attackers gained unauthorized access to an internal database used for reporting. The root cause was the exploitation of a known SQL injection vulnerability, tracked as CVE-2026-72898, in a self-hosted instance of Metabase, a popular open-source business intelligence tool. The compromised data includes personally identifiable information (PII) such as full names, email addresses, and location data. Mathspace has assured users that passwords and academic records were stored in separate, unaffected systems. This incident underscores the significant supply chain risk posed by third-party tools and the critical importance of timely patching.


Threat Overview

The attack vector was a public-facing, self-hosted instance of Metabase that was vulnerable to CVE-2026-72898. This vulnerability allows an unauthenticated attacker to execute arbitrary SQL queries against the database connected to Metabase. In this case, the connected database was an internal reporting database containing user PII.

  • Attack Vector: Exploitation of a known vulnerability in a third-party application.
  • Vulnerability: CVE-2026-72898 (SQL Injection in Metabase).
  • Target: An internal reporting database.
  • Impact: Unauthorized access and potential exfiltration of PII for over one million users.

Technical Analysis

The core of this attack is the exploitation of a classic web application vulnerability.

The vulnerability CVE-2026-72898 is a SQL injection flaw. This type of flaw allows an attacker to manipulate the SQL queries that an application makes to its database. By injecting their own SQL commands, an attacker can bypass authentication, read sensitive data, modify database data, and in some cases, execute commands on the database server itself.

Impact Assessment

The breach has exposed the personal information of over one million users, including students, who are a protected class of individuals under many data privacy laws.

  • Compromised Data: Full names, email addresses, usernames, and location information.
  • Affected Population: Over 1 million users, primarily in Australia and New Zealand.
  • Potential Risks: The stolen data can be used for targeted phishing campaigns, identity theft, and other malicious activities. Students may be particularly vulnerable to such scams.
  • Reputational Damage: The breach can damage Mathspace's reputation among schools, parents, and students.
  • Regulatory Scrutiny: The incident will likely attract the attention of privacy regulators in Australia and New Zealand.

Mathspace stated that passwords and academic records were not compromised, which mitigates the most severe potential impacts. However, the loss of PII at this scale is still a significant security incident.

IOCs — Directly from Articles

No specific Indicators of Compromise (IOCs) such as IP addresses or file hashes were mentioned in the source articles.

Cyber Observables — Hunting Hints

For organizations using self-hosted Metabase, the following observables can help detect compromise:

Type
url_pattern
Value
/api/dataset
Description
A common Metabase API endpoint. Monitor for malformed requests or SQL syntax in parameters sent to this and other API endpoints.
Type
log_source
Value
Metabase application logs
Description
Look for error messages related to malformed SQL queries or unauthorized access attempts.
Type
process_name
Value
java
Description
Metabase runs as a Java process. Monitor this process for suspicious outbound network connections or the spawning of shell processes (sh, bash).
Type
command_line_pattern
Value
`(UNION
Description
SELECT

Detection & Response

  • Web Application Firewall (WAF): Deploy a WAF in front of Metabase instances with rulesets designed to block SQL injection attacks. This is a form of D3FEND's Inbound Traffic Filtering.
  • Log Monitoring: Ingest Metabase and web server logs into a SIEM. Create alerts for a high volume of database errors or for requests containing SQL keywords from a single IP address.
  • Vulnerability Scanning: Regularly scan all public-facing applications, including third-party tools like Metabase, to identify unpatched vulnerabilities.

Mitigation

  1. Patch Management: The most critical mitigation is to maintain a rigorous patch management program for all third-party software. Ensure that security updates for tools like Metabase are applied as soon as they become available. This is a direct application of D3FEND's Software Update.
  2. Asset Inventory: Maintain a complete inventory of all externally facing applications and the software components they use. This is essential for quickly identifying exposure when a new vulnerability is disclosed.
  3. Principle of Least Privilege: When connecting a tool like Metabase to a database, use a dedicated database user account that has read-only access to only the specific tables and columns required for its reporting function. This would not have prevented the read access in this case but would prevent modification or deletion of data.
  4. Network Segmentation: Do not expose business intelligence tools directly to the internet if their function is purely internal. Place them behind a VPN or other authenticated access gateway.

Timeline of Events

1
September 14, 2026
This article was published

MITRE ATT&CK Mitigations

Promptly apply security patches for all third-party and open-source software components, such as Metabase.

Use a Web Application Firewall (WAF) to detect and block common web attacks like SQL injection.

Apply the principle of least privilege to database accounts used by applications, granting only the necessary read/write permissions.

Sources & References

14th September – Threat Intelligence Report
Check Point Research (research.checkpoint.com)

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.

Tags

Data BreachMathspaceMetabaseCVE-2026-72898SQL InjectionEducationVulnerability

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.