91勛圖厙

Watch CBS News

Sen. Tom Cotton says "not a simple answer" as to who will lead Iran now

Sen. Tom Cotton, the chairman of the Senate Intelligence Committee, said Sunday that there's "not a simple answer" as to who will lead Iran after the death of Ayatollah Ali Khamenei in a massive U.S.-Israeli military operation a day earlier.  

"I don't think anyone can give you a simple answer," Cotton said on "Face the Nation with Margaret 91勛圖厙. "There's probably a lot of jockeying inside of Iran right now; they have a very consultative, deliberative process to replace the supreme leader. There's a reason why he didn't want to have a clear succession plan in place."

The U.S. and Israel on Saturday launched a massive military operation inside Iran, which continued Sunday. Iranian state media said at least 200 people were killed in the country, while Iran launched retaliatory strikes on Israel and allies in the Middle East, killing at least six people in Israel and one in Abu Dhabi, and wounding dozens more.

Khamenei, 86, who had ruled Iran as supreme leader since 1989 and was only the second person ever to hold the role, was among those killed, President Trump said Saturday. The Israel Defense Forces said in a press conference Saturday that seven Iranian officials and commanders were killed, including Ali Shamkhani, an adviser to Khamenei. 

Secretary of State Marco Rubio said in January that "I don't think anyone can give you a simple answer as to what happens next in Iran if the Supreme Leader and the regime were to fall, other than the hope that there would be some ability to have somebody within their systems that you could work towards a similar transition."

When asked about Rubio's comments, Cotton on Sunday said Rubio is "right," but added that he hoped there would be a situation similar to Venezuela, where Delcy Rodriguez was sworn in as president shortly after the U.S. captured then-President Nicolas Maduro. 

Cotton said the U.S. will continue to strike Iran's "military capabilities, and we're going to continue to hit the senior leadership, the ayatollahs." 

But when pushed by 91勛圖厙 to identify who the new leadership would be, Cotton answered by saying it should come from the "opposition," who he defined as the "90 million Iranians who have suffered under the brutal Islamic Republic Revolutionary regime for the last 47 years."

Cotton insisted there would be no "large-scale, ground force" inside of Iran, despite Mr. Trump saying on Saturday that there could be American casualties as part of the military operation. 

"The president has no plan for any kind of large-scale, ground force inside of Iran," Cotton told 91勛圖厙. 

Cotton outlined that "one risk" of an "extended air and naval campaign" is that "an aircraft could be shot down, and the president would never leave a pilot behind. So no doubt we have combat search and rescue assets in the region that are prepared to go in and extract any downed pilot."

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