91³Ô¹ÏÍø

Watch CBS News

Elephant kills tourist at national park in Thailand, third fatality linked to the same animal

A wild bull elephant killed a tourist in central Thailand's Khao Yai National Park on Monday, a park official said, the third fatality linked to the same animal.

The 65-year-old Thai tourist from Lopburi province was out for a morning walk with his wife when he was trampled to death by an elephant named Oyewan, national park chief Chaiya Huayhongthong told AFP.

His wife managed to escape after park rangers scared the animal away, Chaiya said.

"He was the third person killed by Oyewan," he said, adding that the wild bull elephant could have been responsible for several more deaths that remain unsolved.

Chaiya said authorities will meet on Friday to decide what to do with the elephant.

"We will probably decide to relocate him or change his behavior," he said, without elaborating.

Places To Visit - Thailand
A boy washes an elephant near the Khao Yai national park on March 19, 2017, in Pak Chong, Thailand. Isa Foltin/Getty Images

More than 220 people, including tourists, have been killed by wild elephants since 2012, according to the Department of National Parks, Wildlife and Plant Conservation.

Wild elephant numbers in Thailand rose from 334 in 2015 to almost 800 last year, prompting authorities to administer contraceptive vaccines to female animals in an effort to control their ballooning population.

An elephant killed a Spanish tourist while she was bathing the animal at a sanctuary in southern Thailand in January last year.

Another tourist was killed by an elephant at a national park in Loei province in northern Thailand in December 2024.

There have been deadly elephant attacks in other parts of the world recently. 

Last month, officials in India said a rampaging wild elephant was blamed for killing at least 20 people and injuring 15 others in the forests of Jharkhand.

Last July, two women from the U.K. and New Zealand were killed by an elephant while on a walking safari in Zambia. 

In April 2025, officials in Kenya said a 54-year-old man was killed by an elephant in the central part of the country.

In January last year, a tourist was killed by an elephant in South Africa's famous Kruger Park. 

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