91³Ô¹ÏÍø

Watch CBS News

Researchers witness rare polar bear adoption, capturing video of female caring for cub that was not her own

Researchers in northern Canada have observed a rare case of polar bear adoption, capturing video footage of a wild female bear caring for a cub that was not her own.

"Cub adoption is relatively rare in polar bears. We've documented 13 cases in our study population over the last 45 years," said Evan Richardson, a scientist with Canada's ministry for environment and climate change.

The footage of a bear caring for an adopted cub was captured during the annual polar bear migration along the Western Hudson Bay in Churchill, Manitoba, widely known as the polar capital of the world.

Canadian researchers encountered the mother in the spring as she left her maternity den. She had only one cub, which was tagged — a common practice to aid study of the population.

They encountered the same mother again weeks ago but saw a second cub with no ear tag, Richardson told AFP.

"When we went back and looked at the data, we realized that she had adopted a second cub," he said.

Video footage collected by the researchers shows the cubs surveying a snow-covered landscape, with the mother pacing behind, and one sequence where one cub hurries to join the others.

Both cubs are 10 to 11 months old, and will likely stay with their mother until about 2.5 years of age.

"When we got confirmation that this was an adoption, I had a lot of mixed feelings, but mostly good," Alysa McCall, a staff scientist with Polar Bears International, said in a . "It's just another reason why this species is so incredible, why they're so fascinating and interesting, and it gives you a lot of hope when you realize that polar bears may be looking out for each other out there."

Researchers currently have no information as to what happened to the adopted cub's biological mother.

But having a maternal figure increases the chances of the cub's survival into adulthood, Richardson said.

"It's really a feel-good story to know that this female bear is looking after this cub and that it has a chance at survival," Richardson said.

"These female polar bears are such good moms, they're maternally primed to take care of offspring, and when there's a lone cub out on the tundra, bawling and crying, they just take them under their wing," he added.

There are currently about 26,000 polar bears worldwide, according to the nonprofit . The International Union for Conservation of Nature lists polar bears as a vulnerable species, saying sea ice loss from climate change is the biggest threat to their survival. 

This isn't the first time wild animals have been observed with babies that aren't their own. Earlier this year, scientists said video showed capuchin monkeys carrying at least 11 howler babies in Panama.

At first, the researchers thought it was a "heartwarming story of a weird capuchin adopting these infants," said Zoë Goldsborough, a behavioral ecologist at the Max Planck Institute of Animal Behavior in Germany. 

But Goldsborough said they eventually realized the abductions were a social tradition or "fad" among the island's young male capuchins, and in most or all cases, the baby howlers died. 

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