Skip to Content
웹 애플리케이션 보안: 정찰, 공격, 방어 세 단계로 배우는 웹 애플리케이션 보안의 모든 것
book

웹 애플리케이션 보안: 정찰, 공격, 방어 세 단계로 배우는 웹 애플리케이션 보안의 모든 것

by 최용, 앤드루 호프먼
February 2021
Beginner to intermediate
372 pages
6h 48m
Korean
Hanbit Media, Inc.
Content preview from 웹 애플리케이션 보안: 정찰, 공격, 방어 세 단계로 배우는 웹 애플리케이션 보안의 모든 것
304
3
방어
22.2
사용자 입력 정제
사용자 입력을 정제하는 데
innerText
와 같은 유용한 도구에 의존할 수 없을 수도 있다. 특
HTML
태그를 허용하되 다른 것을 차단하고자 하는 경우가 많다. 예를 들어
<
strong
></
strong
>
<
i
></
i
>
는 허용하되
<
script
></
script
>
는 차단하고자 할 수 있다. 이럴 때는 사
용자 제출 데이터를
DOM
에 주입하기 전에 확실히 검증하는 것이 좋다.
DOM
에 문자열을 주입할 때는 악의적인 태그가 포함되지 않았음을 확인해야 한다. 또한 정제
함수를 회피하는 시도가 없는지도 확인해야 한다.
예를 들어 정제기가 따옴표와 스크립트 태그를 차단한다고 하더라도 다음과 같은 이슈가 있을
수 있다.
<a href="javascript:alert(document.cookie)">클릭하세요</a>
DOM
이 워낙 방대하고 복잡한 명세이다보니 예상치 못하게 스크립트가 실행될 수 있는 경우
가 많이 있다. 위의 예는 자바스크립트 의사 스킴
pseudo
-
scheme
으로 알려진
URL
스킴으로 스크립
트 태그나 따옴표 없이도 문자열 실행을 허용한다.
이 방법을 다른
DOM
메서드에 적용하면, 심지어 따옴표에 대한 필터도 우회할 수 있다.
<a href="javascript:alert(String.fromCharCode(88,83,83))">클릭하세요</a> ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

미술관에 GAN 딥러닝 실전 프로젝트: GAN으로 쓰기, 그리기, 게임하기, 작곡하기

미술관에 GAN 딥러닝 실전 프로젝트: GAN으로 쓰기, 그리기, 게임하기, 작곡하기

박해선, 데이비드 포스터
쿠버네티스 모범 사례: 쿠버네티스 창시자가 알려주는 최신 쿠버네티스 개발 및 배포 기법

쿠버네티스 모범 사례: 쿠버네티스 창시자가 알려주는 최신 쿠버네티스 개발 및 배포 기법

장정호, 브렌던 번스, 에디 비얄바, 데이브 스트레벨, 라클런 이븐슨

Publisher Resources

ISBN: 9791162243930