91³Ô¹ÏÍø

Watch CBS News

About 1 in 10 young adults are vaping regularly, CDC report finds

Twenty-year-old Alex Morrin says an unexpected danger of vaping is it is easy to hide.

"You can do it in the same room as them," Morrin told CBS News of vaping around his parents.

"It vaporizes," Winna Morrin, Alex's mother, added. "So you don't see any smoke."

A released Friday — based on 2021 data from a National Health Interview Survey — found that 11% of 18- to 24-year-olds define themselves as current e-cigarette users, more than any other age group of adults.

The report also found that White non-Hispanic Americans between 18 and 24 vape more than Latino, Asian or Black youth in the same age group.

Overall, the survey found that 4.5% of adults ages 18 and over vape. The survey defined current e-cigarette use as respondents who say they vape "every day" or "some days."

It's not just young adults who vape. About 14% of high schoolers do as well, according to an conducted by the CDC and the Food and Drug Administration.

Earlier this week, the American Heart Association that researchers are finding that e-cigarettes with nicotine are associated with increased blood pressure and heart rate, but more research is needed on the long-term effects. Some e-cigarettes may contain additional chemicals which may also be dangerous, the AMA said.

The need for more research on the topic was reiterated by Dr. Panagis Galiatsatos, director of the Tobacco Treatment Clinic at Johns Hopkins University School of Medicine. 

"The effects of vaping on kids and adolescents is an addiction that can come about from the chronic exposure to nicotine," Galiatsatos said.   

Galiatsatos told CBS News that vaping may cause a wide range of severe outcomes, but admitted that "we don't know the long-term consequences of electronic cigarettes." 

Complicating the issue is that while the FDA allows the marketing of tobacco-flavored e-cigarettes, it has not authorized the other flavored products which have flooded the market. 

Alex said his health issues started when he became addicted to e-cigarettes at 16.

"While I did it, I felt fine, but in between I would get nauseous," Alex said. 

He also started experiencing seizures.

"I thought I was watching my son die," Winna said.

The Morrins believe that the key to stopping vaping is to do it together.

"We're a team, and he knows we've got his back," Winna said.

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