91³Ô¹ÏÍø

Watch CBS News

6 deaths tied to listeria outbreak from prepared pasta meals. Here are the products.

Health officials say six deaths and 27 illnesses across 18 states are now linked to a listeria outbreak tied to prepared pasta meals sold at major grocery chains including Kroger and Trader Joe's.

The latest data includes two additional deaths and seven additional illnesses tied to the outbreak, according to the latest information from the Centers for Disease Control and Prevention (CDC)  on Thursday, Oct. 30. Twenty-five hospitalizations have also been reported.

The illnesses have been reported in the following states, according to the CDC: 

  • California
  • Hawaii
  • Florida
  • Illinois
  • Indiana
  • Louisiana
  • Michigan
  • Minnesota
  • Missouri
  • North Carolina
  • Nevada
  • Ohio
  • Oregon
  • South Carolina
  • Texas
  • Utah
  • Virginia
  • Washington

The outbreak stemmed from contaminated pre-cooked pasta meals sold by a supplier named Nate's Fine Foods, which has issued recalls for the affected products. In a September , the company said it's working with the FDA and CDC to investigate the source of the outbreak.

According to the , the recalled products include:

  • Sprouts Farmers Market Smoked Mozzarella Pasta Salad with product use by dates of 10/10/25 to 10/29/25 ()
  • Giant Eagle smoked mozzarella pasta salad with expiration dates of 9/30/25 through 10/7/25 () 
  • Kroger deli bowtie and penne pasta salads sold between 8/29/2025 and 10/2/2025 () 
  • Scott & Jon's Shrimp Scampi with Linguini Bowls 9.6-oz with best if used by dates of 3/12/2027, 3/13/2027, 3/17/2027 and 3/21/2027 ()
  • Trader Joe's Cajun Style Blackened Chicken Breast Fettuccine Alfredo 16-oz plastic tray packages with best if used by dates of 9/20/2025, 9/24/2025, 9/27/2025, 9/28/2025, 10/01/2025, 10/03/2025, 10/05/2025, 10/08/2025, or 10/10/2025 ()
  • Albertsons store-made deli pasta salads with sell-through dates from 9/82025 to 10/4/2025 ()
  • Marketside Linguine with Beef Meatballs & Marinara Sauce 12-oz with best if used by dates of 9/22/2025; 9/24/2025; 9/25/2025; 9/29/2025; 9/30/2025; and 10/1/2025 ()
  • Marketside Grilled Chicken Alfredo with Fettuccine 12.3-oz with best-by date of 6/26/2025, or prior ()
  • Marketside Grilled Chicken Alfredo with Fettuccine 32.8-oz with best-by date of 6/27/2025, or prior ()
  • Home Chef Chicken Fettuccine Alfredo 12.5-oz with best-by date of 6/19/2025, or prior ()

The CDC has advised consumers to check their refrigerators and throw away the recalled food items. 

Listeria can be particularly harmful for pregnant women, people who are 65 or older, and those with weak immune systems, according to the government agency. Symptoms include headache, stiff neck, confusion, loss of balance, convulsions, fever, muscle aches and tiredness.

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