91³Ô¹ÏÍø

Watch CBS News

ByHeart baby formula recalls all products nationwide amid growing infant botulism outbreak

ByHeart, a manufacturer of organic baby formula, recalled all of its products sold nationwide Tuesday, days after some batches were recalled in an expanding outbreak of infant botulism.

At least 15 babies in 12 states have been sickened in the outbreak since August, with more cases pending, according to state and federal health officials. All of the infants were hospitalized after consuming ByHeart formula, officials said. No deaths have been reported.

ByHeart officials expanded the voluntary recall from two lots announced Saturday to all products in consumers' homes and in stores. That includes ByHeart Whole Nutrition Infant Formula and Anywhere Pack pouches of powdered formula. 

"The decision to broaden our recall to all ByHeart products comes after a call with the FDA late last night, informing us that they found two more cases of infant botulism in babies that had also consumed ByHeart at some point," Mia Funt and Ron Belldegrun, the cofounders of ByHeart, said in an open  Tuesday on the company's website. 

"The FDA's investigation into infant botulism in the U.S. is still ongoing, and we feel that there are still too many unanswered questions," they said. "Your baby's safety is, and always will be, our biggest priority." 

The company sells about 200,000 cans of infant formula a month online and in stores such as Target, Walmart, Albertsons and Whole Foods, according to Dr. Devon Kuehn, chief medical officer.

Parents and caregivers who have the formula in their homes "should immediately discontinue use and dispose of the product," Kuehn said.

ByHeart said in a  it enacted the unusual recall "in close collaboration" with the U.S. Food and Drug Administration "despite the fact that no unopened ByHeart product has tested positive" for the contamination.

"It's important that you know that neither we, nor the FDA or CDC, have found Clostridium botulinum spores or toxins in any unopened can of ByHeart formula," Funt and Belldegrun said in their open letter.

The company said its recall will remain in place while the FDA investigates the cause of the botulism outbreak. At the same time, ByHeart said it will test "every batch of formula with an independent third-party laboratory—a process which has already begun," and allow access to its facilities and unopened products for the FDA and California health officials to test "without restriction."

California health officials earlier confirmed that a sample from an open can of ByHeart baby formula fed to an infant who got sick contained the type of bacteria that causes the toxin linked to the outbreak.

The FDA is investigating 84 cases of infant botulism detected since August. Of those, 36 consumed infant formula, with a more than a third who received ByHeart formula, the agency said in a statement.

"This information shows that ByHeart brand formula is disproportionately represented among sick infants in this outbreak, especially given that ByHeart represents an estimated 1% of all infant formula sales in the United States," the FDA statement said.

ByHeart produces formula powder at a plant in Allerton, Iowa, and then ships it to a site in Portland, Oregon, for canning and distribution, Kuehn said. FDA inspectors were at the Portland plant Monday, she added.

Infant botulism is a rare and serious illness that occurs in babies under age 1, whose gut microbiomes are immature. It is caused when the infants consume bacteria that contain spores that produce a toxin in the gut. Symptoms include constipation, poor feeding, drooping eyelid, weak muscle tone, difficulty swallowing and breathing problems, among others.

Babies who develop those symptoms need immediate medical attention. The sole treatment for the infection is BabyBIG, an IV medication made from blood plasma of people immunized against botulism.

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