91³Ô¹ÏÍø

Watch CBS News

Ford recalls 870,000 F-150 trucks because of potential parking brake malfunction

Ford Motor has recalled about 870,000 F-150 pickup trucks because of a faulty parking brake that could turn on by itself, causing the driver to lose control. 

The recall includes 2021 to 2023 models of the F-150, according to recall posted Friday by the National Highway Traffic Safety Administration (NHTSA). Damages in the wiring of some F-150s could activate the truck's parking brake while someone is driving, causing them to lose control of the vehicle and crash. 

Drivers of trucks with the brake issue may see a warning light on their vehicle's panel, NHTSA documents show. 

The Michigan automaker said it would fix the issue by installing a protective tie strap and tape wrap on the brake wiring as well as replacing the rear axle wiring harness if necessary at Ford and Lincoln dealerships. The repairs will be made free of charge, Ford said. Drivers who have already paid a mechanic to fix the problem can be reimbursed by submitting paperwork to Ford by September 11, 2024.

Ford said it doesn't know of any crashes or injuries caused by the problem.

Ford recall under investigation 00:22

The recall comes after Ford started investigating the parking brake issue in February, the company said. 

"The rear axle wiring harness bundle may contact the rear axle housing which can, in certain circumstances, result in chafing of the wiring harness bundle," Ford said. "Further investigation determined that, over time, the chafing of the rear axle wiring harness assembly can wear through the abrasion resistant tape and circuit insulation, ultimately exposing copper wiring which can result in the grounding of circuits on the rear axle housing."

Ford said in documents that it has 918 warranty claims and three field reports of wire chafing in North America. Of these, 299 indicated unexpected parking brake activation, and 19 of these happened while the trucks were being driven. 

Anyone with questions about the F-150 recall can contact Ford at (866) 436-7332 and use reference number 23S35, or NHTSA at (888) 327-4236.

Ford recalled more than 142,000 Lincoln MKCs last month because the SUVs might be prone to spontaneous fires in the engine compartment. The MKC's battery monitor sensor, which is housed under the hood, is susceptible to damage when repairs are made to the vehicle's battery or other electrical parts, Ford said. 

—The Associated Press contributed to this report. 

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