Immigration Driver Pleads Not Guilty After Running Red Light & Killing Father And Two Daughters

LocalPolitics
20 Aug 2026 • 4:15 PM MYT
Carz Automedia
Carz Automedia

Latest automotive news & review in one place.

Immigration Driver Pleads Not Guilty After Running Red Light & Killing Father And Two Daughters

thumb-immigration-pleads-not-guilty-run-redlight.png

A devastating late-night collision along Jalan Sultan Ismail in Kuala Lumpur has left a family shattered and ignited nationwide public outrage.

Mohd Akbar Zainol, a 43-year-old Immigration Department (JIM) lorry driver, has claimed trial at the Magistrates' Court. He faces five charges after his official vehicle allegedly ran a red light, struck a car passing through a green signal, and veered into a pedestrian crossing, killing a father and his two daughters.

tesla.png

Shaik Mohd Firdaus (standing, second from left) and his two children, Siti Nor Sazlin (seated, right) and Siti Darwisyah (seated, left), were killed in a crash at the Maju Junction traffic light intersection along Jalan Sultan Ismail early Wednesday morning.

The tragedy has prompted Prime Minister Datuk Seri Anwar Ibrahim to order an immediate, uncompromising investigation into the fatal incident.

:root { --azure: #30a0c3; --orange: #faa00c; --text-dark: #1e293b; --bg-light: #f8fafc; --border-light: #e2e8f0; } .tldr-container * { box-sizing: border-box; font-family: 'Poppins', sans-serif; } .tldr-container { width: 100%; max-width: 820px; margin: 24px auto; padding: 20px 24px; background-color: var(--bg-light); border: 1px solid var(--border-light); border-left: 6px solid var(--orange); border-radius: 10px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04); } .tldr-header { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--border-light); } .tldr-header h4 { color: var(--azure); font-weight: 700; font-size: 18px; letter-spacing: 0.3px; margin: 0; text-transform: uppercase; } .tldr-badge { background-color: var(--orange); color: #ffffff; font-weight: 700; font-size: 11px; padding: 2px 8px; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.5px; } .tldr-list { list-style: none; padding: 0; margin: 0; } .tldr-list li { position: relative; padding-left: 24px; margin-bottom: 12px; color: var(--text-dark); font-size: 14px; line-height: 1.6; font-weight: 400; } .tldr-list li:last-child { margin-bottom: 0; } /* Custom Bullet Icons */ .tldr-list li::before { content: "⚡"; position: absolute; left: 0; top: 0; font-size: 13px; } .tldr-list strong { font-weight: 600; color: var(--azure); } /* SEO Link Styling */ .tldr-list a { color: var(--orange); text-decoration: underline; font-weight: 500; transition: color 0.2s ease; } .tldr-list a:hover { color: var(--azure); } /* Mobile Optimization */ @media (max-width: 600px) { .tldr-container { padding: 16px; } .tldr-header h4 { font-size: 16px; } .tldr-list li { font-size: 13px; } }

TL;DR Key Takeaways: Jalan Sultan Ismail Crash The Intersection Collision: An Immigration Department lorry allegedly ran a red light at Maju Junction along Jalan Sultan Ismail, crashing into a Proton Saga passing through a green light. Pedestrian Fatalities: The impact caused the lorry to lose control and plow into pedestrians at a crossing, killing Shaik Mohd Firdaus (53) and his two daughters, Siti Nor Sazlin (25) and Siti Darwisyah Auni (12). Mother In Intensive Care: The surviving 55-year-old mother sustained severe head, arm, and leg injuries and is currently receiving treatment at Hospital Kuala Lumpur. 5 Court Charges Filed: Lorry driver Mohd Akbar Zainol (43) pleaded not guilty in court to 5 charges, including 3 counts of dangerous driving causing death under Section 41(1) of the Road Transport Act 1987. Prime Minister's Order: Prime Minister Datuk Seri Anwar Ibrahim issued an official directive demanding an immediate, comprehensive probe with "no compromise" if negligence or legal breaches occurred.

How The Fatal Crash Unfolded

thumb-immigration-red-light-run-killed-family.png

A family of four was struck by an official government vehicle (Photo: Sinar Harian)

According to Kuala Lumpur Traffic Investigation and Enforcement Department (JSPT) chief ACP Mohd Zamzuri Mohd Isa, the 43-year-old accused was driving an empty Isuzu "Black Maria" lorry from the KL Immigration Office toward Chow Kit to pick up detainees.

The lorry entered the Maju Junction intersection along Jalan Sultan Ismail while the traffic light in its direction was red, despite having its beacon lights and siren activated.

family-killed-Immigration-red-light-4.png

Immigration vehicle entered the intersection while the traffic light in its direction was red, killing three (Photo: NST)

Simultaneously, a Proton Saga driven by a 50-year-old man was moving straight through the intersection on a green light. Unable to avoid the heavy vehicle, the Saga collided with the lorry.

The force of the mid-junction collision caused the Immigration lorry to lose control, veer wildly off course, and ram directly into four family members standing at a pedestrian crossing, before striking an Inokom Matrix parked nearby.

:root { --azure: #30a0c3; --orange: #faa00c; --dark-bg: #1e293b; --card-bg: #ffffff; --text-main: #334155; --red-alert: #ef4444; --green-go: #10b981; --border-color: #e2e8f0; } .flow-wrapper * { box-sizing: border-box; font-family: 'Poppins', sans-serif; } .flow-wrapper { width: 100%; max-width: 820px; margin: 24px auto; padding: 24px; background: #f8fafc; border: 1px solid var(--border-color); border-radius: 12px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); } .flow-header { text-align: center; margin-bottom: 28px; } .flow-header h3 { color: var(--azure); font-weight: 700; font-size: 20px; letter-spacing: 0.5px; margin: 0 0 6px 0; text-transform: uppercase; } .flow-header p { color: var(--text-main); font-size: 13px; margin: 0; font-weight: 500; } /* Split Vehicle Section */ .flow-grid-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 20px; } .flow-card { background: var(--card-bg); border-radius: 8px; padding: 16px; border-left: 5px solid var(--azure); box-shadow: 0 2px 6px rgba(0,0,0,0.04); } .flow-card.accent-orange { border-left-color: var(--orange); } .flow-card-title { font-weight: 700; font-size: 15px; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; } .flow-card.accent-azure .flow-card-title { color: var(--azure); } .flow-card.accent-orange .flow-card-title { color: var(--orange); } .status-badge { display: inline-block; padding: 3px 8px; font-size: 11px; font-weight: 700; border-radius: 4px; margin-bottom: 6px; text-transform: uppercase; } .badge-red { background: #fee2e2; color: var(--red-alert); } .badge-green { background: #d1fae5; color: var(--green-go); } .flow-card-desc { font-size: 12px; color: var(--text-main); margin: 0; line-height: 1.4; } /* Connection Connectors */ .connector-vertical { display: flex; flex-direction: column; align-items: center; margin: 12px 0; } .connector-line { width: 2px; height: 18px; background-color: var(--azure); } .connector-arrow { width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 8px solid var(--azure); } /* Single Full Width Step */ .flow-step-single { background: var(--card-bg); border: 1px solid var(--border-color); border-radius: 8px; padding: 14px; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,0.03); } .flow-step-single h4 { margin: 0; font-weight: 700; font-size: 14px; color: var(--text-main); } .flow-step-single.highlight-orange { border-color: var(--orange); background: #fffbeb; } .flow-step-single.highlight-orange h4 { color: var(--orange); } /* Final Split Victims Section */ .victim-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 8px; } .victim-card { background: var(--card-bg); border-radius: 8px; padding: 14px; box-shadow: 0 2px 6px rgba(0,0,0,0.04); } .victim-card.deceased { border-top: 4px solid var(--red-alert); } .victim-card.injured { border-top: 4px solid var(--orange); } .victim-card h5 { font-weight: 700; font-size: 13px; margin: 0 0 8px 0; text-transform: uppercase; } .victim-card.deceased h5 { color: var(--red-alert); } .victim-card.injured h5 { color: var(--orange); } .victim-list { list-style: none; padding: 0; margin: 0; font-size: 12px; color: var(--text-main); } .victim-list li { padding: 4px 0; border-bottom: 1px dashed var(--border-color); } .victim-list li:last-child { border-bottom: none; } /* Mobile Responsiveness */ @media (max-width: 600px) { .flow-grid-split, .victim-grid { grid-template-columns: 1fr; } }

Mid-Junction Collision Sequence

Visualizing the incident path at Jalan Sultan Ismail

🚛 Immigration Lorry Entered on RED Light

Siren & beacon lights active, traveling from KL Immigration Office toward Chow Kit.

🚗 Proton Saga Entered on GREEN Light

Moving straight through the intersection toward Jalan Tuanku Abdul Rahman.

💥 T-Bone Collision at Junction ⚠️ Lorry Loses Control & Veers Off Course 🛑 Plows Into 4 Pedestrians At Traffic Crossing ❌ Fatalities (Deceased) Shaik Mohd Firdaus (53) — Father Siti Nor Sazlin (25) — Daughter Siti Darwisyah Auni (12) — Daughter 🏥 Severe Injuries Norhayati Razali (55) — Mother Sustained severe head, arm, and leg injuries (ICU treatment).5 Legal Charges Filed In Court

Appearing before the Magistrates' Court, Mohd Akbar Zainol pleaded not guilty to all five charges:

3 Counts under Section 41(1) of the Road Transport Act 1987: For causing death by reckless or dangerous driving. Each count carries a mandatory jail term of 5 to 10 years and a fine between RM20,000 and RM50,000 upon conviction.1 Count under Section 43(1) of the Road Transport Act 1987: For driving without due care and attention, resulting in injuries to a pedestrian. This carries a fine of RM5,000 to RM10,000, up to 12 months imprisonment, or both.1 Count under Section 79(2) of the Road Transport Act 1987: For failing to obey a red traffic light at the intersection. This carries a fine ranging from RM300 to RM2,000.

The court granted bail set at RM60,000 across all charges. Both the lorry driver and the Proton Saga driver tested negative for alcohol and drugs.

Read: Immigration Truck Runs Red Light In KL: Father & 2 Daughters Killed, Mother In Red Zone

Newswav Malaysia Best News App

Newswav is an online content aggregator and obtains its content from different online sources. The content in the app do not belong to Newswav nor do they reflect the opinions of Newswav and its staff. Your use of this app indicates your understanding and acceptance of this information.

Newswav Sdn. Bhd. (201701008480 (1222645-M)) 2026 All Rights Reserved