91³Ô¹ÏÍø

Watch CBS News

DNA from Nancy Guthrie's house may not provide enough evidence to help investigators, sources say

DNA recovered from inside Nancy Guthrie's house may not provide enough evidence to help investigators identify the people behind the disappearance of the mother of "Today" show co-host Savannah Guthrie.

According to sources close to the investigation, there are concerns that DNA recovered from Nancy Guthrie's Tucson, Arizona, home may not yield a usable profile for comparison in federal and private sector DNA databases. One source called the recovered DNA "low-level."

Another law enforcement source said that a low-level sample would likely mean there was not enough DNA material present to get a clean and reliable result. However, they said, even a low-level sample can be enhanced by scientific techniques in the lab but would take longer to achieve.

The Pima County Sheriff's Department said its contracted lab in Florida is continuing to analyze the samples and has not reached a conclusion on whether they're usable.

With the investigation into Guthrie's disappearance now in its fourth week, authorities haven't named a suspect or a person of interest in the case. Last week, Pima County Sheriff Chris Nanos said in a statement that all of Nancy Guthrie's three adult children and their spouses were cleared as possible suspects in the case.

Earlier Tuesday, Savannah Guthrie announced that her family was offering a reward of up to $1 million for information leading to her return. The FBI also separately announced a $100,000 reward.

A DNA profile from a set of gloves found about 2 miles from Guthrie's house didn't match any entries in the national database maintained by the FBI known as the Combined DNA Index System, or CoDIS, the sheriff's department said. The database contains DNA profiles of individuals with a previous arrest for certain crimes who had supplied a DNA sample.

Authorities have turned to an investigative technique called genetic genealogy as they try to make the most of the DNA evidence. The process has been used to crack some notable cases in the past decade, including identifying the so-called Golden State Killer in California who'd eluded authorities for over 40 years and the man behind the high-profile killings of four Idaho college students.

The method involves using publicly available genealogy sites to find genetic relatives of an unidentified DNA sample that may belong to a potential suspect.

Claire Glynn, the director of the graduate-level program in forensic investigative genetic genealogy at the University of New Haven in Connecticut, told CBS News that law enforcement agencies are generally allowed to use two databases for such investigations, GEDmatch Pro and FamilyTreeDNA. People can choose whether to opt in or out of letting their DNA data be used in law enforcement searches.

FamilyTreeDNA recently told CBS News that the company doesn't work directly with authorities on genetic genealogy cases, but instead conducts such work through an independent third-party partner that uses a separate consent-based database.

"Participation in investigative genetic genealogy matching at FamilyTreeDNA is strictly voluntary and opt-in only," the company said. "We place the highest priority on customer privacy, data security, and ethical use in all aspects of our operations."

GEDmatch Pro told CBS News that law enforcement agencies use its database to identify criminals as well as human remains. Tom Osypian, an official at the company, said in a statement that it's a self-serve platform so the company often doesn't get contacted when authorities upload DNA profiles to its database.

"In fact, we don't usually find out that our service was used to solve a case until we learn about it from a press announcement from law enforcement," Osypian said.

Other publicly available DNA submission sites don't allow law enforcement agencies to use their services as freely without going through the legal process.

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