91³Ô¹ÏÍø

Watch CBS News

New COVID variant NB.1.8.1 could be more than 1 in 3 cases, CDC projects

The new COVID-19 variant NB.1.8.1, which was linked to a large surge of hospitalizations in parts of Asia, could now make up more than 1 in 3 cases across the United States, the Centers for Disease Control and Prevention  this week.

Last month, the CDC's airport surveillance program had detected cases of the variant in arriving international travelers from several countries. The agency  that nearly half of the COVID infections detected in that program the last week of May were the NB.1.8.1 variant.

The CDC cautioned that "precision in the most recent reporting period is low" for their estimates, meaning the projections carry a wide margin of error. Still, the estimated increase in prevalence in the U.S. highlights the variant's high transmissibility — something experts had warned about as soon as it began spreading in this country. 

"Data indicates that NB.1.8.1 does not lead to more severe illness compared to previous variants, although it appears to have a growth advantage, suggesting it may spread more easily. In other words, it is more transmissible," Subhash Verma, a professor of microbiology and immunology at the University of Nevada, Reno School of Medicine, previously told CBS News.

Symptoms of the variant are broadly similar to those seen in earlier strains, Verma noted. Typical symptoms include respiratory issues such as cough and sore throat, as well as systemic issues like fever and fatigue.

As health officials continue monitoring the virus, the Trump administration has recently made moves to change access to vaccines for some Americans. 

In May, the Food and Drug Administration said it will continue approving COVID-19 vaccine updates for seniors and those with an , including pregnancy or diabetes, but will require vaccine makers to conduct major new clinical trials before approving them for wider use. 

The decision means many people without underlying conditions may not have access to updated shots this fall.

Health and Human Services Secretary Robert F. Kennedy Jr. also said last month that he would remove the CDC's recommendation for children and healthy pregnant women to get vaccinated against COVID-19. Later that week, however, the CDC said that kids with no underlying health conditions "may receive" COVID-19 vaccines.

"Where the parent presents with a desire for their child to be vaccinated, children 6 months and older may receive COVID-19 vaccination, informed by the clinical judgment of a healthcare provider and personal preference and circumstances," the CDC says in its new guidance.

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