CORS, CSRF, XSS는 서버에서 막으면 그만일까?

web
cross-origin resource sharing
cross-site request forgery
cross-site scripting
Author

Yunho Kee

Published

May 28, 2025

A photo of xoxo.

Photo by Kelly Sikkema on Unsplash

다시 말해 서버의 기대와 달리 안전하지 않은(Integrity) 브라우저가 보낸 또는 안전하지 않은(Integrity) 경로로부터 받은 요청에 서버는 여전히 취약하다.

Back to top

Footnotes

  1. https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS↩︎

  2. https://developer.mozilla.org/en-US/docs/Web/Security/Attacks/CSRF↩︎

  3. https://developer.mozilla.org/en-US/docs/Web/Security/Attacks/XSS↩︎

Citation

BibTeX citation:
@online{kee2025,
  author = {Kee, Yunho},
  title = {CORS, CSRF, XSS는 서버에서 막으면 그만일까?},
  date = {2025-05-28},
  url = {https://yhkee0404.github.io/posts/web/cors-csrf-xss/},
  langid = {ko}
}
For attribution, please cite this work as:
Kee, Yunho. 2025. “CORS, CSRF, XSS는 서버에서 막으면 그만일까?” May 28, 2025. https://yhkee0404.github.io/posts/web/cors-csrf-xss/.