// Adds dimensions UUID, Author and Topic into GA4
Saturday, March 14, 2026
27.2 C
Singapore

Another data breach: more than 800,000 blood donors’ personal information leaked online

Singapore – Yet another breach of security occurred when the Health Sciences Authority (HSA) was alerted on Mar 13 (Wed) that the personal information of over 800,000 blood donors had been accidentally leaked online.

HSA released a statement on Mar 15 (Fri) regarding the improper handling of confidential information.

The organisation said that one of its vendors, Secur Solutions Group Pte Ltd (SSG) “was not adequately safeguarded against access over the internet” causing for the HSA database to be accessed by anyone online.

The vendor, which provides services to HSA, has been working on a database containing personal information of 808,201 of HSA’s blood donors. Information such as the name, NRIC, gender, number of blood donations, dates of the last three blood donations, and in some cases, blood type, height, and weight were compromised.

According to the press release, the database contained no other sensitive, medical or contact information.

It was a cybersecurity expert who had first spotted the vulnerability and had immediately alerted the Personal Data Protection Commission. Soon after, HSA and SSG disabled access to the database and a police report was made.

See also  Singapore recognised to have world's fastest 4G network - while PM Lee advises Singaporeans to cut down on 4G use

“The expert has confirmed to HSA that he does not intend to disclose the contents of the database,” said HSA. “HSA is in contact with the expert on deleting the information.”

With the ongoing investigation, preliminary findings have shown no other unauthorised access to the database aside from the cybersecurity expert, during its period of vulnerability.

Furthermore, HSA explained that the information provided to SSG were for updating and testing purposes only. The vendor placed the data in an “internet-facing server” on January 4, 2019, and “failed to institute adequate safeguards to prevent unauthorised access.”

“It had done so without HSA’s knowledge and approval, and against its contractual obligations with HSA,” added the authority.

CEO of HSA Dr Mimi Choong has extended apologies for the incident, “We sincerely apologise to our blood donors for this lapse by our vendor. We would like to assure donors that HSA’s centralised blood bank system is not affected. HSA will also step up checks and monitoring of our vendors to ensure the safe, and proper use of blood donor information.”

See also  We need safe spaces to air our grievances

Donors can call the hotline number 62200183 for more information.

HSA has also uploaded a letter of apology to their blood donors:

Screen Shot 2019 03 16 at 4.40.19 PM
Photo: HSA website screengrab
- Advertisement -

Hot this week

Canadian Investor claims performance reviews ‘never’ mattered after mass corporate layoffs

SINGAPORE: After reports surfaced that around 600,000 employees had been swept up in major layoffs, Canadian investor Jim Chuong took to Instagram to remind everyone that performance reviews are me...

Gen Z discussion: Is leaving work on time a bad work ethic?

Does leaving work on time automatically mean someone is lazy or has a bad work ethic?

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });
// //