91³Ô¹ÏÍø

Watch CBS News

6 hurt, including 2 children and 2 firefighters, in Brooklyn house fire

Families were forced to jump from windows Sunday as flames burned through a three-story home in Canarsie, Brooklyn.

In total, six people were hurt, including two minors and two firefighters. Officials said at least two civilians suffered serious injuries. The firefighters suffered minor burns.

The raging fire broke out around 3 a.m. at a home on Conklin Avenue. Flames extended from the first floor to the second floor.

Flames in window of Brooklyn home
Families were forced to jump from windows on March 15, 2026, as flames burned through a three-story home in Canarsie, Brooklyn. CBS News New York

"I heard commotion," neighbor Thafarie Thomas said. "I did come down to look. And then that's the time the fire, the window exploded."

As Thomas and her kids evacuated, she saw the flames bursting out of a front window, and a man catch on fire.

"I think he was burned a bit, but he was speaking. He was asking for help," she said.  

Officials said the fire was so fierce, some residents jumped down from windows in the rear of the house.

Flames in window of Brooklyn home
Families were forced to jump from windows on March 15, 2026, as flames burned through a three-story home in Canarsie, Brooklyn. CBS News New York

Thafarie Thomas's 12-year-old daughter was taken to a local hospital with smoke inhalation.

"They held our hand all through it, and they really worked with us," she said.

After a restless night, she returned to find her home in shambles.

"I cried. Even though it's material, it's our home," she said.

Exterior of Brooklyn home with fire damage
Families were forced to jump from windows on March 15, 2026, as flames burned through a three-story home in Canarsie, Brooklyn. CBS News New York

Thomas said she left in such a hurry, she couldn't find her dog, but she was relieved to find her safe.

"She's smart. She hid. She hid herself, and she's OK," she said.

While there's so much to clean up, Thomas says there's only one thing that matters.

"I'm just happy that my daughter is OK," she said. "God is good."

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