91³Ô¹ÏÍø

Watch CBS News

Woman charged with 3 murders in 3 days labeled a serial killer by police in Canada

A woman described by police as a serial killer was arrested and charged on Friday with three murders from earlier in the week in Toronto, Niagara Falls and another Canadian city. The grisly attacks spanned three days from Tuesday to Thursday.

"She is a serial killer," Niagara Regional Police Chief Bill Fordy when asked if the label was fitting.

Sabrina Kauldhar, 30, at a suburban Toronto hotel after police linked the killings, determining the suspect's description matched in each case. Police said detectives are also trying to identify a woman who was seen on CCTV footage on Tuesday buying clothing that Kauldhar had in her possession at the time of her arrest.

Police are seen outside the residence of alleged serial killer Sabrina Kauldhar in Toronto, Oct. 4, 2024.
Police are seen outside the residence of alleged serial killer Sabrina Kauldhar in Toronto, Oct. 4, 2024. Steve Russell/Toronto Star via Getty Images

Kauldhar faces murder charges in the deaths of a 60-year-old woman in her Toronto home, a 47-year-old man at a Niagara Falls park and a 77-year-old man in a Hamilton, Ontario, parking lot.

Investigators told AFP the first victim in Toronto, who was found with "visible trauma" to the body, was known to her assailant.

Fordy said the suspect is believed to have randomly targeted her victims in Hamilton and Niagara Falls, as Mario Bilich and Lance Cunningham.

The two men "were both going about their business and we believe that they were random attacks," Fordy said.

Police came across Cunningham in Niagara Falls after responding to emergency calls about a disturbance. He was pronounced dead at the park.

Cunningham's wife, Kim, told the Canadian Broadcasting Corp. that they have a 13-year-old daughter together.

"He did not deserve this," she said in an email to the outlet. "I want my husband back."

Bilich — a retired schoolteacher who was allegedly followed by the suspect to his vehicle in a Hamilton parking lot — suffered "significant injuries consistent with stab wounds," police said in a . He later died in a hospital.

"Investigators were able to link the Hamilton homicide to the recent murder in John Allen Park in Niagara Falls, determining the suspect matched the description in both cases," police said. "An additional link was made to the active homicide investigation from October 1 in Toronto."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });