91³Ô¹ÏÍø

Watch CBS News

Trump to give "important update on Iran" tonight in prime-time speech

President Trump is planning to deliver a prime-time address Wednesday night to "provide an important update on Iran," White House press secretary Karoline Leavitt .

Leavitt did not give any other details on the address, which is set for 9 p.m. ET. But it comes at an important time in the monthlong conflict with Iran, as Mr. Trump publicly signals that he is looking to strike a deal with Iran and wrap the war up in a matter of weeks — and as he privately weighs whether to use ground forces, CBS News reported earlier this month. 

Defense Secretary Pete Hegseth said earlier Tuesday that the "upcoming days will be decisive."  

Mr. Trump told reporters Tuesday afternoon he expects the war with Iran to end in "two weeks, maybe three," arguing that the U.S.'s core objective of degrading Iran's military has largely been achieved. He has that rely on Middle Eastern petroleum should be responsible for getting their oil through the Strait of Hormuz themselves, hinting that the U.S. may not take a leading role in reopening the key waterway, which Iran has effectively shut down. 

The president told CBS News' Weijia Jiang on Tuesday he isn't prepared to withdraw U.S. forces from efforts to push Iran to reopen the Strait of Hormuz "quite yet," but other countries "have to come in and take care of it." 

Mr. Trump has also expressed some optimism about the state of U.S.-Iran peace talks in recent days. Iran has denied that it is negotiating with the U.S., but confirmed that the two sides have exchanged messages through mediators.

At the same time, hundreds of U.S. Special Operations Forces — including Navy SEALS and Army Rangers — are now in the Middle East, along with Marines and Army paratroopers, giving Mr. Trump options to potentially expand the scope of the war, CBS News has reported

Earlier this month, Pentagon officials began preparing options for deploying ground forces to Iran. The Trump administration has strategized whether to launch a high-risk mission to use Special Operations Forces to seize Iran's stockpile of highly enriched uranium, sources told CBS News earlier this month, though he had not appeared to make a decision at that point. 

There's also been public discussion about whether the U.S. will order some kind of operation against Kharg Island, an Iranian territory that handles most of the country's oil exports. 

"Great progress has been made but, if for any reason a deal is not shortly reached, which it probably will be, and if the Hormuz Strait is not immediately 'Open for Business,' we will conclude our lovely 'stay' in Iran by blowing up and completely obliterating all of their Electric Generating Plants, Oil Wells and Kharg Island (and possibly all desalinization plants!), which we have purposefully not yet 'touched,'" the president wrote in a Truth Social post on Monday. 

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