91³Ô¹ÏÍø

Watch CBS News

Texas Gov. Abbott issues disaster declaration as deadly screwworm flies spread north in Mexico

Texas Gov. Greg Abbott issued a disaster declaration to help bolster the state's efforts to prevent the spread of New World Screwworm (NWS) flies, his .

The larva of the insect can burrow into the flesh of living mammals like cows and horses, and can be deadly. The flies have not reached Texas, but are being tracked in Mexico as sightings slowly move northward toward the border.

"State law authorizes me to act to prevent a threat of infestation that could cause severe damage to Texas property, and I will not wait for such harm to reach our livestock and wildlife. With this statewide disaster declaration, the Texas NWS Response Team can fully utilize all state government prevention and response resources to prevent the re-emergence of this destructive parasite. Texas is prepared to fully eradicate this pest if need be," Abbott said in a statement.

The U.S. Department of Agriculture calls the New World Screwworm a "devastating pest."

"When NWS fly larvae (maggots) burrow into the flesh of a living animal, they cause serious, often deadly damage to the animal," the  says. "NWS can infest livestock, pets, wildlife, occasionally birds, and in rare cases, people."

The Texas Parks and Wife Department says the maggots will lay eggs in "open wounds or orifices of live tissue such as nostrils, eyes or mouth." 

"These eggs hatch into dangerous parasitic larvae, and the maggots burrow or screw into flesh with sharp mouth hooks. Wounds can become larger, and an infestation can often cause serious, deadly damage or death to the infected animal." 

Efforts to stop the spread of New World Screwworm flies

The Texas Parks and Wife Department first issued a warning over the screwworms just over one year ago. Since then, the state and federal governments have taken multiple steps to prevent the NWS flies from spreading and protect American agriculture.

The U.S. Department of Agriculture is constructing of an $8.5 million facility at Moore Air Base in the Rio Grande Valley to breed millions of sterile male NWS flies, then release them into the wild to mate with females and prevent them from laying eggs. The federal government has also temporarily suspended imports of live cattle, horses and bison from Mexico.

The Texas Department of Agriculture deployed traps along the border last summer loaded with a synthetic bait that mimics the smell of rotting animal flesh ao attract, trap and kill the flies. Texas Agriculture Commissioner Sid Miller estimated last year that the traps would eradicate up to 90 percent of NWS flies.

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