<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dragon-Ark &#187; Security</title>
	<atom:link href="http://dragon-ark.com/archives/category/security/feed" rel="self" type="application/rss+xml" />
	<link>http://dragon-ark.com</link>
	<description>ITエンジニアの雑記</description>
	<lastBuildDate>Sun, 02 Oct 2011 15:46:09 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>【PHP】入力文字のエンコーディング検査</title>
		<link>http://dragon-ark.com/archives/506</link>
		<comments>http://dragon-ark.com/archives/506#comments</comments>
		<pubDate>Sat, 27 Aug 2011 15:10:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://dragon-ark.com/?p=506</guid>
		<description><![CDATA[文字エンコーディングの検査にはmb_check_encoding関数を利用する。 書式： bool mb_check_encoding( string $var, string $encoding) $var → チェッ [...]]]></description>
			<content:encoded><![CDATA[<p>文字エンコーディングの検査にはmb_check_encoding関数を利用する。</p>
<p>書式：<br />
bool mb_check_encoding( string $var, string $encoding)</p>
<p>$var → チェック対象の文字列<br />
$string → 比較する文字エンコーディング(省略した場合は、PHPの内部文字エンコーディングとなる)</p>
<p>比較して一致したならば、Trueを返し、一致しない場合はFalseを返す。</p>
]]></content:encoded>
			<wfw:commentRss>http://dragon-ark.com/archives/506/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【PHP】セキュリティ対策(Script Insertion)</title>
		<link>http://dragon-ark.com/archives/425</link>
		<comments>http://dragon-ark.com/archives/425#comments</comments>
		<pubDate>Tue, 29 Mar 2011 15:19:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://dragon-ark.com/?p=425</guid>
		<description><![CDATA[PHPのセキュリティ対策例 ・Script Insertion(スクリプト挿入) &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212 [...]]]></description>
			<content:encoded><![CDATA[<p>PHPのセキュリティ対策例</p>
<p>・Script Insertion(スクリプト挿入)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
$string = htmlspecialchars($post_data, ENT_QUOTES, &#8216;UTF-8&#8242;);<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>・$post_data はブラウザ等で入力されたデータが格納されている。</p>
<p>・htmlspecialcharsの第二引数は指定しない場合は&#8221;(ダブルクォート)でエスケープされる。<br />
ダブルクォートでは変数が展開されるため、ENT_QUOTES ( &#8216; ) シングルクォートを指定する。</p>
<p>・第三引数は文字コードなので、環境に応じ変更する。</p>
]]></content:encoded>
			<wfw:commentRss>http://dragon-ark.com/archives/425/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【MS】2010年08月 セキュリティ情報(定例外)</title>
		<link>http://dragon-ark.com/archives/402</link>
		<comments>http://dragon-ark.com/archives/402#comments</comments>
		<pubDate>Sat, 07 Aug 2010 10:13:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://dragon-ark.com/?p=402</guid>
		<description><![CDATA[2010年08月のセキュリティパッチ情報にて定例外の情報が1件でました。 【MS10-046】Windows シェルの脆弱性により、リモートでコードが実行される (2286198)]]></description>
			<content:encoded><![CDATA[<p>2010年08月のセキュリティパッチ情報にて定例外の情報が1件でました。</p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-046.mspx">【MS10-046】Windows シェルの脆弱性により、リモートでコードが実行される (2286198)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dragon-ark.com/archives/402/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【サポート終了】Widows XP SP2など</title>
		<link>http://dragon-ark.com/archives/392</link>
		<comments>http://dragon-ark.com/archives/392#comments</comments>
		<pubDate>Sun, 18 Jul 2010 10:25:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://dragon-ark.com/?p=392</guid>
		<description><![CDATA[2010年07月3日をもって、マイクロソフトのOSの一部が サポート終了になります。対象は以下の通り。 ・Windows 2000 Professional / server ・Windows XP SP2 ・Windo [...]]]></description>
			<content:encoded><![CDATA[<p>2010年07月3日をもって、マイクロソフトのOSの一部が<br />
サポート終了になります。対象は以下の通り。</p>
<p>・Windows 2000 Professional / server<br />
・Windows XP SP2<br />
・Windows Vista RTM</p>
<p>Windows XPのSP3は2014年08月です。XPは本当に寿命の長いOSですね。<br />
まだまだ現役。Windows 7への移行はゆっくりと進むのですかね。<br />
あと4年もあれば64bitを利用する場面も増えるかな？</p>
]]></content:encoded>
			<wfw:commentRss>http://dragon-ark.com/archives/392/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【MS】2010年07月 セキュリティ情報</title>
		<link>http://dragon-ark.com/archives/389</link>
		<comments>http://dragon-ark.com/archives/389#comments</comments>
		<pubDate>Sun, 18 Jul 2010 10:16:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://dragon-ark.com/?p=389</guid>
		<description><![CDATA[2010年07月のマイクロソフト セキュリティ情報。 今月は4件。 【MS10-042】ヘルプとサポート センターの脆弱性により、リモートでコードが実行される (2229593) 【MS10-043】Canonical  [...]]]></description>
			<content:encoded><![CDATA[<p>2010年07月のマイクロソフト セキュリティ情報。</p>
<p>今月は4件。</p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-042.mspx">【MS10-042】ヘルプとサポート センターの脆弱性により、リモートでコードが実行される (2229593)</a></p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-043.mspx">【MS10-043】Canonical Display Driver の脆弱性により、リモートでコードが実行される (2032276)</a></p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-044.mspx">【MS10-044】Microsoft Office Access の ActiveX コントロールの脆弱性により、リモートでコードが実行される (982335)</a></p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-045.mspx">【MS10-045】Microsoft Office Outlook の脆弱性により、リモートでコードが実行される (978212)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dragon-ark.com/archives/389/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【MS】2010年06月 セキュリティ情報</title>
		<link>http://dragon-ark.com/archives/382</link>
		<comments>http://dragon-ark.com/archives/382#comments</comments>
		<pubDate>Thu, 10 Jun 2010 14:32:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://dragon-ark.com/?p=382</guid>
		<description><![CDATA[2010年06月のマイクロソフトセキュリティ情報です。 今月は10件。 【MS10-032】Windows カーネル モード ドライバーの脆弱性により、特権が昇格される (979559) 【MS10-033】メディア解凍 [...]]]></description>
			<content:encoded><![CDATA[<p>2010年06月のマイクロソフトセキュリティ情報です。<br />
今月は10件。</p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-032.mspx">【MS10-032】Windows カーネル モード ドライバーの脆弱性により、特権が昇格される (979559)</a></p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-033.mspx">【MS10-033】メディア解凍の脆弱性により、リモートでコードが実行される (979902)</a></p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-034.mspx">【MS10-034】ActiveX の Kill Bit の累積的なセキュリティ更新プログラム (980195)</a></p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-035.mspx">【MS10-035】Internet Explorer 用の累積的なセキュリティ更新プログラム (982381)</a></p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-036.mspx">【MS10-036】Microsoft Office の COM の検証の脆弱性により、リモートでコードが実行される (983235)</a></p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-037.mspx">【MS10-037】OpenType Compact Font Format (CFF) ドライバーの脆弱性により、特権が昇格される (980218)</a></p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-038.mspx">【MS10-038】Microsoft Office Excel の脆弱性により、リモートでコードが実行される (2027452)</a></p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-039.mspx">【MS10-039】Microsoft SharePoint の脆弱性により、特権が昇格される (2028554)</a></p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-040.mspx">【MS10-040】インターネット インフォメーション サービスの脆弱性により、リモートでコードが実行される (982666)</a></p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-041.mspx">【MS10-041】Microsoft .NET Framework の脆弱性により、改ざんが起こる (981343)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dragon-ark.com/archives/382/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【MS】2010年05月 セキュリティ情報</title>
		<link>http://dragon-ark.com/archives/380</link>
		<comments>http://dragon-ark.com/archives/380#comments</comments>
		<pubDate>Sun, 16 May 2010 14:08:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://dragon-ark.com/?p=380</guid>
		<description><![CDATA[2010年05月のマイクロソフトセキュリティ情報です。 今月は2件ありました。 【MS10-030】Outlook Express および Windows メールの脆弱性により、リモートでコードが実行される (97854 [...]]]></description>
			<content:encoded><![CDATA[<p>2010年05月のマイクロソフトセキュリティ情報です。<br />
今月は2件ありました。</p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-030.mspx">【MS10-030】Outlook Express および Windows メールの脆弱性により、リモートでコードが実行される (978542)</a><br />
<a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-031.mspx">【MS10-031】Microsoft Visual Basic for Applications (VBA) の脆弱性により、リモートでコードが実行される (978213)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dragon-ark.com/archives/380/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【MS】2010年04月 セキュリティ情報</title>
		<link>http://dragon-ark.com/archives/376</link>
		<comments>http://dragon-ark.com/archives/376#comments</comments>
		<pubDate>Wed, 14 Apr 2010 10:25:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://dragon-ark.com/?p=376</guid>
		<description><![CDATA[2010年04月のマイクロソフトセキュリティ情報です。  今月も11件と大量です。 【MS10-019】Windows の脆弱性により、リモートでコードが実行される (981210) 【MS10-020】SMB クライア [...]]]></description>
			<content:encoded><![CDATA[<p>2010年04月のマイクロソフトセキュリティ情報です。 <br />
今月も11件と大量です。</p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-019.mspx">【MS10-019】Windows の脆弱性により、リモートでコードが実行される (981210)</a><br />
<a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-020.mspx">【MS10-020】SMB クライアントの脆弱性により、リモートでコードが実行される (980232)</a><br />
<a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-021.mspx">【MS10-021】Windows カーネルの脆弱性により、特権が昇格される (979683)</a><br />
<a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-022.mspx">【MS10-022】VBScript スクリプト エンジンの脆弱性により、リモートでコードが実行される (981169)</a><br />
<a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-023.mspx">【MS10-023】Microsoft Office Publisher の脆弱性により、リモートでコードが実行される (981160)</a><br />
<a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-024.mspx">【MS10-024】Microsoft Exchange および Windows SMTP サービスの脆弱性により、サービス拒否が起こる (981832)</a><br />
<a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-025.mspx">【MS10-025】Microsoft Windows Media Services の脆弱性により、リモートでコードが実行される (980858)</a><br />
<a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-026.mspx">【MS10-026】MPEG Layer-3 コーデックの脆弱性により、リモートでコードが実行される (977816)</a><br />
<a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-027.mspx">【MS10-027】Windows Media Player の脆弱性により、リモートでコードが実行される (979402)</a><br />
<a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-028.mspx">【MS10-028】Microsoft Visio の脆弱性により、リモートでコードが実行される (980094)</a><br />
<a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-029.mspx">【MS10-029】Windows ISATAP コンポーネントの脆弱性により、なりすましが行われる (978338)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dragon-ark.com/archives/376/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【MS】2010年03月31日 定例外セキュリティ情報</title>
		<link>http://dragon-ark.com/archives/367</link>
		<comments>http://dragon-ark.com/archives/367#comments</comments>
		<pubDate>Thu, 01 Apr 2010 14:21:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://dragon-ark.com/?p=367</guid>
		<description><![CDATA[3/31日に定例外でマイクロソフトのセキュリティパッチが出ました。 【MS10-018】Internet Explorer 用の累積的なセキュリティ更新プログラム (980182)]]></description>
			<content:encoded><![CDATA[<p>3/31日に定例外でマイクロソフトのセキュリティパッチが出ました。</p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-018.mspx">【MS10-018】Internet Explorer 用の累積的なセキュリティ更新プログラム (980182)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dragon-ark.com/archives/367/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【MS】2010年03月セキュリティ情報</title>
		<link>http://dragon-ark.com/archives/359</link>
		<comments>http://dragon-ark.com/archives/359#comments</comments>
		<pubDate>Wed, 10 Mar 2010 13:27:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://dragon-ark.com/?p=359</guid>
		<description><![CDATA[2010年03月のマイクロソフトセキュリティ情報です。 【MS10-16】Windows ムービー メーカーの脆弱性により、リモートでコードが実行される (975561) 【MS10-17】Microsoft Offic [...]]]></description>
			<content:encoded><![CDATA[<p>2010年03月のマイクロソフトセキュリティ情報です。</p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-016.mspx">【MS10-16】Windows ムービー メーカーの脆弱性により、リモートでコードが実行される (975561)</a></p>
<p><a href="http://www.microsoft.com/japan/technet/security/bulletin/ms10-017.mspx">【MS10-17】Microsoft Office Excel の脆弱性により、リモートでコードが実行される (980150)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dragon-ark.com/archives/359/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

