{"id":8831,"date":"2026-07-21T07:00:00","date_gmt":"2026-07-21T07:00:00","guid":{"rendered":"https:\/\/cybersecurityinfocus.com\/?p=8831"},"modified":"2026-07-21T07:00:00","modified_gmt":"2026-07-21T07:00:00","slug":"white-hat-hacker-park-chan-am-zeros-in-on-the-ai-eras-key-security-challenges","status":"publish","type":"post","link":"https:\/\/cybersecurityinfocus.com\/?p=8831","title":{"rendered":"White hat hacker Park Chan-am zeros in on the AI era\u2019s key security challenges"},"content":{"rendered":"<div>\n<div class=\"grid grid--cols-10@md grid--cols-8@lg article-column\">\n<div class=\"col-12 col-10@md col-6@lg col-start-3@lg\">\n<div class=\"article-column__content\">\n<div class=\"container\"><\/div>\n<p class=\"wp-block-paragraph\">Dubbed the \u201cGenius Hacker,\u201d <a href=\"https:\/\/www.linkedin.com\/in\/chanampark\/\" target=\"_blank\" rel=\"noopener\">Park Chan-am<\/a> began his white hat hacker journey at the precocious age of 11, winning awards at domestic and international hacking competitions since his teenage years.<\/p>\n<p class=\"wp-block-paragraph\">He has since served as a cybersecurity advisor for various Korean government agencies, including the National Police Agency, and has played a key role in the country\u2019s defense against Democratic People\u2019s Republic of Korea (DPRK)-affiliated cyberattacks.<\/p>\n<p class=\"wp-block-paragraph\">At a seminar held\u00a0this month as part of the 15th\u00a0<a href=\"https:\/\/www.kisa.or.kr\/401\/form?postSeq=3697\" target=\"_blank\" rel=\"noopener\">Information Security Day event<\/a>\u00a0hosted and organized by government agencies including the Ministry of Science and ICT and the Korea Internet and Security Agency (KISA), Park, now CEO of security firm Steelion, explained the changes in the security environment in the AI \u200b\u200bera and the priority response tasks for information security organizations under the theme of \u201cMajor AI Threats and Security Priorities.\u201d<\/p>\n<p class=\"wp-block-paragraph\">\u201cWhile AI is a new technology, the core of security ultimately lies in access control, supply chain management, and human verification,\u201d he said.<\/p>\n<p class=\"wp-block-paragraph\">Like many security experts, Park sees AI fundamentally changing the speed of cyberattacks. In the past, infiltrating a corporate network required significant time analyzing a range of software systems to find exploitable vulnerabilities \u2014 a task that the use of AI has significantly accelerated.<\/p>\n<p class=\"wp-block-paragraph\">\u201cIn the past, it took at least four weeks to find vulnerabilities, but now it takes less than a day,\u201d he said. \u201cIn the era of AI, all software installed within a company becomes a much more critical target for attacks.\u201d<\/p>\n<p class=\"wp-block-paragraph\">As a result, securing internal software and the software supply chain are paramount \u2014 and require a different perspective on accountability, Park noted.<\/p>\n<p class=\"wp-block-paragraph\">\u201cClients often ask, \u2018Isn\u2019t this just a product made by the vendor?\u2019\u201d he said. \u201cFrom the moment it is installed in the company system, that software is no longer a vendor issue but part of the corporate system.\u201d<\/p>\n<p class=\"wp-block-paragraph\">\u201cWe are now in an era where third-party issues can no longer be attributed solely to vendor responsibility,\u201d he stressed.<\/p>\n<h2 class=\"wp-block-heading\">MCP under threat<\/h2>\n<p class=\"wp-block-paragraph\">Park also sees authorization management as a key challenge security teams will face in the agentic era. For example, companies have been increasingly utilizing Model Context Protocol (MCP)-based AI agents to read emails, analyze documents, and connect internal systems with various business tasks. But as the workload handled by AI agents increases, every step an AI agent takes, reading external documents and interacting with internal systems, can become a potential attack vector.<\/p>\n<p class=\"wp-block-paragraph\">Prompt contamination through malicious documents and the leakage of internal information via agents with excessive privileges are quite realistic scenarios, Park said. In particular, he pointed out that issues that previously ended as minor problems, such as residual privileges left by former employees or outsourced personnel, could escalate into major incidents as AI automatically links these elements together.<\/p>\n<p class=\"wp-block-paragraph\">\u201cWhen introducing AI, permissions must be designed before functions,\u201d he said. \u201cThe entire MCP process must be approached as a single attack path.\u201d<\/p>\n<h2 class=\"wp-block-heading\">The ever-widening blast radius of AI testing<\/h2>\n<p class=\"wp-block-paragraph\">Local AI testing environments are becoming a dangerous security blind spot that information security leaders often overlook. Rapid experimentation with open-source AI, such as LLaMA-based models, on personal or work PCs often results in servers or ports being left open, and if vulnerabilities are discovered, intrusion pathways immediately open up.<\/p>\n<p class=\"wp-block-paragraph\">\u201cWhen the [Ollama] remote code execution vulnerability was discovered in 2024, there were\u00a0<a href=\"https:\/\/www.csoonline.com\/article\/2503268\/ollama-patches-critical-vulnerability-in-open-source-ai-framework.html\" target=\"_blank\" rel=\"noopener\">over 1,000<\/a>\u00a0servers exposed to the internet, but recently in 2026, it has been confirmed that\u00a0<a href=\"https:\/\/www.csoonline.com\/article\/4168584\/ollama-vulnerability-highlights-danger-of-ai-frameworks-with-unrestricted-access.html\" target=\"_blank\" rel=\"noopener\">over 300,000<\/a>\u00a0servers from the same targets are exposed,\u201d said Park, adding that \u201cthe act of testing AI itself can become a new security risk.\u201d<\/p>\n<h2 class=\"wp-block-heading\">Vulnerability management on notice<\/h2>\n<p class=\"wp-block-paragraph\">Security operations must also change, Park stressed, noting that the number of alerts that security personnel must handle has increased tenfold, and in some cases up to a hundredfold, making it virtually impossible to respond to all vulnerabilities using the same standards.<\/p>\n<p class=\"wp-block-paragraph\">As a solution, Park sees the Common Vulnerability Scoring System (CVSS) being insufficient for determining priorities. Instead, he suggested that vulnerability response priorities be determined by utilizing the Exploit Prediction Scoring System (EPSS), which predicts the actual likelihood of exploitation, along with the US government\u2019s Known Exploited Vulnerabilities (KEV) list.<\/p>\n<p class=\"wp-block-paragraph\">For example, if a vulnerability\u2019s CVSS score is 7.5, it is not classified as critical, so it is likely to be pushed down the priority list. But the response priority changes completely if the same vulnerability is listed on the KEV list, has been exploited in actual ransomware attacks, and the probability of an attack based on EPSS has skyrocketed from 1% to 90% within two months. \u201cYou must consider these factors together to identify the vulnerabilities that actually need to be patched first,\u201d he stressed.<\/p>\n<p class=\"wp-block-paragraph\">\u201cAmidst the vast noise known as the AI s\u200blop, the criteria for deciding what to patch first is now becoming a core competency for security personnel,\u201d he added.<\/p>\n<p class=\"wp-block-paragraph\">Park also presented new defense techniques applicable to the AI \u200b\u200bera, such as methods to detect automated attacks by <a href=\"https:\/\/www.csoonline.com\/article\/3822459\/what-is-anomaly-detection-behavior-based-analysis-for-cyber-threats.html\">analyzing behavioral differences<\/a> between humans and AI attackers, and proof of work (PoW) challenges that intentionally impose computational load on AI attackers to slow down their attacks. A prime example is filtering out abnormal access by analyzing mouse movements, keyboard input, and scrolling patterns.<\/p>\n<p class=\"wp-block-paragraph\">\u201cIt is a more realistic strategy to reduce the burden on security teams by filtering out at least some attacks, rather than trying to block them 100%,\u201d he said.<\/p>\n<p class=\"wp-block-paragraph\">Even in the age of AI, technology alone cannot ensure complete security, he noted. \u201cWhile AI can scan for threats broadly and quickly, verifying and confirming them ultimately falls to humans,\u201d he said. \u201cHumans are still important.\u201d<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Dubbed the \u201cGenius Hacker,\u201d Park Chan-am began his white hat hacker journey at the precocious age of 11, winning awards at domestic and international hacking competitions since his teenage years. He has since served as a cybersecurity advisor for various Korean government agencies, including the National Police Agency, and has played a key role in [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":8832,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-8831","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-education"],"_links":{"self":[{"href":"https:\/\/cybersecurityinfocus.com\/index.php?rest_route=\/wp\/v2\/posts\/8831"}],"collection":[{"href":"https:\/\/cybersecurityinfocus.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cybersecurityinfocus.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/cybersecurityinfocus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8831"}],"version-history":[{"count":0,"href":"https:\/\/cybersecurityinfocus.com\/index.php?rest_route=\/wp\/v2\/posts\/8831\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cybersecurityinfocus.com\/index.php?rest_route=\/wp\/v2\/media\/8832"}],"wp:attachment":[{"href":"https:\/\/cybersecurityinfocus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8831"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cybersecurityinfocus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8831"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cybersecurityinfocus.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8831"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}