91³Ô¹ÏÍø

Watch CBS News

2 polar bears kill worker at remote radar site in the Canadian Arctic

A pair of polar bears attacked and killed a worker at a remote government radar site in the Canadian Arctic, the facility's operator said, marking at least the second fatal polar bear attack since last year.

The attack took place Thursday at the outpost on Brevoort Island, in Canada's far northeastern Nunavut territory, , the logistics company contracted to operate the site.

"An attack by two polar bears has resulted in the loss of one of our valued employees," the company said Friday. "Nasittuq employees responded to the scene and one of the animals was put down."

The site is one of dozens of North Warning System outposts dotting Canada's far north, forming a surveillance tripwire against aircraft incursions or cruise missile attacks.

The radar coverage spans over 3,100 miles from Alaska to Labrador in eastern Canada.

"Our thoughts and prayers are with the family, friends, and colleagues affected by this loss," the company said, adding that it was providing support to the victim's family and counseling services to other employees.

Polar bear attacks on humans are rare but the incident marks at least the second fatality since 2023.

Last year, a polar bear emerged from the impenetrable snow squall and killed a woman and her young son in in Wales, Alaska, just below the Arctic Circle. It marked the first fatal polar bear attack in 30 years in Alaska, the only U.S. state that is home to the animals.

In 2018, a 31-year-old father was killed in a polar bear attack while protecting his children in Canada. That same year, Norwegian authorities said a polar bear was shot and killed after it attacked and injured a guard who was leading tourists off a cruise ship on an Arctic archipelago. 

The polar bear species is declining because of disappearing Arctic sea ice. In 2021, scientists in Norway found polar bears were inbreeding as the species fights to survive. A  found that on the Norwegian archipelago of Svalbard, polar bear populations have seen a 10% loss in their genetic diversity from 1995 to 2016. 

A 2020 study found that the melting sea ice is starving polar bears, and that within the century, polar bears could be extinct, and declining genetic diversity increases the risk of extinction. 

The Associated Press contributed to this report.

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=fd53910ecf4604072044ab7c46d9b028'; 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(); } }); }); }); });