91³Ô¹ÏÍø

Watch CBS News

5 People Shot As Gunman Fires From Window During Chase Through Fulton River District; Passenger In Lyft Among Victims

By and

CHICAGO (CBS) -- Five people were shot Wednesday evening as someone fired out the window of a car during a chase through the Fulton River District.

Four of the victims were innocent bystanders. Among those caught in the crossfire was a rideshare driver who was forced to save her injured passenger's life when he was shot in the back.

Witnesses said at least two cars were seen chasing each other, and someone in one of the cars displayed a gun – and fired the gun out the window, according to Chicago Police Chief of Patrol Brian McDermott.

There were multiple crime scenes between the 800 block of North Milwaukee Avenue – at Chicago Avenue – and the 600 block of West Kinzie Street more than half a mile away, McDermott said.

Shell casings covered several blocks of Milwaukee Avenue.

As CBS 2's Charlie De Mar reported, the very busy intersection of Milwaukee and Grand avenues and Halsted Street was among the spots where bullets flew. Several restaurants and bars are located there, as well as a Chicago Transit Authority Blue Line stop. Witnesses there were horrified at what they saw.

"The guy was literally hanging outside with a long black gun – he had to wear all black - hanging out the passenger side of the window, shooting at the car in front of him," said witness Harry McGraw.

A passenger in a Lyft going through the intersection was among the people who were shot. His driver said was on his way to meet his girlfriend.

Lyft driver Crystal Wilson said the 29-year-old passenger was shot in the back when bullets pieced her rear bumper.

"My passenger screamed out loud, like: 'Oh my God! I was just shot!'"

McGraw saw the shooting and ran to help the injured rideshare passenger.

"I went to the passenger side, because the driver was like, 'Oh, he got shot! He got shot!" McGraw said. "So we took the bandana off and we put it on his back to help stop the bleeding."

Police said in addition to the Lyft passenger, a 25-year-old man was shot in the buttocks, a 27-year-old man was shot in the arm, a 30-year-old woman suffered a graze wound to the leg, and a 48-year-old man was shot in the leg.

The 29-year-old Lyft passenger was in critical condition. The other victims were in good condition.

All the victims were taken to Northwestern Memorial Hospital except the 27-year-old man, who was taken to Stroger Hospital of Cook County.

McDermott reported one of the shooting victims was a possible suspect, and four were innocent bystanders.

Responding officers rendered aid to at least one victim, McDermott said.

Daniel Cater was also caught in the crossfire. His car was damaged, but bullets missed him by inches.

"I was just finishing up my route – doing my deliveries – and driving this way. I look to the left, I see two guys with machine guns hanging outside the door, and just shooting," he said.

Cater said his tire was shot out.

"My tire is leaking air, and I see there are three bullet holes — three shots above my head," he said.

The back window of a car was also blown out.

For hours after the shooting, police blocked nearby streets. All streets had reopened by 10 p.m.

For Lyft driver Wilson's part, she said she will not be doing rideshare driving anymore.

"It's unbelievable. The city we're living in is just – the crime scene is just unbelievable," Wilson said.

No one was in custody late Wednesday.

Area Three detectives were on the scene late Wednesday trying to find any possible witnesses and to download private video. Anyone with information may send an anonymous tip to .

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