ADVERTISEMENT

Ukraine war 'madness' threatening humanity: UN rights chief

Published Mar 31, 2023 11:09 am


GENEVA, Switzerland- Russia's war in Ukraine has made severe rights violations "shockingly routine" and is distracting humanity from battling existential threats to its survival, the United Nations rights chief warned on Friday.
Speaking before the UN Human Rights Council, Volker Turk denounced horrific abuses carried out since Russia's full-scale invasion of Ukraine 13 months ago, and warned the conflict "continues to send shock waves across the world".
The UN High Commissioner for Human Rights pointed to how sharp increases in the price of food, energy and other commodities had "heightened tensions and inequalities in every region".
This, he warned, was exacerbating "the most severe global cost-of-living crisis in a generation" that has pushed some 71 million into poverty and "threatens the stability of numerous countries".
At the same time, 37 years after the Chernobyl disaster, "another Ukrainian nuclear power plant, in Zaporizhzhia, continues to be placed at enormous risk, with potential impact on millions of people".
"At a time when humanity faces overwhelming existential challenges, this destructive war is tugging us away from the work of building solutions, the work of ensuring our survival," Turk said.
"This war defies any reason. This madness must end and peace be found."

\- 'Tip of the iceberg' \- In his update to the council on the situation in Ukraine, Turk said his office had verified that more than 8,400 civilians had died and over 14,000 civilians been wounded since the Russian invasion on February 24, 2022.
"These figures are just the tip of the iceberg," he cautioned.
Most of the casualties, Turk said, resulted from Russian forces using wide-impact explosive weapons in residential neighbourhoods.
He also highlighted findings by a UN investigative team of "numerous summary executions and targeted attacks on civilians" by Russian forces and affiliated armed groups like the Wagner Group, as well as "621 cases of enforced disappearances and arbitrary detention".
Ukrainian armed forces had also carried out summary executions, according to those findings.
UN interviews with 89 civilians released from detention meanwhile indicated that "91 percent of them were tortured or ill-treated by Russian personnel, including through various forms of sexual violence", Turk said.
He said five cases of enforced disappearances involved five boys as young as 14, who were all "tortured or ill-treated."
Turk said his staff had also documented 109 cases of sexual violence by Russian personnel, mainly in places of detention.
UN staff had also verified 91 cases of enforced disappearance and arbitrary detention by Ukrainian security forces, with just over half saying they had been tortured or ill-treated, he said.

\- Deporting Ukrainian children \- Turk also highlighted findings that Ukrainian civilians, and in particular children, had been transferred to occupied territory or to Russia.
According to Kyiv, more than 16,000 Ukrainian children had been deported to Russia as of last month.
The International Criminal Court has announced an arrest warrant for Russian President Vladimir Putin on the war crime accusation of unlawfully deporting Ukrainian children.
A high-level UN Commission of Inquiry (COI) has meanwhile determined such forced transfers amount to war crimes, and said earlier this month they were also probing allegations they could amount to genocide.
In their first report, the investigators also highlighted numerous other Russian violations in Ukraine that they said amounted to war crimes, including killings, torture and rape.
The commission said the systematic attacks on Ukraine's energy infrastructure, and a widespread and systematic pattern of torture in areas under Russian control could amount to the even more serious charge of crimes against humanity.
The COI was created last year, and the Human Rights Council will decide next week whether to extend its one-year mandate.

Related Tags

United Nations Human Rights Council #WORLD NEWS WORLDNEWS Ukraine 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.