91³Ô¹ÏÍø

Watch CBS News

Baltimore Ravens commit 5 turnovers in ugly loss to Joe Burrow, Cincinnati Bengals

Joe Burrow threw two second-half touchdown passes in his return for Cincinnati, and the Bengals snapped Baltimore's five-game winning streak with a 32-14 victory over the fumble-prone Ravens on Thursday night.

Baltimore (6-6) lost three fumbles in the first half and turned the ball over five times in the game. Although the Bengals (4-8) didn't take full advantage of those miscues, Burrow and his receivers began to click in the final two quarters.

Tanner Hudson made a terrific one-handed grab in the end zone for a 14-yard touchdown to put Cincinnati up 19-7, and after the Ravens answered with Keaton Mitchell's 18-yard touchdown run, Burrow threw a 29-yard scoring pass to Andrei Iosivas late in the third quarter.

Baltimore then drove into Bengals territory, but Lamar Jackson's deflected pass was intercepted by Demetrius Knight Jr. -- the two-time MVP's third turnover of the night.

The Ravens had recovered from a 1-5 start to pull even with Pittsburgh atop the AFC North, but Baltimore didn't look all that impressive offensively in recent wins over Cleveland and the New York Jets, and that continued against a woeful Cincinnati defense.

Derrick Henry scored on an 18-yard run on Baltimore's first possession to give the Ravens a 7-3 lead, and Jackson looked quicker while running than he has of late. But his passing was erratic, and he seemed uncertain in the pocket behind an offensive line that's had a rough season.

Jackson lost a fumble while being sacked, giving Cincinnati the ball at the Baltimore 2. The Bengals came away with no points, turning the ball over on downs, but the Ravens' problems were just beginning. Isaiah Likely nearly scored on a long catch-and-run in the second quarter, but he fumbled just before the goal line and the ball went through the end zone, giving the ball to Cincinnati.

Later, Zay Flowers of the Ravens had a touchdown wiped out by an offensive pass interference flag, and then Jackson fumbled near the end of the half -- unforced -- when he tried to hold up while throwing and the ball slipped out of his hand.

The Bengals only led 12-7 at halftime after all that, and Burrow had a few iffy throws of his own in his first game since Week 2. But in the second half he was sharp. In his return from a turf toe injury, Burrow went 24 for 46 for 261 yards.

Jackson was 17 of 32 for 246.

Injuries

Bengals: LB Brian Asamoah II injured his knee.

Ravens: Baltimore did not have CB Nate Wiggins (foot) in the second half, which likely contributed to the defense's difficulty getting off the field. ... LB Chandler Martin injured a knee in the first half.

Up next

Bengals: At Buffalo on Dec. 7.

Ravens: Host Pittsburgh on Dec. 7.

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