91³Ô¹ÏÍø

Watch CBS News

10 people convicted in attempted murder of Red Sox legend David Ortiz

A Dominican court convicted 10 people involved in the 2019 attempted killing of baseball Hall of Famer David Ortiz, authorities confirmed on Tuesday.

Ortiz, a Dominican native, was ambushed by a man who got off a motorcycle and shot him in the back at close range while the former Red Sox slugger was at a bar with friends in a well-off neighborhood of Santo Domingo.

Two men, including the alleged shooter Rolfi Ferreyra Cruz, were each sentenced to 30 years in prison by Santo Domingo's First Collegiate Court.

Eight others received prison sentences of between 5 and 20 years. Three other defendants were acquitted due to insufficient evidence, including Víctor Hugo Gómez Vásquez, who was accused of planning the attack.

American private investigators hired by Ortiz said that the slugger affectionately known as Big Papi was targeted by a Dominican drug trafficker who was jealous of him.

The findings by former Boston police commissioner Edward Davis contradicted a previous theory by law enforcement in the Dominican Republic that the hitman was actually hired to shoot Ortiz's cousin Sixto David Fernandez, who was sitting at the same table.

Dominican authorities said the hitmen confused Fernandez with Ortiz, one of the country's most beloved ballplayers.

2022 Hall of Fame Induction Ceremony
2022 Baseball Hall of Fame inductee David Ortiz speaks to the crowd during the 2022 Hall of Fame Induction Ceremony at Clark Sports Center on Sunday, July 24, 2022 in Cooperstown, New York. Mary DeCicco/MLB Photos via Getty Images

A fearsome power hitter with a ready smile, Ortiz led the Red Sox to three World Series championships, was a 10-time All-Star and hit 541 home runs before retiring in 2016. When he was shot, he was living part of the year in the Dominican Republic.

Ortiz was seriously wounded in the June 2019 shooting. Doctors in the Dominican Republic removed Ortiz's gallbladder and part of his intestine after the shooting and he underwent further surgery in the U.S.

Among the crimes for which the 10 men were sentenced were criminal organization, use of illegal firearms, attempted murder, and complicity, the court wrote in a statement.

Authorities noted that more details of the sentencing will be released on Feb. 8, 2023.

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=50747257b890e014813016b79ece0fb2'; 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(); } }); }); }); });