Thursday, June 26, 2025
30.8 C
Singapore

Malaysian woman arrested at Woodlands Checkpoint for smuggling drugs worth $142,000

SINGAPORE: A 46-year-old Malaysian woman was arrested at Woodlands Checkpoint on Monday morning (23 June) after officers uncovered a large stash of drugs hidden in her motorcycle.

The Immigration and Checkpoints Authority (ICA) and the Central Narcotics Bureau (CNB) said in a joint statement that the woman had entered Singapore on a Malaysian-registered motorcycle.

During an inspection, ICA officers discovered two suspicious packages hidden beneath the motorcycle’s front windshield. A more thorough search by CNB officers revealed a total of seven packages concealed in the same compartment.

The seized substances included approximately 1,057 grams of cannabis and 973 grams of methamphetamine, commonly known as “Ice.” Authorities estimate the total street value of the drugs at more than $142,000.

The woman was arrested at the scene.

Under Singapore’s Misuse of Drugs Act, anyone convicted of trafficking more than 250 grams of methamphetamine or 500 grams of cannabis faces the death penalty.

Investigations are ongoing.

See also  ICYMI: Room for rent: Landlord prefers nurse, share room with mum, take care & wash mum's clothes, clean the house, monthly rental S$200

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });