91³Ô¹ÏÍø

Watch CBS News

U.S. naval destroyers have crossed the Strait of Hormuz, CENTCOM says

Two U.S. Navy destroyers had transited the Strait of Hormuz to begin mine-clearing operations in the vital waterway, U.S. Central Command said Saturday.

The destroyers crossed through the Strait and operated in the Arabian Gulf, CENTCOM . Additional U.S. forces, including underwater drones, will "join the clearance effort in the coming days," CENTCOM said.  

The operation came as President Trump  on Saturday that the U.S. was doing "a favor to Countries all over the world" by clearing mines from the strait. Mr. Trump also said Saturday that all of Iran's mine-laying ships have been destroyed. 

"They probably have a couple of mines in the water," Mr. Trump later told reporters early Saturday evening as he was departing the White House for Florida. "We have minesweepers out there. We're sweeping the strait."  

Iran's Revolutionary Guards later released a statement threatening to deal "severely" with any military vessels transiting the strait, according to Agence France-Presse. 

"Any attempt by military vessels to pass through the Strait of Hormuz will be dealt with severely. The IRGC Navy has full authority to manage the Strait of Hormuz intelligently," the Guards' Navy Command said in a statement released through state broadcaster IRIB, AFP reported. 

The IRGC added that passage of the strait would only be "granted to civilian vessels under specific conditions."  

Meanwhile, Vice President JD Vance traveled to Islamabad for direct trilateral talks with Iran and Pakistan. However, in a news briefing early Sunday morning local time following what he said was a 21-hour marathon negotiation session, Vance said that the U.S. had not reached a deal, adding that Iran had "chosen not to accept our terms." 

The vice president departed Islamabad shortly after the news conference. 

Saturday marked the first time the U.S. and Iran have held face-to-face talks since the Islamic Revolution in 1979. Before Sunday's talks, the highest-level direct contact had been when former President Barack Obama, in September 2013, called the then newly elected Iranian President Hassan Rouhani to discuss Iran's nuclear program.

U.S. officials told CBS News in late March that at least a dozen underwater mines had been placed in the waterway. Their analysis was based on American intelligence assessments. The devices include the Maham 3, a moored naval mine that uses sensors to operate, and a "sticking mine" called the Maham 7 that rests along the seabed until a target passes within range. Both devices are manufactured in Iran. Drones and missiles were also used to stop ships from passing through the Strait. 

About 20% of the world's oil supply is shipped through the strait. Throughout the war, Mr. Trump issued strong threats against Iran, threatening to target power plants and warning that "a whole civilization will die" if the Strait was not reopened.  

Passage of oil tankers and other commercial ships through the Strait of Hormuz was all but halted during the six weeks of war. Some maritime traffic has resumed since the U.S. and Iran established a two-week ceasefire on Tuesday, though it remains low, according to marine transit data reviewed by CBS News. 

Analysts warned that the global oil supply will remain disrupted for several months, even if the ceasefire holds and marine traffic returns to normal levels. Henning Gloystein, managing director of energy, industry and resources at geopolitical risk consultancy Eurasia Group, said it would take time to repair oil refineries and other energy infrastructure that have been damaged during the war, and shipping companies that operate oil tankers in the region will need at least two months to resume operations, he said. 

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