English
¢¸¢· µÚ·Î
Ãë¾àÁ¡ID 210181
À§Çèµµ 20
Æ÷Æ® 80, ...
ÇÁ·ÎÅäÄÝ TCP
ºÐ·ù CGI
»ó¼¼¼³¸í ij½Ã Á¦¾î ¹× pragma HTTP Çì´õ°¡ ¿Ã¹Ù¸£°Ô ¼³Á¤µÇÁö ¾Ê¾Ò°Å³ª ´©¶ôµÇ¾î ºê¶ó¿ìÀú ¹× ÇÁ·Ï½Ã°¡ ÄÁÅÙÃ÷¸¦ ij½Ã ÇÒ ¼ö ÀÖ½À´Ï´Ù. ij½ÃµÈ ÄÜÅÙÃ÷´Â Á¶ÀÛµÇ¾î ¾Ç¿ëµÉ ¼ö ÀÖ½À´Ï´Ù.

* Âü°í »çÀÌÆ®:
https://www.owasp.org/index.php/Cache_Poisoning

* ¿µÇâÀ» ¹Þ´Â Ç÷§Æû:
Any operating system Any version
ÇØ°áÃ¥ * ApacheÀÇ httpd.conf ÆÄÀÏ¿¡ ´ÙÀ½°ú °°ÀÌ Á¤ÀÇÇÕ´Ï´Ù.
<IfModule mod_headers.c>
Header set Content-Security-Policy "script-src 'self' ; img-src 'self'; style-src 'self' 'unsafe-inline';connect-src http:; child-src 'unsafe-inline'"
Header set X-Content-Type-Options nosniff
Header set X-XSS-Protection "1;mode=block"
Header set Cache-Control "no-store"
Header set Pragma "no-cache"
Header set X-Frame-Options SAMEORIGIN
</IfModule>

* WAS´Â ÇÊÅÍ µîÀ» ÀÌ¿ëÇÏ¿© response¿¡ ÇØ´ç Çì´õ¸¦ º¸³À´Ï´Ù.
response.setHeader("Cache-Control","no-store");
response.setHeader("Pragma","no-cache");
°ü·Ã URL (CVE)
°ü·Ã URL (SecurityFocus)
°ü·Ã URL (ISS)