91³Ô¹ÏÍø

Watch CBS News

Coast Guard seizes over $220 million worth of cocaine, releases image of alleged drug boat on fire

The U.S. Coast Guard says it seized over $220 million worth of cocaine in multiple recent interceptions of alleged drug boats. At least one operation apparently left a small vessel burning.

The crew of the USCG Cutter Midgett intercepted four different alleged drug-smuggling vessels off the coasts of Mexico, Central America and South America during August and September, the agency  Thursday. Coast Guard members seized about 21,126 pounds of cocaine worth approximately $156.4 million in total. 

The drugs were offloaded from the cutter in San Diego on Thursday. The Coast Guard shared a photo it said shows crewmembers offloading bales of narcotics.

250925-g-qp014-1006.jpg
The U.S. Coast Guard says this image shows U.S. Coast Guard Cutter Midgett crewmembers offloading bales of seized narcotics in San Diego, Sept. 25, 2025.  U.S. Coast Guard photo by Petty Officer 3rd Class Richard B. Uranga

The seizures were part of Operation Pacific Viper, a Coast Guard effort to seize drugs that travel through the eastern Pacific Ocean. 

Meanwhile, the crew of the USCG Cutter Diligence seized 8,700 pounds of cocaine from a boat traveling about 240 miles north of Panama in early September, . The drugs were worth about $64.5 million, the Coast Guard said. They were offloaded in Florida on Monday. 

The Coast Guard shared a photo that it said shows the alleged drug boat on fire a day after the seizure, with a thick cloud of smoke coming from the vessel. A spokesperson said when the Coast Guard "encounters a smuggling vessel at sea," the agency "detains the suspected drug smugglers and removes narcotics from the vessel before sinking" it. 

The vessels are sunk when safe to do so "to avoid collisions at sea and prevent maritime accidents," the spokesperson said. 

screenshot-2025-09-26-at-10-25-23-am.png
The Coast Guard says this photo shows a vessel burning the day after the crew of Coast Guard Cutter Diligence interdicted the suspected drug smuggling vessel in the Caribbean Sea, Sept. 7, 2025. U.S. Coast Guard Atlantic Area

Another alleged drug boat was left burning in the eastern Pacific Ocean in August, amid other Coast Guard operations. 

About 80% of narcotics seized while being transported to the United States are found at sea, the Coast Guard said. The agency said "much of the world's illicit narcotics trafficking" occurs in the Pacific Ocean.

In recent weeks, the Trump administration has conducted multiple deadly strikes on alleged drug vessels amid its promises to crack down on drug trafficking in Central and South America. Multiple drug cartels and transnational gangs have been designated as terrorist organizations, and President Trump directed the military to target cartels in August. 

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