91³Ô¹ÏÍø

Watch CBS News

Erik Duran, ex-NYPD sergeant convicted of manslaughter, to be freed on bail during appeal, lawyer says

Erik Duran, an ex-NYPD sergeant convicted of manslaughter, will be released from prison as he appeals his sentence, a state court ruled Friday. Duran was found guilty of recklessly throwing a loaded cooler at a fleeing drug suspect in the Bronx, causing fatal injuries. 

The 38-year-old was granted bail after securing the $300,000 set by a judge and is expected to be released from the Elmira Correctional Facility in the Southern Tier early next week.

"He will remain free throughout his appeal," the president of the Sergeants Benevolent Association .   

Duran's attorneys said they were "very pleased but not surprised that the Appellate Division found that there are legitimate appellate issues in Sgt. Duran's case."

"The government concedes that Sergeant Duran is not a flight risk and is not a danger to the community," attorney Arthur Aidala told CBS News New York. 

"It was obvious to the Court that [Duran] ... was entitled to be at home with his family during dependency of the appeal," Aidala said earlier in a statement. 

Ex-NYPD sergeant sentenced in bench trial

Duran was sentenced in April to three to nine years in prison for the death of Eric Duprey, who allegedly sold drugs to an undercover Bronx officer and tried to flee on a motorized scooter when being placed under arrest on Aug. 23, 2023.    

Duran was found guilty of second-degree manslaughter by Bronx Supreme Court Judge Guy Mitchell in a bench trial; there was no jury. He's the first NYPD member in a decade to be found guilty of causing a civilian's death while on duty.  

Black Lives Matter of Greater New York held a small protest against the decision to grant Duran's bail in Manhattan's Flatiron District. 

"When was the last time you heard of a person being convicted of killing someone and then being released on bail?" a man at the rally said. 

"The Duprey family is deeply disappointed by the Appellate Division's decision to grant bail pending appeal. While we respect the appellate process, this outcome reopens painful wounds for a family that has already endured an immense loss," said Jonathan Roberts, the attorney for Duprey's family. "Our focus remains on seeking accountability and ensuring that the seriousness of what occurred is never diminished. We will continue to stand with the Duprey family as this case proceeds, and we remain confident that the judicial process will ultimately uphold justice."

The New York Attorney General's Office, which prosecuted Duran, had no comment the bail decision.   

Islanders promote sergeant's defense fund

The New York Islanders promoted Duran's defense fund on their jumbotron during their final game of the season on Tuesday. The team declined to comment on the video asking fans to join "the fight for justice" after it was criticized by Duprey's family.

"The Duprey family is deeply disturbed and disheartened to learn that the New York Islanders used their platform to promote a fundraiser benefiting the individual that was responsible for Eric Duprey's death," Duprey's family said in a statement, in part. "At a time when his family continues to grieve to amplify support of the person responsible for his death is both painful and profoundly inappropriate."

"What's been going on here was a terrible injustice and this kid should never have even set foot inside a prison," said Vincent Vallelong, president of the NYPD Sergeants Benevolent Association.

The union cannot pay Duran's legal fees since he is no longer with the NYPD. 

Judge watched video of 2023 incident

Video of the deadly incident shows Duran hurling a picnic cooler at Duprey's head to get him to stop. Duprey then swerves and slides under a vehicle. He was pronounced dead from blunt force trauma to the head.

Prosecutors told the judge that Duran was trying to "save an arrest," not lives, and that Duprey was not an imminent threat. They argued it would have been more reasonable to yell "Look out!" or "Watch out!"

Duran testified Duprey was going to crash into officers if he was not stopped. Defense attorneys argued Duprey died because of a  "series of bad choices," including selling drugs, driving an illegal motorbike and driving on the sidewalk.

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