Urgent.News

What's breaking now, across thousands of outlets.

Editions

Tech

Origin Energy confirms some customers' bank account details accessed in hack

Origin Energy says as many as 60 customers had their full bank account numbers accessed by a hacker in July, but customer data has not been leaked or disclosed publicly.

Origin Energy confirms some customers' bank account details accessed in hack

Origin Energy has confirmed that approximately 60 customers had their bank account details accessed in a cyber hack last July. This follows a significant cybersecurity incident that affected around 900,000 current and former customers. The July breach involved the theft of personal information such as names, addresses, dates of birth, contact phone numbers, account details, and other personal circumstances.

Additionally, the hacker gained access to the last four digits of a credit card or the last three digits of a bank account for some customers. A further 15,000 customers had their details linked to government concession schemes or programs compromised. The criminal investigation into the breach is ongoing, with CEO Frank Calabria stating that they have reviewed the information accessed by the hacker and are prioritizing notifications to affected customers and providing necessary support.

Origin Energy has taken steps to improve system security to prevent future incidents. The company attributes the breach to a former Accenture employee in Manila, with the cyber attack traced to a call center in the Philippines. The Australian media reported the hack in July after receiving a sample of 50 customer records from the hacker, which led to the company alerting authorities.

This breach is considered the largest known incident for an Australian energy retailer, surpassing a similar incident in September 2022 at EnergyAustralia. Origin Energy customers reported bill payment delays before the breach was confirmed. Despite these incidents, Origin is not the only major Australian company to experience a security breach; Qantas faced a major hack in 2025, while Optus and Medibank were targeted in 2022.

Recently, Quest Apartment Hotels became the latest business to suffer a data breach affecting customer information.

Written by urgent.news from ABC News AU's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at abc.net.au →

More in Tech

Loupe: a debug overlay that lives inside your React Native app

The last bug I chased in a React Native app only showed up on a real device, on cellular, in a TestFlight build. So I plugged the phone in, opened a desktop debugger, and got nothing.

  • Loupe is an on-device debug overlay for React Native apps
  • Displays network, logs, storage, and deep links within app
  • Added to production builds for testers with separate entry point

What I Get to Forget About Riverpod Now That I Have BlocSignal

The Best Feature in Software Is What You Get to Forget In software engineering, we usually measure framework upgrades by what they add : new syntax, new macros, new features, new abstractions.

  • Riverpod's complexity leads to cognitive overload for developers.
  • BlocSignal offers a cleaner alternative with synchronous speed.
  • Switching to BlocSignal eliminates buildrunner and code-gen rituals.

RISC-V 32-bit: What does GCC do? (Part 1)

1. Introduction and Problem Statement A good way to learn what a compiler really does when transforming C source code into a binary is to disassemble the binary and compare it with the C source code.

  • RISC-V 32-bit architecture has 32 general-purpose 32-bit registers
  • Registers include x0 (zero), x1 (ra), x2 (sp), and t0 to t6 (x5 to x7 and x28 to x31)
  • RISC-V lacks dedicated condition flag registers, using direct register comparisons for branches

More from Friday 21 August →