91³Ô¹ÏÍø

Watch CBS News

7 men seek to overturn wrongful convictions, blame disgraced Chicago police Det. Reynaldo Guevara

CHICAGO (CBS) – Seven men who said they were wrongfully convicted of crimes due to the alleged misconduct of retired Chicago police detective Reynaldo Guevara are seeking to have those convictions overturned.

The Exoneration Project will file petitions for all seven men to ask a court to overturn the convictions, so they could get certificates of innocence, which would allow them to move on with their lives.

Jayson Aguiar said he was incarcerated for 10 years and came home in 2000.

"I'm still trying to cope with living a free life," he said. "You know, there's things that I can't do. There's places I can't go. It's a struggle. It's still a struggle every day."

Aguiar was among the seven men who said Guevara changed his life, forever. He was wrongfully convicted of murder in 1990.

His mother, Nelida Torres, said, "Family also does time with him, and that's the hard part."

Edwin Ortiz was convicted of a 1988 murder. He was only 15 years old at the time.

"I'm just asking for a chance to exonerate myself and prove I didn't do this," he said. "I've always maintained my innocence. I've been out since 2010. All doors been closed on me."

Ortiz and Aguiar were among the men wrongfully convicted who were joined by attorneys from the Exoneration Project and the civil rights law firm Loevy and Loevy. The Exoneration Project said the convictions of 44 people have been overturned, and 25 of those people have been issued certificates of innocence. Being granted a certificate means a court has found them innocent.

The attorneys said the convictions of Ortiz, Aguiar and the five other men were a direct result of Guevara's misconduct and corruption.

"For decades, Guevara has targeted and terrorized innocent, largely Black and brown young people, by framing them for crimes that they did not commit," said Fadya Salem, of The Exoneration Project. "He did so by faking anonymous tips, by coercing confessions, by manipulating witnesses and by orchestrating line ups."

The petitions will be filed in court for each man on March 20 with the hope Cook County State's Attorney Kim Foxx will vacate their convictions.

As for Guevara, he retired from the Chicago Police Department. He's living in Texas and collects a city pension.

Guevara could not be reached for comment.

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