ADVERTISEMENT

SC declares: 'No evidence of breach' in court's sensitive data

Published Aug 28, 2024 09:30 am

The Supreme Court (SC) declared that as of late Wednesday afternoon, Aug. 28, it “found no evidence of a breach or indication that sensitive data was compromised.”

But the SC warned that “releasing sensitive and private data without proper authorization are criminal acts.”

The probe was conducted when a social media post went viral that the reported data breach exposed sensitive legal information on over 13,000 records – including names, case details, and payment information from the Judicial Electronic Payment System (JEPS).

In a statement issued by its Spokesperson Camille Sue Mae L. Ting, a lawyer, the SC said it “will continue to investigate further, employing the right amount of redundancy by approaching the investigation from many angles.”

The SC also said:

“As a precautionary measure, and although regularly done, we will do another round of Vulnerability and Penetration Testing assessment (VAPT) and have asked our providers and partners to do the same. We are also going to conduct another external review of our cybersecurity systems.

“We assure the public that in its current efforts to digitalize court processes, the Court has always given to priority cybersecurity and taken the necessary precautions in terms of training, access, and the use of the needed apps and hardware. We have layers of in-house and external cybersecurity.

“We are aware that hacking data from institutions such as the Judiciary is tempting. We remind the public that our systems are professional, state-of-the-art, robust, and capable of identifying and tracing the sources of any form of attack. We also remind the public that any attempt to gain unauthorized access or compromise our systems, as well as releasing sensitive and private data, without proper authorization, are criminal acts. 

“Finally, part of the Strategic Plan for Judicial Innovation (SPJI) 2022-2027 is the eCourt PH version 2.0, which includes making public all pleadings, motions, and orders not confidential or covered by any privilege in due time. 

“This is the Court’s contribution to transparency and commitment to the constitutional mandate of conducting public trials without compromising the constitutional rights of any party. We ask for patience from the public as we set up our systems in the right way.”

Earlier, Ting assured that “all processes of the Court, including the Bar exams, are secure.”

Ting said “the SC has invested in cybersecurity for its data and will continue to do so as we digitalize our processes.”

The reported data breach in the SC’s processes happened last Tuesday, Aug. 27, the day when Ting said, in a press conference, that the High Court has “a very robust anti-hacking application.” 

During the media briefing, Ting said: “So security is very, I say strong. Until now, I’d like to say and very proud that the SC has not been hacked.”

Ting’s statement was a response to a question on how the SC can ensure that the protection of cases and data with the implementation of the mandatory submission of electronic copies of pleadings and other court submissions before the trial courts.

Later, Ting admitted: “There is a first time for everything.” 

Later in the afternoon last Aug. 27, Deep Web Konek, a group that monitors Dark Web activities in the Philippines and describes itself as cybersecurity enthusiasts, posted on social media platform X (formerly Twitter) that “a major security exposed sensitive legal data from the Supreme Court. Over 13,000 records including names, case details, and payment info, were leaked.” 

Also tagged by Deep Web Konek in its post was the account of the SC’s Public Information Office (SC-PIO). It said that a hacker group known as “Grep” has claimed responsibility for the breach. 

Kukublan Philippines, the media arm of Deep Web Konek, said in its post that the breach has exposed 13,564 records. 

It said the breach covered a wide range of legal proceedings and applications like “Assessment Numbers: Unique identifiers linked to legal cases and applications; Full Names: Personal details of individuals involved in legal matters; Case Categories and Types: Information related to the nature of the legal cases; Payment Statuses: Details indicating whether fees associated with the cases have been paid.”

 

 

 

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

{{ articles_filter_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.