ADVERTISEMENT

Putin says foreign troops deployed to Ukraine would be legitimate targets

Published Sep 5, 2025 11:05 pm
Russian President Vladimir Putin said Friday that any foreign troops deployed to Ukraine, particularly while its invasion was still ongoing, would be considered "legitimate targets" by Moscow's forces.
In this photo released by the Roscongress Foundation, Russian President Vladimir Putin gestures as he speaks at the plenary session of the Eastern Economic Forum in Vladivostok, Russia, Friday, Sept. 5, 2025. ( Stepan Pugachev/Roscongress Foundation via AP)
In this photo released by the Roscongress Foundation, Russian President Vladimir Putin gestures as he speaks at the plenary session of the Eastern Economic Forum in Vladivostok, Russia, Friday, Sept. 5, 2025. ( Stepan Pugachev/Roscongress Foundation via AP)
Putin's comments came hours after European leaders repledged their commitment to a potential peacekeeping force, a prospect that Moscow has repeatedly described as "unacceptable."
"If any troops appear there, especially now while fighting is ongoing, we assume that they will be legitimate targets," he said during a panel at the Eastern Economic Forum in the far eastern Russian city of Vladivostok.
Putin also dismissed the idea of peacekeeping forces in Ukraine after a final peace deal, saying "no one should doubt" that Moscow would comply with a treaty to halt its 3½-year full-scale invasion of its neighbor.
He said that security guarantees would be needed for both Russia and Ukraine.
Kremlin spokesperson Dmitry Peskov later said Moscow would need "legally binding documents" to outline such agreements. "Of course, you can't just take anybody's word for something," he told Russian news outlet Argumenty i Fakty.
European leaders pledge peacekeeping force in Ukraine
Putin's comments follow remarks from French President Emmanuel Macron on Thursday that 26 of Ukraine's allies have pledged to deploy troops as a "reassurance force" for Ukraine once fighting ends.
Macron spoke after a meeting in Paris of the so-called coalition of the willing, a group of 35 countries that support Ukraine. He said that 26 of the countries had committed to deploying troops to Ukraine — or to maintaining a presence on land, at sea or in the air — to help guarantee the country's security the day after any ceasefire or peace is achieved.
Addressing the participants of the international economic conference the Ambrosetti Forum on Friday, Ukrainian President Volodymyr Zelenskyy said it was important that security guarantees "start working now, during the war, and not only after it ends."
He said he could not disclose more details as they are "sensitive and relate to the military sphere."
Drone strikes continue
Russian troops attacked Ukraine overnight with 157 strike and decoy drones, as well as seven missiles of various types, Ukraine's air force reported Friday. Air defenses shot down or jammed 121 of the drones, it said.
One attack damaged multiple residential buildings in Dnipro in central Ukraine, regional administration head Serhii Lysak wrote on social media. The regional administration also said that an unspecified "facility" had been set alight in the strike, but did not give further details.
Lysak shared photos of residential buildings with damaged roofs, glass shards lying on the ground and people carrying wooden boards to cover broken windows. "Private homes were damaged. Windows in apartment buildings were shattered," he wrote.
Meanwhile, in Ukraine's Chernihiv region north of Kyiv, Russian drones attacked infrastructure in the Novhorod-Siversk district, leaving at least 15 settlements without electricity, local authorities reported.
Elsewhere, Russian troops destroyed 92 Ukrainian drones overnight, Russia's Defense Ministry said Friday. Local social media channels in the city of Ryazan, approximately 200 kilometers (125 miles) southeast of Moscow, reported that the city's Rosneft oil refinery had been targeted. They shared videos that appeared to show a fire against the night sky.
Ryazan regional Gov. Pavel Malkov said that drone debris had fallen on an "industrial enterprise" but did not give further details, instead warning residents not to post images of air defenses on social media.
Ukraine has stepped up attacks on Russian oil infrastructure that it says fuels Moscow's war effort in recent weeks. Gas stations have run dry in some regions of Russia in recent weeks, with motorists waiting in long lines and officials resorting to rationing or cutting off sales altogether.

Related Tags

World news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.