91³Ô¹ÏÍø

Watch CBS News

Hegseth on reports Russia aided Iran: "Anything that shouldn't be happening" will be "confronted strongly"

Defense Secretary Pete Hegseth said that President Trump is "well aware of who's talking to who" amid reports that Russia is providing intelligence to Iran on U.S. movements in the region.

Hegseth told Major Garrett in an interview airing Sunday on "60 Minutes" that the U.S. is "tracking everything" and factoring it into battle plans. "The American people can rest assured their commander-in-chief is well aware of who's talking to who," he said. "And anything that shouldn't be happening, whether it's in public or back-channeled, is being confronted and confronted strongly."

Earlier Friday, multiple sources, including a senior U.S. official, told CBS News that Russia is providing intelligence to Iran regarding U.S. positions in the Middle East during the ongoing joint U.S. and Israeli military operations in Iran. It was the first known indication that Russia is aiding Iran.

Asked if the American people can expect conversations with the Russians to stop their involvement in the conflict, Hegseth said Mr. Trump "has a unique relationship with a lot of world leaders where he can get things done that other presidents, certainly Joe Biden, never could have." He added that "through direct conversations or indirect, through him one-to-one or through his Cabinet, messages definitely can be delivered." 

When asked whether Russia's involvement puts U.S. personnel in danger, Hegseth said: "We're putting the other guys in danger, and that's our job. So we're not concerned about that. … But the only ones that need to be worried right now are Iranians that think they're gonna live."

White House press secretary Karoline Leavitt, when asked during an appearance on Fox News about Russia providing intelligence to Iran on U.S. assets, said she could not comment on "intelligence reports that are leaked to the press." The intelligence aid from Russia was first reported by The Washington Post. 

"Whether or not this happened, frankly, it doesn't really matter, because President Trump and the United States military are absolutely decimating the rogue Iranian terrorist regime," she said. 

Later, Leavitt clarified to reporters that she meant Russia sharing intelligence on U.S. assets with Iran "doesn't matter" because "it clearly is not making a difference with respect to the military operations in Iran, because we are completely decimating them."

Watch more of Major Garrett's interview with Hegseth Sunday on "60 Minutes." 

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