ADVERTISEMENT

LTO faces digital platform issues over Ombudsman order, LTMS concerns

Published Jun 22, 2026 02:39 pm
The Land Transportation Office (LTO) may end up facing problems on its digital operation after the Office of the Ombudsman earlier ordered the agency to disengage from its old system run by Stradcom, and amid concerns on the proposal to renew a contract with a German firm for its current digital transaction platform.
Late last month, Ombudsman Jesus Crispin Remulla directed the LTO to refrain from using the Stradcom, a directive that prompted digitalization advocate Digital Pinoys to raise concerns on its effects.
Amid the LTMS use, the LTO is still tapping the Stradcom system due to the former’s alleged inability to process some digital transactions.
“A deeper look into the current situation at the LTO suggests that an abrupt disengagement from Stradcom may cause more harm than good if unresolved LTMS turnover and transition issues remain,” said Digital Pinoys national campaigner Ronald Gustilo.
He said the immediate priority should be ensuring that the LTO possesses all the resources necessary to independently operate and secure the Land Transportation Management System (LTMS).
“The bigger issue is ensuring that the LTO is equipped with all the manpower, tools, resources, documentation, technical support, and system components necessary to independently secure, operate and maintain the LTMS,” said Gustilo.
The Ombudsman’s order also came after the LTO itself raised the issues of unresolved audit findings and system deficiencies of the LTMS under the German firm Dermalog that it said continues to persist seven years after the project’s implementation.
The LTMS was envisioned to be a web-based core system to integrate all LTO services -- like issuance of driver’s license, registration of motor vehicles, and issuance of transport permits – into a single database and digital platform. The contract was signed by LTO with Dermalog on May 28, 2018 for around P3.1 billion.
Earlier, representatives from the Dermalog sought for the renewal of its contract with the LTO and allegedly requested between P2 billion to P2.5 billion for the upgrades of the LTMS.
In the latest hearing of the House Committee on Transportation (COTr), representatives of Dermalog urged lawmakers to support the proposed funding, which they said would be used for cybersecurity improvements, fraud detection measures, and anti-corruption enhancements to the LTMS.
The Dermalog’s contract expired on May 30.
But in the same hearing, LTO Executive Director Martin Ontog was cold in the contract renewal citing unresolved cybersecurity deficiencies and audit findings that continue to affect the LTMS.
He said that the absence of adequate cybersecurity safeguards exposes millions of driver and vehicle records to potential breaches and may place the system at risk of non-compliance with the Data Privacy Act.
The LTMS has been the subject of reports of the Commission on Audit (COA) due to alleged delays, incomplete features, and persistent system deficiencies.
Apart from the COA findings, Ontog said they also received validated reports from LTO field officers of some transactions that could not be processed under LTMS that include
Public Utility Vehicle (PUV) transactions, Motor Vehicle User’s Charge (MVUC) exemptions required for diplomats and economic zone locators, and the automatic collection of penalties for new registrations among others.
Ontog said these deficiencies directly affect the LTO’s ability to perform its mandate.
In its latest report, COA recommended that the LTO demand from Dermalog and set a specific timeline to deliver and resolve remaining issues and concerns in the LTMS in accordance with the Terms of Reference to attain a completely functioning IT system and consider to include the possible sanctions in case of noncompliance”.
Ontog also disclosed that Dermalog has already submitted a proposal for the renewal of the contract.
But he said it came with a condition requiring LTO to settle the IT contractor’s P1.2 billion financial claim within 45 days.
The LTO has been repeatedly saying that the suspension of the payment was based on a COA Notice of Suspension.
Ontog maintained that the combination of Dermalog’s documented non-compliance with the LTO’s 13 formal demands for full LTMS turnover, the expiration of its contract, and unresolved cybersecurity concerns raises serious questions about extending its role in the LTMS.
He added that while the agency is prepared to facilitate an orderly transition, it cannot support arrangements that would further extend contractor control of a system that remains subject to longstanding operational deficiencies, unresolved audit findings, and pending turnover obligations.

Related Tags

LTO digitalization LTMS
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ static_articles_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.