Saudi Arabia warns of Yemeni violence challenge

No Image

RIYADH — Sunni-dominated Saudi Arabia has warned that neighbouring Yemen risks sliding towards further violence which could damage regional security, after Shiite rebels overran the capital last week.

Prince Saud Al Faisal, the kingdom's foreign minister, called at the United Nations for immediate implementation of a UN-brokered peace deal which he said had been flouted by the insurgents, local media reported on Monday.

The rebels advanced from their stronghold in northwestern mountains to the capital Sanaa last month, then seized key state installations with little or no resistance on September 21.

Under the peace deal signed that same day, they are supposed to withdraw once President Abed Rabbo Mansour Hadi names a new prime minister.

"The Republic of Yemen is facing a situation which is developing in an extremely serious way and which requires us to come together to meet this unprecedented challenge," Prince Saud was quoted as saying in remarks at the UN General Assembly in New York.

He cautioned that if a solution is not found, Yemen "could slide towards more violence" liable to affect regional and international security.

"We call on all the parties to urgently apply the accord in its totality and we exhort the international community to help Yemen by all means possible," Prince Saud said.

Saudi Arabia and other countries of the Gulf back Yemen's President Hadi, a Sunni who has warned of "foreign plots" against his country.

It was a reference to Iran, which Yemeni authorities have repeatedly accused of backing the Houthi rebels, who also appear influenced by Lebanon's powerful Tehran-backed Shiite militia Hizbollah.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });