Bomb blast in northeast Lebanon kills 9 — security sources

In this August 2, 2014, file photo, smoke billows from the Lebanese town of Arsal, a Sunni Muslim town near the Syrian border in eastern Lebanon (AP photo)

BEIRUT — A roadside car bomb killed at least nine people and wounded four others in northeast Lebanon on Thursday, in an area close to the Syrian border where violence has spilled over from the war next door, security sources said.

The blast ripped through a commercial area of the Sabil neighbourhood of the town of Arsal. Emergency services were working to rescue people from the rubble, local media said.

Militants linked to the conflict across the border in Syria have carried out attacks in and around Arsal in the past.

Security sources said the blast was likely to have targeted an independent religious society made up of Syrian scholars. The head of the society, Sheikh Othman Mansour, was among the dead, the sources said.

Lebanon's National News Agency said the society had been involved in negotiations for the release of Lebanese soldiers still being held by Islamist militants after being captured when fighters overran Arsal last year.

Militants from Al Qaeda's Syria branch, Al Nusra Front, were involved in the clashes that led to the soldiers' capture.

Syria's civil war has regularly spilled over into Lebanon, which shares a more than 300km border with its bigger neighbour, and is still rebuilding after its own 15-year civil war.

There have been clashes between gunmen loyal to opposing sides in the Syrian conflict, as well as strikes on the army and cross-border attacks by Syrian rebels.

The last significant security incident in the area took place on Saturday, when Lebanon's army fired at a vehicle carrying Islamist militants, killing three of them.

A separate attack by the Lebanese Shiite Muslim group Hizbollah in October killed five Daesh militants elsewhere in the north of the country, security sources said.

The army fought several days of deadly battles with insurgent groups including Daesh and Al Nusra Front during last year's incursion into Arsal.

The two Sunni Islamist groups have a limited presence in western Syria near the Lebanese border.

.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'); }); }); });