<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Open Source Security on OpenChain KWG</title><link>https://OpenChain-Project.github.io/OpenChain-KWG/en/tags/open-source-security/</link><description>Recent content in Open Source Security on OpenChain KWG</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 10 Aug 2026 11:20:08 +0900</lastBuildDate><atom:link href="https://OpenChain-Project.github.io/OpenChain-KWG/en/tags/open-source-security/index.xml" rel="self" type="application/rss+xml"/><item><title>What the US AI Executive Order (2026-06-02) Means for Enterprise Open Source Managers</title><link>https://OpenChain-Project.github.io/OpenChain-KWG/en/blog/2026/06/10/us-ai-eo-ospo/</link><pubDate>Wed, 10 Jun 2026 00:00:00 +0000</pubDate><guid>https://OpenChain-Project.github.io/OpenChain-KWG/en/blog/2026/06/10/us-ai-eo-ospo/</guid><description>&lt;div class="alert alert-info" role="alert"&gt;
&lt;p&gt;This article was written with Claude Code, and the key facts cited here were cross-checked against primary sources.&lt;/p&gt;
&lt;/div&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The executive order &amp;ldquo;Promoting Advanced Artificial Intelligence Innovation and Security,&amp;rdquo; signed on June 2, 2026, imposes no obligations on enterprises. Its substance is the Treasury Department-led AI Cybersecurity Clearinghouse (a relay body that pools, verifies, and distributes vulnerability information, to be established within 30 days) and a voluntary pre-disclosure framework for frontier models (to be designed within 60 days); mandatory licensing and pre-approval are explicitly excluded &lt;a id="a1-ref-1"&gt;&lt;/a&gt;&lt;a href="https://OpenChain-Project.github.io/OpenChain-KWG/en/blog/2026/06/10/us-ai-eo-ospo/#a1"&gt;A1&lt;/a&gt;. No provision applies directly to enterprise open source managers either. Still, there is a reason to read this order: the context behind it. AI finding open source vulnerabilities faster than humans do has already become reality. Ahead of the executive order, an unreleased Anthropic model found 6,202 high- or critical-severity vulnerabilities in open source projects over two months, and patching has not kept pace &lt;a id="a6-ref-1"&gt;&lt;/a&gt;&lt;a href="https://OpenChain-Project.github.io/OpenChain-KWG/en/blog/2026/06/10/us-ai-eo-ospo/#a6"&gt;A6&lt;/a&gt;·&lt;a id="c1-ref-1"&gt;&lt;/a&gt;&lt;a href="https://OpenChain-Project.github.io/OpenChain-KWG/en/blog/2026/06/10/us-ai-eo-ospo/#c1"&gt;C1&lt;/a&gt;. What open source managers need to prepare is not compliance with the executive order, but a response system that can handle a check of patch-processing capacity, cleanup of end-of-life (EOL) components, and the EU Cyber Resilience Act reporting obligation taking effect September 11, 2026, all at once.&lt;/p&gt;</description></item><item><title>The Log4j 2 Security Vulnerability Incident (Log4Shell)</title><link>https://OpenChain-Project.github.io/OpenChain-KWG/en/blog/2021/12/12/log4shell/</link><pubDate>Sun, 12 Dec 2021 00:00:00 +0000</pubDate><guid>https://OpenChain-Project.github.io/OpenChain-KWG/en/blog/2021/12/12/log4shell/</guid><description>&lt;p&gt;A vulnerability in Apache Log4j 2 (&lt;a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228"&gt;CVE-2021-44228, NVD&lt;/a&gt;) could lead to further damage such as malware infection, prompting urgent security update measures worldwide (2021.12.10). This post summarizes the related details.&lt;/p&gt;
&lt;h3 id="log4j"&gt;Log4j&lt;/h3&gt;
&lt;p&gt;Log4j is an open source project from the Apache Software Foundation, used for logging purposes in most Java-based web services.
&lt;img src="https://OpenChain-Project.github.io/OpenChain-KWG/en/blog/2021/12/12/log4shell/featured-log4j.png" alt="log4j-logo"&gt;&lt;/p&gt;
&lt;h3 id="timeline"&gt;Timeline&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;2021.11.24 First discovered by the Alibaba Cloud security team (&lt;a href="https://logging.apache.org/log4j/2.x/security.html"&gt;Apache announcement&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;2021.11.30 The Log4j team opened the pull request &lt;a href="https://github.com/apache/logging-log4j2/pull/608"&gt;Restrict LDAP access via JNDI&lt;/a&gt; (merged 12/5)&lt;/li&gt;
&lt;li&gt;2021.11.30 The Log4j team opened the pull request &lt;a href="https://github.com/apache/logging-log4j2/pull/607"&gt;no longer formats lookups in messages by default&lt;/a&gt; (merged 12/5)&lt;/li&gt;
&lt;li&gt;2021.12.09 The issue began to spread after a &lt;a href="https://twitter.com/P0rZ9/status/1468949890571337731"&gt;tweet&lt;/a&gt; posted the Log4j 2 security PR along with a screenshot reproducing the vulnerability&lt;/li&gt;
&lt;li&gt;2021.12.10 The issue gained widespread attention after Minecraft&amp;rsquo;s technical lead announced via &lt;a href="https://twitter.com/slicedlime/status/1469150993527017483"&gt;tweet&lt;/a&gt; that the issue had been fixed&lt;/li&gt;
&lt;li&gt;2021.12.10 The security vulnerability was patched with the &lt;strong&gt;release of Log4j 2.15.0&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;2021.12.12 The Log4j team added &lt;a href="https://github.com/apache/logging-log4j2/commit/44569090f1cf1e92c711fb96dfd18cd7dccc72ea"&gt;Disable JNDI by default&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2021.12.12 Log4j 2.15.1 release candidate (JNDI disabled by default)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="press-coverage-korea"&gt;Press Coverage (Korea)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;2021.12.11 &lt;a href="https://www.yna.co.kr/view/AKR20211211035951009?section=popup/print"&gt;&amp;ldquo;Worst vulnerability in the history of computing found&amp;rdquo; — global security industry stunned&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2021.12.11 &lt;a href="https://news.naver.com/main/tool/print.naver?oid=092&amp;amp;aid=0002241848"&gt;Worst-ever &amp;lsquo;Log4j&amp;rsquo; security flaw discovered, threatening nearly every server&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2021.12.11 &lt;a href="https://news.naver.com/main/tool/print.naver?oid=421&amp;amp;aid=0005778626"&gt;Following reports of &amp;ldquo;the worst vulnerability in the history of computing,&amp;rdquo; the National Intelligence Service says it has &amp;ldquo;taken preemptive measures&amp;rdquo;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2021.12.12 &lt;a href="https://v.kakao.com/v/20211212103345131"&gt;Ministry of Science and ICT recommends urgent security measures for the &amp;ldquo;critically vulnerable&amp;rdquo; open source project Log4j&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2021.12.12 &lt;a href="https://v.kakao.com/v/20211212180303915"&gt;&amp;ldquo;The worst security flaw&amp;rdquo; — the IT industry thrown into turmoil&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2021.12.12 &lt;a href="https://v.kakao.com/v/20211212184805464"&gt;Electronic Times: damage is hard to assess — software details need to be identified&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2021.12.12 &lt;a href="https://v.kakao.com/v/20211212193223921"&gt;&amp;lsquo;Emergency response team&amp;rsquo; activated amid concerns over IT server hacking&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;For coverage outside Korea, search for &amp;ldquo;&lt;strong&gt;Log4Shell&lt;/strong&gt;&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="response-measures"&gt;Response Measures&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://gist.github.com/SwitHak/b66db3a06c2955a9cb71a8718970c592"&gt;Security advisories/notices related to Log4Shell (CVE-2021-44228)&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;2021.12.06 &lt;a href="https://logging.apache.org/log4j/2.x/"&gt;Apache notice on 2.15.0 regarding CVE-2021-44228&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2021.12.10 &lt;a href="https://spring.io/blog/2021/12/10/log4j2-vulnerability-and-spring-boot"&gt;Spring, Log4J2 Vulnerability and Spring Boot&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2021.12.11 &lt;a href="https://www.krcert.or.kr/data/secNoticeView.do?bulletin_writing_sequence=36389"&gt;KISA (Korea Internet &amp;amp; Security Agency), advisory on the Apache Log4j 2 security update&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2021.12.12 &lt;a href="https://www.korea.kr/news/pressReleaseView.do?newsId=156485848"&gt;Ministry of Science and ICT, urgent security patch recommendation for Apache Log4j 2 web services&lt;/a&gt; (the guidance is the same as above)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="response-examples-reference"&gt;Response Examples (Reference)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;2021.12.10 &lt;a href="https://aws.amazon.com/ko/security/security-bulletins/AWS-2021-005"&gt;AWS, Apache Log4j2 Issue&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2021.12.11 &lt;a href="https://blog.cloudflare.com/how-cloudflare-security-responded-to-log4j2-vulnerability/"&gt;How Cloudflare Security responded to the Log4j 2 vulnerability&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="scope-of-impact"&gt;Scope of Impact&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Log4j versions from 2.0-beta9 up to (but not including) 2.15.x&lt;/p&gt;</description></item></channel></rss>