91³Ô¹ÏÍø

Watch CBS News

Orphaned bear cubs taken to San Diego for care after mom is euthanized for attacking people

Two orphaned bear cubs are settling in at a California animal welfare center after their mother was euthanized for attacking people, the San Diego Humane Society said Tuesday. 

DNA testing confirmed the mother bear was involved in two public safety incidents in less than a year, CBS Los Angeles reported. In June 2025, the mother bear swiped at an elderly man sitting on his enclosed porch, according to the station. Earlier in March, the bear swiped at a woman walking her dog. Both incidents took place in the neighborhood of Monrovia, California. Both people recovered from minor injuries, CBS Los Angeles said. 

City manager Dylan Feik told CBS Los Angeles that the city council and some residents pushed for the bear and her cubs to be relocated to the Angeles National Forest, but state officials decided to euthanize the adult bear. The California Department of Fish and Wildlife told CBS Los Angeles that the decision was made after "a thorough assessment of the bear's behavior and the circumstances of the incident."

657589841-1512625906890845-636676026601141047-n.jpg
Two black bear cubs at the San Diego Humane Society's Ramona Wildlife Center. San Diego Humane Society

Wildlife veterinarians determined the cubs are two or three months old and will need months of extensive care, the organization said. Black bear cubs are generally weaned from their mothers between six and eight months of age, but stay with them until they are about 18 months old, . Bear cubs typically follow their mother everywhere and learn skills including how and where to find food. 

The San Diego Humane Society said it hopes to be able to return the two cubs to the wild. Rehabilitating the cubs will hopefully ensure they do not follow their mother's example of exploring human-populated areas, the organization . 

The cubs have been settled into a habitat designed to mimic their natural environment, and special efforts are being made to reduce their exposure to humans. KFMB reported that staff will use bear masks, animal furs and scents to "conceal their human identity" while caring for the cubs. They will receive feedings, care and "species-specific enrichment," the organization said. 

"Raising bear cubs from this young age requires an extraordinary amount of time, expertise, and resources," Autumn Welch, the wildlife operations manager at the organization, told KFMB. "We don't want them to associate with humans in any way if they are going to have a chance to survive in their natural habitat."

"With some creativity and dedication, we'll help (the cubs) develop their survival instincts and remain wild," the Humane Society . "Together, we can still give these cubs the chance to live full, wild lives." 

Black bears are common throughout California, with between 49,000 and 71,000 of the animals estimated to live throughout the state, according to the California Department of Fish and Wildlife. The animals will eat most foods, and may enter human neighborhoods to ransack garbage cans or eat other unsecured foodstuffs. 

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