91³Ô¹ÏÍø

Watch CBS News

NASA brought back samples from asteroid Bennu. They revealed clues about the possible origins of life.

Asteroid samples fetched by NASA hold not only the pristine building blocks for life but also the salty remains of an ancient water world, scientists reported Wednesday.

The findings provide the strongest evidence yet that asteroids may have planted the seeds of life on Earth and that these ingredients were mingling with water almost right from the start.

"That's the kind of environment that could have been essential to the steps that lead from elements to life," said the Smithsonian Institution's Tim McCoy, one of the lead study authors.

NASA's Osiris-Rex spacecraft returned 122 grams (4 ounces) of dust and pebbles from the near-Earth asteroid Bennu, delivering the sample canister to the Utah desert in 2023 before swooping off after another space rock. It remains the biggest cosmic haul from beyond the moon. The two previous asteroid sample missions, by Japan, yielded considerably less material.

Small amounts of Bennu's precious black grains — leftovers from the solar system's formation 4.5 billion years ago — were doled out to the two separate research teams whose studies appeared in the journals Nature and Nature Astronomy. But it was more than enough to tease out the sodium-rich minerals and confirm the presence of amino acids, nitrogen in the form of ammonia and even parts of the genetic code.

Some if not all of the delicate salts found at Bennu — similar to what's in the dry lakebeds of California's Mojave Desert and Africa's Sahara — would be stripped away if present in falling meteorites.

"This discovery was only possible by analyzing samples that were collected directly from the asteroid then carefully preserved back on Earth," the Institute of Science Tokyo's Yasuhito Sekine, who was not involved in the studies, said in an accompanying editorial.

Combining the ingredients of life with an environment of sodium-rich salt water, or brines, "that's really the pathway to life," said McCoy, the National Museum of Natural History's curator of meteorites. "These processes probably occurred much earlier and were much more widespread than we had thought before."

NASA's Daniel Glavin said one of the biggest surprises was the relatively high abundance of nitrogen, including ammonia. While all of the organic molecules found in the Bennu samples have been identified before in meteorites, Glavin said the ones from Bennu are valid — "real extraterrestrial organic material formed in space and not a result of contamination from Earth."

Bennu — a rubble pile just one-third of a mile (one-half of a kilometer) across — was originally part of a much larger asteroid that got clobbered by other space rocks. The latest results suggest this parent body had an extensive underground network of lakes or even oceans, and that the water evaporated away, leaving behind the salty clues.

Sixty labs around the world are analyzing bits of Bennu as part of initial studies, said the University of Arizona's Dante Lauretta, the mission's chief scientist who took part in both studies.

Most of the $1 billion mission's cache has been set aside for future analysis. Scientists stress more testing is needed to better understand the Bennu samples, as well as more asteroid and comet sample returns. China plans to launch an asteroid sample return mission this year.

Many are pushing for a mission to collect rocks and dirt from the potentially waterlogged dwarf planet Ceres in the main asteroid belt. Jupiter's moon Europa and Saturn's moon Enceladus also beckon as enticing water worlds. Meanwhile, NASA has core samples awaiting pickup at Mars, but their delivery is on hold while the space agency studies the quickest and cheapest way to get them here.

"Are we alone?" McCoy said. "That's one of the questions we're trying to answer."

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